Blaz K.
Forum Replies Created
-
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Can i change my vote?Hi @xristos84,
at the moment there is unfortunately no option to allow vote change after the rating has been submitted. However, there are some features that help prevent the so-called accidental votes:
“Prevent accidental votes” – for touch devices
“Show star hover texts” – for non-touch devices
“Count negative ratings only if feedback is left”Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] star not showing on postHi @bursahpsamsung,
which way are including the rating widget in the posts? Automatically or via shortcodes? Are you having problems with both of them?
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Lazy load for the pluginHi @feedough,
the thing is that also the results widget, which is typically located before each post’s content, requires ajax call. So, for now the lazy loading is not my top priority 🙂 But eventually I will add such a functionality.
Nevertheless, it should be fairly easy to implement it. You can deregister the main RMP javascript file and add your own file with such a functionality. Use a library like waypoints https://github.com/imakewebthings/waypoints and then call load results function (rate-my-post\public\js\rate-my-post-public.js l 46-57).
Regards,
BlazHi @scribouillard,
the rmp_frontend object is added via wp_localize_script because the values are dynamic. Hence, it can’t be included in the javascript file itself.
More about this here: https://developer.wordpress.org/reference/functions/wp_localize_script/
Regards,
BlazHi @snotra,
at the moment there is unfortunately no easy way to prevent “accidental” votes on desktop. It usually helps if you enable “Show star hover texts”. Nevertheless, I have this feature on my to-do list and will be probably added with the next update.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Rating stars in one linethe rating stars should be in one line. If they are not you are probably overriding plugin’s CSS with theme or another plugin. I can give you a CSS snippet to fix that, but I need to see the website 🙂
Blaz
Forum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Definitely great work!Thanks @ageexplorer! 🙂
Hi @ageexplorer,
if there are no errors in structured data, it’s up to search engines to decide whether they trust your website enough to show rich snippets 🙂 the more reputable your website is, the faster they will be shown.
Blaz
Forum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] well doneThanks Daniel! 🙂
Hi @djibo,
this seems weird, but nobody reported such problems before.
If you can find some kind of pattern do let me know to check it out.
Regards,
BlazHappy you got it working @rj-10x! A big of magic and a bit of code 😛
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Add LinkedIn Social Share@feedough, LinkedIn social share icon added in 2.9.1 🙂
Regards
the migration tool for KK Star Ratings has been finally fixed in version 2.9.1 🙂 If you haven’t yet migrated, you can do that easily now. I also added a feature for you to merge the ratings. Before pressing the migrate button you should utilize the rmp_migrate_merge filter.
Add the following to functions.php
function rmp_merge_during_migration( $merge ) { return true; } add_filter( 'rmp_migrate_merge', 'rmp_merge_during_migration' );With this the ratings will be merged rather than overwritten 🙂
Regards,
BlazThanks for five stars @malferov 🙂