Blaz K.
Forum Replies Created
-
Hi there,
you can use the rmp_display_rating_widget filter. More about this in the documentation.
Regards,
BlazHi Phil,
In this case you should first track which pages the user has visited and then check if it has Rate my Post cookie for those pages in browser. If he doesn’t you should show the popup. It doable, but of course it would require quite some custom work.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Import from kk Star RatingsHi @dwell,
The import tool doesn’t work with the latest version of kk Star Ratings. However, it should work with kk Star Ratings version 3. You could try downgrading kk Star Ratings to version 3 to migrate the data. I’m planning to fix this but no ETA yet.
Regards,
BlazHi there,
Which version of RMP are you using? This was fixed in version 2.8.1. In case you are using later version than that and you have problems, try following the steps here (especially 5 and 6), so we can figure out what’s causing the problem.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] how can it work product_catHi there,
That’s only possible in the PRO version with custom rating widgets. The free version only allows rating widgets on post types (posts, pages, cpt).
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Blank page when editingHi Maarten,
I did a quick test and I couldn’t replicate the error you’re reporting. Could it be a combination of Rate my Post and some other 3rd party plugin? Do you see any errors in console or PHP error log? This would make debugging easier.
Regards,
Blazwp_deregister_script 🙂
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Deactivate recipe schemaHi there,
review schema also needs a type such as recipe, product, book course etc. The type can be selected in plugin’s options. More about this here: https://developers.google.com/search/blog/2019/09/making-review-rich-results-more-helpful
Regards,
BlazHi there,
you can use wp_deregister_style WordPress function and then register and enqueue the styles only for these 4 pages.
Best regards,
BlazHi @carlosazuaje,
I don’t think it’s from the plugin but you can try giving the stars a bit more margin with the css below:
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon { margin: 0 5px; }Regards,
BlazHi @irahudyma,
This is explained on rank math support forum: https://support.rankmath.com/ticket/there-is-how-to-vinculate-rating-plugin/
Best regards,
BlazHi there,
This seems like cache issues. Try clearing the cache. More 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] Only allows one voteHi @robertbrink,
I’m happy to hear that you solved the problem and everything works as it should now.
Best regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] ShortcodeHi there,
you can use [ratemypost] shortcode to display rating widget and [ratemypost-result] to display results widget. How to solve problems if the automatic insertion is not working is also explained in the documentation under troubleshooting: https://blazzdev.com/documentation/rate-my-post-documentation/#troubleshooting
Regards,
Blaz