Hi @ronza,
are you adding the rating widget via shortcode or automatically to all posts? I assume you are adding it automatically since a user had a similar issue several months ago. Please read how we resolved it here: https://www.ads-software.com/support/topic/there-are-two-creativework-on-my-page/
Short version from that support thread: To automatically include the rating widget to all posts the plugin uses the_content filter which can be a bit tricky because many plugins use it. This might be causing issues on your website (combination of different plugins that utilize the_content filter).
I recommend adding the rating widget with a shortcode instead or if this sounds like too much work you can add it directly to the post template with the following line of code:
<?php echo do_shortcode('[ratemypost]'); ?>
You can read more about post templates here https://developer.www.ads-software.com/themes/template-files-section/post-template-files/ and here https://developer.www.ads-software.com/themes/basics/template-files/
I know that this is not ideal, but it is very hard to ensure plugin compatibility with all other WordPress plugins and themes.
Let me know if you need further assistance.
Blaz
-
This reply was modified 6 years, 1 month ago by
Blaz K..
-
This reply was modified 6 years, 1 month ago by
Blaz K..