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.
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