Skip Navigation

[Resolved] views bug in Divi – kills column layout

This thread is resolved. Here is a description of the problem and solution.

Problem: The Divi builder grid system is broken when I insert a View.

Solution: Check the View for unclosed div elements, and close them.

Relevant Documentation:
https://toolset.com/documentation/recommended-themes/toolset-divi-integration/

This support ticket is created 6 years ago. 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.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by jozsefG 6 years ago.

Assisted by: Christian Cox.

Author
Posts
#1143209

Hello

I use Divi theme, of course bootstrap is deactivated. I need to create a 2 column layout, on the left a view, on the right a sidebar column. The bug is that Views somehow puts the second column inside the first column, this way killing the layout.

It's not a Divi bug, I tried to make a layout without inserting a view, I rolled back Divi version, I tried it with Views plugin deactivated too, and Divi works perfectly.

Here is a link to a test page: hidden link. Please inspect the code and view the columns html.

Can you do something about it? I'm in the process of finishing up a site, I cannot just switch to another theme now.

#1143279

Hi, please check the site now. A closing div was missing in the Search and Pagination editor:

[wpv-filter-start hide="false"]
[wpv-filter-controls]
<div class="form-group">
	<div class="form-group-helyek-filters">
		[wpv-control-post-taxonomy taxonomy="category" type="checkboxes" url_param="wpv-category"]
</div>
[/wpv-filter-controls]
[wpv-filter-end]

I added the missing closing div and now it looks better. Can you confirm?

#1143609

Thank you Christian, you saved me :). It works perfectly now of course.