Blaz K.
Forum Replies Created
-
Hi there,
Yes of course. Most of the colors you can change in the customize section. Some colors require CSS to be changed. Please see CSS snippets in the docs.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] date in widgetHi there,
Yes, there is an example in the documentation. Search for: rmp_before_widget_title.
Regards,
Blaz.rmp-results-widget--not-rated { display: none; }In custom CSS will fix this 🙂
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] No cookies showingHi @mikelimit9999,
Why don’t you simply block the IP address on the server level? You can change rating in the post editor at the bottom of each post (meta box).
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] No cookies showingHi oriver,
The plugin uses cookies to prevent repetitive votes. When a user rates a post, it places a cookie in the browser to prevent rating that post again. I’m not familiar with cookie scanner so that’s something you should probably ask in their support forum.
Regards,
BlazHi there,
to disable font preload you can use:
add_filter( 'rmp_font_preload', '__return_false' );in functions.php or a custom plugin.
Regards,
BlazForum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Start will not showHI @deepee,
Where can I see your thread in the support forum? In any case you should first follow the steps listed here https://wordpress.org/support/topic/sticky-read-before-posting-%e2%9a%a0%ef%b8%8f/ so we can figure out what’s interfering with the plugin.
Regards,
BlazHi @regnaron,
I’m happy to hear that you managed to fix the issue. If I remember correctly Complianz plugin allows to exclude scripts and excluding rate-my-post/public/js/rate-my-post.js should make the plugin work. More about this here: https://wordpress.org/support/topic/stars-not-clickable-2/
Blaz
Hi @regnaron,
It would be very helpful if you can figure out what’s the difference between the staging and live site. Or if you can reproduce the error on staging website, try following the steps here: https://wordpress.org/support/topic/sticky-read-before-posting-%e2%9a%a0%ef%b8%8f/
That’s the only way we can figure out what’s causing the issues.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] duplicate meta descriptionHi there,
I can’t see duplicated meta description in the source.
Regards,
BlazHi @manver,
You’re using a plugin for infinite scroll and RMP requires extra integration to work with infinite scroll plugins. Read more about this in the documentation. Search for RateMyPost.re_init() method.
Regards,
BlazHi @bigcheesez,
That’s available in the free version. See the security tab in the settings.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Widget Thumb SizeHi @marekduse,
In version 3.3.4 medium is used by default. This can be changed with rmp_thumbnail_size filter. More in the documentation.
Blaz