Skip Navigation

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

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

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 hace 6 años, 11 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

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)

Este tema contiene 17 respuestas, tiene 2 mensajes.

Última actualización por Francisco Ramón Molina Busquiel hace 6 años, 11 meses.

Asistido por: Shane.

Autor
Mensajes
#600630

Shane
Supporter

Idiomas: Inglés (English )

Zona horaria: 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.