Blaz K.
Forum Replies Created
-
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Colors of stars not showing@nataliacg, it’s really hard to say without digging into theme and seeing where autoreplace is defined. You can read more about this here: https://stackoverflow.com/questions/49983637/prevent-svg-translation-of-fontawesome
Hope this helps you identify the problem.Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Hide Vote count CSSHi @telugubulletin,
to only show average rating you can put something like “Average rating is {{avgrating}}” in the Customize -> Custom Results Text. As for the first, it’s probably because your theme applies such style to ul first and then it’s overwritten by the plugin. You could try fixing that by applying the style in the head of your website.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Error with latest versionI tested the plugin again in Gutenberg with Yoast and everything seems to work fine. The plugin doesn’t use js-cookie library in the backend, so you certainly shouldn’t be seeing these errors there. I assume one of your plugins is messing with your website’s JS. I recommend disabling plugins until you figure out which one is problematic.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Colors of stars not showingthis seems like a conflict with your theme or plugins. Most likely it’s the theme. The plugin’s icons are being replaced with SVGs and thus it doesn’t work correctly. You can try including the following on your website in order to disable autoreplace:
<script type="text/javascript"> window.FontAwesomeConfig = { autoReplaceSvg: false }; </script>Note that the plugin by default disables autoreplace in the head but it seems that on your website this setting is overridden later.
Regards,
Blaz- This reply was modified 6 years, 7 months ago by Blaz K..
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Google Rich Results ChangedYou’re welcome @bjmasterr 🙂
Hi @wordmax,
I’m unfortunately not familiar with Ad Inserter plugin, so it’s probably better you ask on their support forum – unless only Rate my Post shortcodes are problematic and others work?
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Template CSS for AMPif you are having problems disabling sanitizer in AMP for WP plugin, I think it’s better that you ask for support on their support forum. In case that you later encounter problems with styling AMP widget for Rate my Post, don’t hesitate to ask here.
Regards,
BlazAlex, check the save_for_analytics method in rate-my-post\public\class-rate-my-post-public.php. Do let me know what you figure out.
Regards,
BlazAlex, I see the problem. So, to get the title there the plugin uses get_the_title() function which I guess in your case for some reason returns false. Maybe check in which posts this happens and how they differ from posts where it works. The only way I can replicate this is by adding the widget to a non-post page such as archive etc.
Regards,
BlazAlex, maybe share a screenshot first just that I know for sure what the problem is.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] rates with 2 decimal placesHi there, that’s at the moment unfortunately not possible.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] showing top 10 ratingsHi @toophat,
the plugin comes with the top rated posts widget which you can find under appearance -> widgets. It has some options and you can configure it to show the top 10 posts.
Regards,
BlazHi @redmaverick,
I’m glad to hear you already solved the problem. I will consider that.
Best regards,
BlazHi Luke,
you can use the rmp_before_all_widgets filter. Check out the documentation here: https://blazzdev.com/documentation/rate-my-post-documentation/
Regards,
BlazThanks for reviewing the plugin @okamotoflores 🙂