Skip Navigation

[Resolved] A content template placed in the long description of a product produces an infin

This thread is resolved. Here is a description of the problem and solution.

Problem:

The issue here is that the customer is getting an infinite loop error on his product page.

Solution:
The issue because of the [wpv-woo-display-tabs] that is calling for the post body but in the post body you are calling for the body again with a separate content template.

This would work if you call another post in the post body like this [wpv-post-body id='35284' view_template="jfcontrols-standard-descripcion-larga"]

But calling itself will result in an infinite loop.

This support ticket is created 6 years, 11 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.

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 17 replies, has 2 voices.

Last updated by Francisco Ramón Molina Busquiel 6 years, 11 months ago.

Assisted by: Shane.

Author
Posts
#600630

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Francisco,

You can place the information you want to show in the body of another post and then call that post body like how I did here
https://toolset.com/forums/topic/a-content-template-placed-in-the-long-description-of-a-product-produces-an-infin/#post-600039

Thanks,
Shane

#600632

That is a real mess and you have to use a post as an intermediary. Has no sense.
Toolset should have a shortcode to display a content template without producing these problems.
It is not well thought out. ?
The funny thing is that for the short description it works, however for the long description it does not work. 🙁

#600653

As I have seen that this is a serious problem of Toolset, I have taken another path, showing the DIVI modules directly from the DIVI Library with a shortcode.
However, if the Toolset developers want to fix it, they already know that they have another problem with DIVI and the content templates.