Blaz K.
Forum Replies Created
-
Hi there,
I’ll add an additional class to the ratings on archive pages if post hasn’t yet been rated. It will then be possible to hide the ratings with CSS. Coming in the next version 🙂
Blaz
I checked and it seems that the plugin has trouble identifying which post is being rated because the widget is added to the template. Therefore, it assumes that the template is being rated. As for the error, it appears because get_the_id in your case returns a string instead of an integer.
In this case it would be best to ask the Elementor team what is the proper way to embed a shortcode that is post specific within their system. I’ll check out Elementor soon, but right now I unfortunately don’t have a solution as I never worked with Elementor.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Stars not clickableYes of course – you can simply add shortcode [ratemypost-result] or if you are doing this directly in the template:
<?php echo do_shortcode('[ratemypost-result]'); ?>Blaz
Hi Anna,
it’s hard to say without seeing the website. If you share a link with me, I can check it out.
PS: Maybe it would be also good to ask Elementor developers what’s the procedure to embed a shortcode in a template. I’m unfortunately not that familiar with Elementor.
Blaz
- This reply was modified 5 years, 11 months ago by Blaz K..
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Stars not clickableI’m glad to hear that. If you are using LiteSpeed cache plugin, you should also change the TTL to 86400 to avoid errors with nonces. More about this here. Optimal settings for LiteSpeed cache here.
As for the second, it’s unfortunately not possible. Maybe in the future – i’m logging ideas from here 🙂
Regards,
BlazI checked your website and everything seems to work fine? Let me know if you still need support.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Stars not clickableHi, I ran a quick test wite LiteSpeed cache plugin, but I couldn’t replicate your problems. Nevertheless, the problem is most likely in your JS settings of LiteSpeed cache plugin. Please try disabling JS Minify, JS Combine, JS HTTP/2 Push, Load JS Deferred, Load Inline JS (put to default) and Exclude JQuery in the Litespeed cache plugin under “Page Optimization”->”JS settings”. Then purge all cache under “Toolbox”.
Open an incognito window and try if it works. If it does enable features one by one again to figure out exactly which feature interferes with the plugin.
Let me know how it goes.
Regards,
BlazHi @18anna06,
my guess is that the plugin has problems identifying which post is being rated because the shortcode is added in the template not directly in the post. To verify this please add a shortcode like this [ratemypost id=”365″] and let me know if it works in this case.
PS: Change id in the shortcode if necessary.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Stars not clickableHi @webkocken,
it seems that something on your website is preventing Rate my Post from adding an inline script that it requires. Could you try temporarily disabling other plugins on by one until it starts working, so we figure out which plugin is causing the issue? Then I can check/fix the incompatibility.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] AMP Ratings Inverted@loano1, it’s on the road map for version 3.3.1 🙂
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Not working with AMP for WPYou can use this plugin to disable sanitizer in AMP for WP plugin. https://github.com/blaz-blazer/amp-for-wp-disable-sanitizer
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Ratings appear in bracketsNo worries @rp4rusty! I’m glad to hear that you managed to solve the problem.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Ratings appear in bracketsHi @rp4rusty,
I couldn’t replicate this but I see the issue on your website. Do you have anything inserted under “Custom Results Text” in the customization. If you do try deleting it so that the field is empty, save the customization options and clear the cache. Do you use any custom code in connection to the plugin? Such as plugin’s filters?
Let me know.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Can’t save settingsFixed in version 3.2.1! Thanks again for reporting the issue.
Regards,
BlazFixed in version 3.2.0. Thanks for reporting @p30on!
Blaz