I am getting paragraphs being inserted into the page between all of my HTML elements.
This is only happening on one page, despite the page using a common Toolset template.
hidden link
Hi,
Thank you for contacting us and I'd be happy to assist.
During troubleshooting, I noticed that a particular page's content is being passed through a number of content filters. The page uses the content template "Page: About", which loads the page's body/content, which includes a view "People: The board", which again calls the body/content of the view's result items through the "wpv-post-body" shortcode.
To avoid this overprocessing, I've added the suppress_filters="true" attribute to the "wpv-post-body" shortcode which seems to have fixed this.
( ref: https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-body )
[wpv-post-body view_template="None" suppress_filters="true"]
( screenshot: hidden link )
regards,
Waqar
My issue is resolved now. Thank you!
Greay support, as always, Waqar