Blaz K.
Forum Replies Created
-
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Template override problemHappy to hear that! 🙂
Regards,
BlazHi @macky19,
Ratings should be shown on homepage if you enable “Show ratings on archive pages” in the settings. Nevertheless, this depends also on the theme so it might not work with every theme.
Blaz
Hi @luigidi,
Please try disabling CSS and JS minifaction so we see if that’s causing the issue. I guess you’re using Autoptimize?
Regards,
BlazPlease share URLs to websites for debugging such issues. I cannot replicate this in test environment.
Regards,
BlazHi there,
What PHP version are you using? This could also be a conflict with another plugin. Please try following the steps here: https://wordpress.org/support/topic/sticky-read-before-posting-%e2%9a%a0%ef%b8%8f/
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] adding share on InstagramHi Marco,
It’s possible to add a custom icon with the rmp_after_social_icons hook. Please see an example in the documentation.
You can exclude the plugin from specific posts in the settings. Look for “Exclude rating and result widget from”. Alternatively you can use rmp_display_rating_widget filter. You have an example how to exclude rating widget from specific categories.
Best regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] plugin errorHi @hawhman,
Some functions of RMP use syntax that’s been deprecated in PHP 8. Nevertheless, this has no impact on plugin’s functionality. These function will be rewritten in the next update.
Regards,
BlazThat’s likely an incompatibility with another plugin or theme you’re using. JS grabs the id of the post from html markup. Search for div with the class js-rmp-widgets-container and there you will see a custom attribute called data-post-id. That’s the post ID that’s sent via ajax. You can also check js code here: https://github.com/blaz-blazer/rate-my-post/tree/master/_dev/public/js.
The id that’s printed there is retrieved with get_the_id() WP Core function. So if the ID there is not correct it means that WP can’t determine which post is that. I saw issues like this with various page builders and even have something about making it work with Elementor in the docs: https://blazzdev.com/documentation/rate-my-post-documentation/.
Regards,
BlazHI @patriqueuiliam,
I think this would only be possible with custom rating widgets which are available in the PRO version. More about custom rating widgets here: https://blazzdev.com/rate-my-post-pro-custom-rating-widgets/
Regards,
BlazHi @natinhow,
I think that’s actually a CSS problem.
Try adding:
.rmp-amp-rating-widget__fieldset { direction: rtl!important; }Regards,
Blaz@media only screen and (max-width: 600px) { i.js-rmp-rating-icon.rmp-icon.rmp-icon--ratings { font-size: 10px; } }Should do the trick 🙂
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Check for voting conditionsForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Safari bugHi @andersnielsen1,
I will look into the Safari issue. Thanks for reporting. As for the schema, it can be modified with the rmp_structured_data filter. Nevertheless, I did write the feature on nice-to-have list 🙂
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] best and worst ratingHi @mrpuyal,
According to the guidelines best rating is a maximum rating and worst rating is the minimum rating. So, if you have 1-5 rating system best rating is always 5 and worst rating is always 1.
Regards,
Blaz