Blaz K.
Forum Replies Created
-
Hi,
Yes. Settings -> Security -> Who can rate posts.
Blaz
Hi there,
If I understand correctly you’re trying to show rating on archive page? Do you have “Show ratings on archive pages” enabled in the settings?
Blaz
Hi there,
You can use rmp_get_vote_count(). More here: https://blazzdev.com/documentation/rate-my-post-documentation/#global-functions
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Spacing between starsHi there,
The spacing can be adjusted in the settings under customize -> icon margin.
Best regards,
BlazHi there,
I answered here: https://github.com/blaz-blazer/rate-my-post/pull/22. I recommend using get_temp_dir() instead. Please test in your environment.
Best regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Block IP addressesHi there,
Not at the moment. But you can always block IP addresses on the server level.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] export ratingHi there,
The plugin does not support export functionality.
Blaz
Why not just use the shortcode then?
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] StarsPlease read the FAQ here: https://wordpress.org/plugins/rate-my-post/
Blaz
Hi @creosmart,
Hmm, this scripts don’t seem to be related to the plugin? It could be that another plugin, together with RMP is causing this issue.
Regards,
BlazHi,
It’s a premium theme so I think it’s better you ask them about the compatibility.
Blaz
Hi @rp4rusty,
This is a bit hard to debug because I don’t know how you registered custom post types. Generally speaking, if your custom post type calls the_content() function it works. If it doesn’t it won’t work. Otherwise try calling the shortcode directly in the template. See docs for more info.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Debug errorHi!
Well, as the error log says the $post_id variable is undefined. You need to define before you call the function 🙂
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Weird design bugHi,
That’s not a design bug, but styles from your theme 🙂 This should help:
.rmp-rating-widget__icons-list__icon::before, .rmp-rating-widget__icons-list__icon::after { display: none!important; }Regards,
Blaz