Blaz K.
Forum Replies Created
-
Hi Pep,
Thanks for sharing this with me! I added link to your gist in the documentation. I think it would be good to add this as an option in the plugin. Hope I get some time to do this soon 🙂
Thanks again!
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] exclude with cssHi @alex008,
I’m good, thank you 🙂 Still working on the plugin.
This could work:
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container.js-rmp-widgets-container.js-rmp-widgets-container–123, .rmp-widgets-container.rmp-wp-plugin.rmp-main-container.js-rmp-widgets-container.js-rmp-widgets-container–456 { display: none; }It would be even better to add posts without rating widget into a specific category and then use rmp_display_rating_widget filter. See more in docs.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Rate my post on front pageHi there,
This depends on the configuration of your front page. If you’re using a static page for front page, you can simply add the rating widget with the shortcode.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Multi level ratingIt’s on the roadmap but no ETA 🙂
Regards,
BlazHi there,
Yes, there are some limitations when it comes to AMP. The plugin otherwise does come with rtl stylesheet (https://github.com/blaz-blazer/rate-my-post/tree/master/public/css) so it should work in Arabic.
Regards,
BlazHi there,
If you enable “Delete all plugin data on uninstall” in the settings, the plugin removes all its data from the database. Deactivation doesn’t do anything in terms of database. Activation creates all the tables which plugin needs. All data can also be deleted manually under Rate my Post -> Settings -> Tools.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Custom Message After RatingHi @brrto,
I recommend using the custom rating-widget.php template. You can easily add a class to rating widget on your own. Something like this should work:
$(".js-rmp-rating-icon").click(function(){ $('.js-rmp-rating-widget').addClass("just-rated"); });Now you’ll have “just-rated” class on rating widget after the post has been rated. So, with a few lines of CSS you should be able to display custom html after the rating.
Regards,
Blaz- This reply was modified 3 years, 10 months ago by Blaz K..
I guess, you could edit ratings via SQL queries?
Regards,
BlazHi there,
You need to look into wp_deregister_script and wp_deregister_style functions. You deregister all scripts and styles of RMP and then register them only on pages where you need them.
Regards,
BlazHi there,
Not out of the box, unfortunately.
Regards,
BlazHi there,
Please try to save customization options again and see if that fixes the problem.
Regards,
BlazHi there,
Not out of the box but if you have web development knowledge you can look into rmp_after_vote action and then delete the rating based on your criteria.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] JS not loadingHi there,
Please follow the steps here: https://wordpress.org/support/topic/sticky-read-before-posting-%e2%9a%a0%ef%b8%8f/
Regards,
BlazHi there,
The free version of the plugin only includes the required structured data for rich snippets. The complete structured data is available in the PRO version.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Comma instead of dotHi there,
Unfortunately there is no easy way to replace dot with a comma at the moment.
Regards,
Blaz