Problem: I have a group of nested Views that is not displaying content after updating to Views 3.3.2. In Views 3.2.2.1, I am able to see the content I expect to see.
Solution: In this case, a Content Template shortcode nested in one of the Views did not use an explicit view_template attribute, and the newer version of Views is not able to infer which template to apply here. An update to the shortcode solves the problem.
Old shortcode:
[wpv-post-body output="raw"]
New shortcode:
[wpv-post-body view_template="backup-from-the-print-template"]
Relevant Documentation:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-body
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)
This topic contains 3 replies, has 2 voices.
Last updated by 4 years, 2 months ago.
Assisted by: Christian Cox.