Skip Navigation

[Resolved] Pagination not working in view when activating the option "Disable the wrapping DIV around the View"

This support ticket is created 3 years, 11 months 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
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 1 reply, has 1 voice.

Last updated by charlesC-8 3 years, 11 months ago.

Assisted by: Jamal.

Author
Posts
#1882799

I am building a view in the legacy plugin. The html code I am adding to the shortcode includes styling for a masonary grid. This grid is broken by the div wrapper and it makes all of the grid items stack vertically.
If I remove the div wrapper, I can't use the pagination features

#1882867

Hi Jamal. I just managed to resolve the issue by moving the rest of the section (before the loop) from my php/html template into the view builder. By placing it before "<!-- wpv-loop-start --><wpv-loop>" it put everything inside the Toolset div tags and stopped it from breaking my code.