Skip Navigation

[Resolved] Views Overflowing past footer, not working properly. conditionals not working.

This support ticket is created 5 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
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 1 reply, has 2 voices.

Last updated by Beda 5 years, 11 months ago.

Assisted by: Beda.

Author
Posts
#1242385

I am trying to: Generate A list of home models to display on the front end, using a template built with divi
and use conditional output to only display homes belonging to a specific category "neighborhood"

Link to a page where the issue can be seen: hidden link

I expected to see: A list of homes properly formatted with some spacing between showing only homes that belong to the "flat rock" neighborhood

Instead, I got: A list that sort of resembles what I need, however the content style overflows into the bottom footer and the pagination styling is all sorts of messed up.

#1242498

I see on the page you linked, that you have pagination included as a list. You can alter pagination and also style it with custom HTML and CSS in Toolset > Views > Your View > Edit > Search and Pagination section.

I'd suggest a "Navigation controls using links" or "Previous and Next page controls" if you want them horizontally inline.
You can choose later between Bootstrap and Custom (raw) output, if you choose Bootstrap then the pagination will try to use Bootstrap CSS framework, for this either Toolset or the theme must load bootstrap in Toolset > Settings > General > Bootstrap Loading.

Once the pagination is not a list anymore, it won't use all that space.