Skip Navigation

[Resuelto] Problem with format: wysiwyg field

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

Problem: I'm trying to display a WYSIWYG field with automatic paragraphs, but it's not working. The line breaks are not respected.

Solution: Try adding the wpv-autop shortcode as a wrapper around the Types field shortcode, like this:

[wpv-autop][types field="contenido-de-la-seccion"][/types][/wpv-autop]

Relevant Documentation:
https://toolset.com/documentation/user-guides/views-shortcodes/#vf-325519

This support ticket is created hace 5 años, 10 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
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)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por azulE hace 5 años, 10 meses.

Asistido por: Christian Cox.

Autor
Mensajes
#1177856
two times config - Editar diseño ‹ Marketing — WordPress.png
Two times result - Cotización sitio web _ Marketing.png
One time configuration - Editar diseño ‹ Marketing — WordPress.png
One time result Cotización sitio web _ Marketing.png
Editar plantilla de contenido ‹ Marketing — WordPress.png

I am trying to:
I have the same problem of this ticket https://toolset.com/forums/topic/problem-with-format-wysiwyg-field/ but the problem persist. I already set the auto insert paragraphs option in the content template. Its funny i only can show correctly if i add two times the same field. If i show only one time the field, it looks without the paragraphs.

Link to a page where the issue can be seen:
enlace oculto
I expected to see:

Instead, I got:
If i set only one time the field, how i need, i see the wysiwyg without paragrphs.

#1178527

Hi, can you try these troubleshooting steps first?
- Temporarily activate a default theme like Twenty Seventeen. Deactivate all plugins except Types, Views, and Layouts.
- Test again. If the problem is resolved, reactivate your theme and other plugins one by one until the problem returns.
- If the problem is not resolved, remove the "suppress_filters" attribute from the field shortcode and add the wpv-autop wrapper like this:

[wpv-autop][types field="contenido-de-la-seccion"][/types][/wpv-autop]

Also I noticed that you are using the Divi theme. We recommend you do not use Toolset Layouts when you use the Divi theme, because the two systems are incompatible. For more information about using Toolset and Divi together, please refer to our documentation here: https://toolset.com/documentation/recommended-themes/toolset-divi-integration/

#1178533

My issue is resolved now with the 3rd option.[wpv-autop][types field="contenido-de-la-seccion"][/types][/wpv-autop]
Thank you!