Saltar navegación

[Resuelto] Elementor page created and view does display the whole content

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

Problem:

The shortcode suppress_filters="true" doesn't work in user's website.

Solution:

There is a missing double quotes in user's codes, see details here:

https://toolset.com/forums/topic/elementor-page-created-and-view-does-display-the-whole-content/#post-1093769

Relevant Documentation:

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

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Etiquetado: ,

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por Matthias Reichl hace 6 años, 5 meses.

Asistido por: Luo Yang.

Autor
Mensajes
#1093764

Hi,

thanks a lot - this view is fixed. We´ve created another view (ID= 916), where only the page title should be displayed. We´ve got the same problem (elementor page created and view does display the whole content), but your fix doesn´t work here: enlace oculto

"Behandelte Fachgebiete" should only display the page title below.

Regards,

#1093769

Hello,

Thanks for the details, since I can get the credentials of your website in previous thread:
https://toolset.com/forums/topic/filter-css-view-problem/#post-1092839

So I have done below modification in your website:
Edit the view "Fachgebiete eines Beitrags", ID 916
In section "Loop Editor", change the codes from:

[wpv-post-body view_template="loop-item-in-fachgebiete-eines-beitrags" suppress_filters="true]

To:

[wpv-post-body view_template="loop-item-in-fachgebiete-eines-beitrags" suppress_filters="true"]

There is a missing double quotes in your codes, please test again, check if it is fixed. thanks

#1093800

Thanks for your help!