Skip Navigation

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

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

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 6 years, 2 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.

Our next available supporter will start replying to tickets in about 0.98 hours from now. Thank you for your understanding.

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)

This topic contains 2 replies, has 2 voices.

Last updated by Matthias Reichl 6 years, 2 months ago.

Assisted by: Luo Yang.

Author
Posts
#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: hidden 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!