[Resolved] Content not displayed because it produces an infinite loop
This support ticket is created 4 years, 8 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.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
I am trying to display Post type single page. For that I am using a content template. I don't get whats going on, as everytime it displays the same message: "Content not displayed because it produces an infinite loop"
I have read on the forum, that it's good idea to change view_template to "None". I have done that but same results...
Bit hard to learn toolset...!
-- In content template it gets content fine, the error is when using that content into the page
This is usually due to having Content Templates nested into each other (either the same template in the same template or a Post Body ShortCode without template specifications inside another such template)
Can you head to the Post where this happens, then find the precise Content Template applied to it, and in that Template lookout for wpv-post-body ShortCodes and remove them, to see which is causing the issue.
Then you need to ensure not to insert it like that again but if you need it, always specify a Content Template that is different from the one you are inserting to.