Blaz K.
Forum Replies Created
-
You could also hide the rating widget in the popup with custom CSS:
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container.js-rmp-widgets-container.js-rmp-widgets-container--244 { display: none; }If only the popup is problematic, this will work just fine 🙂
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Fast Load Icons alive?Hi @dieter93,
I’m glad to hear you still like the plugin 🙂 Rate my Post – Fast Load Icons doesn’t have any function since version 2.10. I replaced FontAwesome with a custom and a lighter font then. You can simply delete the Fast Load Icons plugin.
Best regards,
BlazDid you clear cache (in case you use it) after excluding the post? By the way are you adding the rating widget automatically also to custom post types? The automatic option is not bulletproof – in some cases other plugins/themes can interfere with it. In such cases I typically recommend using shortcodes or adding the rating widget directly to the template. More about this here.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] How do i do thatHi @phcaraujo,
results widget is not meant for casting votes but only to display them. As for the rating widget it seems you are having styling issues. As described here I can’t do much about it unless you share the link to your website.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Average IssuesHi @tiotrom,
I guess you could do something like this:
$feedbacks = get_post_meta( get_the_id(), 'rmp_feedback_val_new', true ); foreach( $feedbacks as $feedback ) { echo $feedback['feedback']; echo '<br />'; }This will display all feedback for the current post.
Blaz
Hi @p30on,
thank you for reporting the problem! I’ve found the bug and I it will be fixed in version 3.2.0 which I hope to release by the end of the week. In the meantime you can apply the fix by overriding
rating_widget_results_textmethod in wp-content/plugins/rate-my-post/public/class-rate-my-post-public.php from line 1177 to 1199. Here is the modified method: https://gist.github.com/blaz-blazer/42e1d4ce20ca017e48305e940d13c7aeThanks again!
Blaz
Hi @alex008,
it seems that the modal box is also a post (with the id of 244) and since you are adding the rating widget to all posts it also displays there. You could try excluding the rating widget from the post with the id of 244. Alternatively, you can use shortcodes instead of the automatic option.
Regards,
BlazHi @tsmulugeta,
the example above utilizes do_shortcode( ‘[ratemypost-result]’ ); and it for sure works because I tested it before sharing the code. Many things could cause a slow page load within a custom loop so for such things I would recommend getting a web developer. It’s a very specific issue you are encountering and thus it’s hard for me provide better support.
Blaz
Hi @alex008,
I’ll need a bit more information such as link to the website and instructions how to replicate the problem. Are you adding the rating widget with a shortcode or automatically?
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Stars not clickableHi @rogierlankhorst,
I would really appreciate if you can create an integration in Complianz. Google Recaptcha is an optional feature in the plugin and I think most people don’t use it. I’ll also have a look at the WP Consent API.
Thanks!
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Stars not clickableHi @aahulsebos,
thanks for reaching out. I tested the compatibility in dev environment and I confirm that Complianz is blocking an inline script from Rate my Post which prevents the plugin from functioning. RMP uses wp_localize_script function to output a JS object (rmp_frontend) as an inline script and this object has to be accessible on page load as the main script relies on it. Is there any option to exclude an inline script from Complianz? If there is, I can add the instruction to the documentation.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Stars are not displayed.Hi @criveltru,
the best way to figure out what’s causing the issue would be to follow the steps 5 and 6 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] Stars not clickableHi @welteneffi1,
I think the problem is in the Complianz | GDPR/CCPA Cookie Consent plugin which you are using. It’s blocking an inline script from Rate my Post. Try adding rate-my-post/public/js/rate-my-post.js under Complianz->Integrations->(part of) URL’s on unique string from the inline scripts…
If the solution above won’t work, please try contacting the Complianz team about this issue. They probably have an option to whitelist an inline script or something like this.
Blaz
Forum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] This is the best, but…Hi @andreluissantos,
thanks for your review. I added multisite compatibility on the roadmap. I haven’t yet tested the plugin in such environment.
Regards,
Blaz