Problem:
The issue here is that the user has a set of filters that were working and a set that weren't
Solution:
Checking the filters everything seems fine, however the issue was with the HTML code that the user added.
In his code he added this.
<div class="container-fluid1"> <div class="filter"> [wpv-filter-start hide="false"] [wpv-filter-controls]
Where is container code was started outside of our filter shortcodes.
The solution in this case was to start his container divs within the shortcodes, like this
[wpv-filter-start hide="false"] [wpv-filter-controls] <div class="container-fluid1"> <div class="filter">
Please ensure that all your code is wrapped within our filter shortcodes.
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 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | - |
- | 13:00 – 18:00 | 13:00 – 18:00 | 13:00 – 18:00 | 14:00 – 18:00 | 13:00 – 18:00 | - |
Supporter timezone: America/Jamaica (GMT-05:00)
This topic contains 4 replies, has 2 voices.
Last updated by 5 years, 6 months ago.
Assisted by: Shane.