Problem:
Show 3 different views with Ajax filter on a content template page:
view #1 [wpv-view name="legislation-state"]
view #2 [wpv-view name="legislation-state" status="Enacted"]
view #3 [wpv-view name="litigation-state"]
Ajax filter trigger multiple views.
Solution:
This is a known issue of Views plugin, it has already been put into our to-do list of Views plugin version 2.8, as you can see current version of Views plugin is 2.7.3, I don't think it will be fixed soon.
As a workaround, you can create another post view(for example "legislation-state-2") with same settings as view "legislation-state", and put it into the same page and replace the second instance of shortcode :
view #2 [wpv-view name="legislation-state" status="Enacted"]
To:
view #2 [wpv-view name="legislation-state-2" status="Enacted"]
And test again.
Relevant Documentation:
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: Asia/Hong_Kong (GMT+08:00)
This topic contains 5 replies, has 2 voices.
Last updated by 5 years, 10 months ago.
Assisted by: Luo Yang.