Saltar navegación

[Resuelto] Bootstrap Columns not working

This support ticket is created hace 2 años, 4 meses. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Este tema contiene 1 respuesta, tiene 1 mensaje.

Última actualización por nickT-2 hace 2 años, 4 meses.

Autor
Mensajes
#2527677

Hi,
I've updated my site with Elementor Pro page builder and switched to Elementor's Hello theme and my columns are not working in my view.

I can see else where on the website (in my Learndash grid of courses) that the code 'col-sm-8 col-md-4', for example, is creating the columns absolutely fine.

But when I add it to my view it's not having any affect.

This is my view code in case that helps:

[wpv-layout-start]
	[wpv-items-found]
	<!-- wpv-loop-start -->
	 <div class="container-fluid">
	<wpv-loop>
			<div class="col-md-3 col-sm-6 col-xs-12" style="padding-bottom:30px;">
				[wpv-post-body view_template="loop-item-in-hr-teams-grid"]
			</div>
	</wpv-loop>
 </div>
	<!-- wpv-loop-end -->
	[/wpv-items-found]
	[wpv-no-items-found]
		<strong>[wpml-string context="wpv-views"] [/wpml-string]</strong>
	[/wpv-no-items-found]
[wpv-layout-end]

Are you aware of any compatibility issues with the Elementor Hello theme, Elementor and Toolset's views plugin?

Thanks .. any help would be greatly appreiated.

#2527693

Don't worry .. I copied across the bootstrap css from my old theme for the columns and it's working now.
My issue is resolved now. Thank you!