Skip Navigation

[Gelöst] Elementor page created and view does display the whole content

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

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 vor 6 Jahren, 3 Monaten. 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.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

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)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Matthias Reichl vor 6 Jahren, 3 Monaten.

Assistiert von: Luo Yang.

Author
Artikel
#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: versteckter Link

"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!