Skip Navigation

[Resolved] Conflict: Toolset + Slick Slider + Yet Another Stars Rating

This support ticket is created 6 years, 4 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 1 reply, has 2 voices.

Last updated by Luo Yang 6 years, 4 months ago.

Assisted by: Luo Yang.

Author
Posts
#1092884

Custom post type "Casino" on the my site: hidden link
*this template edit page - hidden link

I want to display a new block on the top of this post type - hidden link (horizontal slider with another casinos) -
*this view edit page - hidden link

But I got a some conflict between Toolset, Slick Slider (hidden link) and plugin Yet Another Stars Rating.

When they all active a see some code on the front-end - hidden link

If I deactivate plugin Yet Another Stars Rating this code is gone - hidden link. But Yet Another Stars Rating important to me plugin on this current site, so i can't deactivate him all time.

Please, help me to find what is a problem and how fix it.

#1093671

Hello,

Thanks for the details, it seems in your website, plugin Yet Another Stars Rating is trying to add those codes to the post content, I have done below modification in your website:
Edit the view "Одиночная страница | Обзор казино | Блок слайдер в шапке"
hidden link

In section "Loop Editor", modify the post content shortcode from:
[wpv-post-body view_template="Loop item in Одиночная страница | Обзор казино | Блок слайдер в шапке 2"]

To:
[wpv-post-body view_template="Loop item in Одиночная страница | Обзор казино | Блок слайдер в шапке 2" suppress_filters="true"]

Use attribute suppress_filters to disable filter from other plugins, please test again, check if it is fixed.

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