Blaz K.
Forum Replies Created
-
Hi @dasgelbevomei,
That’s unfortunately not possible out of the box. It would require a custom solution on top of the plugin.
Regards,
BlazHi there,
You can do this with WordPress wp_dequeue_style function. I have already answered on this question before in the support forum. Search should yield some results.
Best regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] ratings without a commentHi there,
The feedback/comment is optional. The vote is registered immediately after user clicks on a star or the submit button.
Regards,
BlazHi there,
It could be a conflict with another plugin. Please try following the steps here to figure out what’s causing the issue.
Hi @zotezo,
You probably have multilingual compatibility mode enabled. If you don’t need it, you can simply disable it. Otherwise, you should customize texts through a plugin for translations such as Loco translate.
As for the second issue, it’s probably a conflict. Try following the steps here to figure out what’s causing the issue.
Regards,
BlazHi @knadles,
Yes, you can change the color of the submit button with custom CSS. More about this in the documentation: https://blazzdev.com/documentation/rate-my-post-documentation/#css-snippets.
Regards,
BlazHi there,
This feature works for most themes, if enabled. Nevertheless, some themes might require customization for this feature to work. For start, I recommend following the steps here to figure out what’s causing issues: 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] Want to ad custom fieldHi @keeslamper,
You can override the plugin’s rating widget template and add these elements/texts. More about overriding the template here: https://blazzdev.com/documentation/rate-my-post-documentation/#templates
If you want to get texts via ACF, you simply use get_field(‘your selector’, get_the_id()); function in the template.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Blank page when editingHmm, I can’t see anything related to the RMP in the console and I can’t replicate the error. You do have a syntax error there though. Can you investigate that a bit more, please? To see the code that’s causing the error.
Regards,
BlazHi there,
It’s hard to say what’s causing the issues without going through the code of the website. I recommend following the steps here: https://wordpress.org/support/topic/sticky-read-before-posting-%e2%9a%a0%ef%b8%8f/
Regards,
BlazHi there,
This really depends how you added the lead form. If you used the_content filter increasing the priority in add_filter would push it above the rating widget. RMP uses priority of 10. See more here.
Regards,
Blaz@trde that’s the intended functionality. In the stats section only posts that have been rated are shown. Is there any reason to modify that?
Regards,
BlazHi @wdas,
The Top rated posts widget gets image url via get_the_post_thumbnail_url function which looks for post-thumbnail image. Maybe you don’t have post-thumbnail image registered? You can register it with add_image_size function.
Nevertheless, it’s in plan to add a custom image size within the plugin for Top rated posts widget. It’ll be added in the next update.
Best regards,
BlazThe font is preloaded in the last version.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Website Becomes Slow@platinumshore the plugin doesn’t use google font, but a custom font for icons such as stars, social media icons etc. Since version 3.3.3 the font is preloaded.
@cayun I don’t see any heavy queries in the plugin but it would be helpful if you can provide more info on which query impacts your website.
Regards,
Blaz