Skip Navigation

[Resolved] Issue with edited publications with Elementor and Archive loop of Toolset Layout

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

Problem:

If I edit some post with Elementor and I have an Archive or View with loop generated with Toolset, the row of this post shows the whole content instead the fields I selected in loop.

Solution:

Please edit the Views wordpress archive "WordPress Archive 1", in section "Loop Output Editor", find all shortcodes:
[wpv-post-body ..]. add attribute suppress_filters="true" in it, for example:

[wpv-post-body view_template="WordPress Archive 1 - elemento de bucle" suppress_filters="true"]

And test again.

Relevant Documentation:

https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-body

suppress_filters (opt):
'true' | 'false' (default)

If suppress_filters=’true’, all third party (non WordPress) filters hooked into the_content filter will be removed

This support ticket is created 6 years, 9 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.

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 3 replies, has 2 voices.

Last updated by oscarO-3 6 years, 9 months ago.

Assisted by: Luo Yang.

Author
Posts
#654190
Captura de pantalla 2018-04-12 a las 23.04.21.png
Captura de pantalla 2018-04-12 a las 23.03.50.png

If I edit some post with Elementor and I have an Archive or View with loop generated with Toolset, the row of this post shows the whole content instead the fields I selected in loop.

I include two screenshots, you can see that the first row shows the whole content edited with elementor, the second row shows only the title with link and custom field.

#654949

Hello,

Since it is compatibility problem between Elementor and Views plugin, please try these:

1) In case it is a compatibility problem from other plugins/theme, deactivate other plugins and switch to wordpress default theme, and test again

2) If the problem still persists, please provide a copy of your website, also point out the problem page URL and layout URL:
https://toolset.com/faq/provide-supporters-copy-site/

You can put it into your own google drive disk, and share the link in the "private detail box", I need to duplicate same problem and debug it in my localhost, thanks

#670139

Thanks for details, I have tested the duplicator package you provided, I assume we are talking about the archive page of post type "cpt", and the Views wordpress archive "WordPress Archive 1", you are going to display only a post link for each items, please edit the Views wordpress archive "WordPress Archive 1", in section "Loop Output Editor", find all shortcodes:
[wpv-post-body ..]. add attribute suppress_filters="true" in it, for example:

[wpv-post-body view_template="WordPress Archive 1 - elemento de bucle" suppress_filters="true"]

And test again.

More help:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-body

suppress_filters (opt):
'true' | 'false' (default)

If suppress_filters=’true’, all third party (non WordPress) filters hooked into the_content filter will be removed

#674914

It works!