Blaz K.
Forum Replies Created
-
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Not working with AMP for WPHi @civilenggnotes,
I tested again and I had no problems. Did you follow the AMP guide in the documentation and overrode the Blacklist Sanitizer in the AMP for WP plugin?
Otherwise it seems that AMP for WP plugin also has an extension for Rate my Post: https://ampforwp.com/compatibility/rate-my-post/. Maybe it’s made so that overriding is not required. That I don’t know 🙂
Regards,
BlazHi @bytelogic,
The automatic option works in most cases. If you are having trouble with it, try following steps 5 and 6 here, to figure out what’s interfering with it. Alternatively, you can also include the rating widget directly in the template. And of course there is also an option to use shortcodes.
Blaz
Sorry for too much tech talk @dkemeny 🙂 What plugin/solution are you using for the popup? Does the plugin allow shortcodes to be inserted in the popup? You can also share link to the website and I’ll check it out.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Stars not clickableI’m glad to hear that Heidi. As of version 3.2.0 it’s possible to re-init widgets via Javascript but it requires some web development work. More about this here. The developer of your theme could probably help you with this. I unfortunately can’t integrate this in the plugin because it’s theme specific.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Full AMP compatibilityplease follow the instruction in the documentation. The steps for this AMP plugin are written there.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Stars not clickable@heidiron seems to work fine now? I just tried and had no issues.
Blaz
Hi @dkemeny,
this really depends on how the popup is implemented on the website. If the content of the popup is in the DOM on page load it will work. Otherwise, I have a fix for this in version 3.2.0 where you can reinit Rate my Post by calling RateMyPost.re_init();. V 3.2.0 hasn’t been officially released yet but the feature in question is already on the dev branch.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Full AMP compatibilityI @zotezo,
the plugin works well with AMP and many websites use this functionality. However, you will probably have to adjust style to your website as the AMP widgets only come with some basic style. More about this in the documentation.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Rate all postsHi @phcaraujo,
that is a relatively complicated SQL command, but I can guide you in the right direction. So, the plugin stores votes in post meta. There are 3 fields that are relevant: rmp_vote_count, rmp_rating_val_sum and rmp_avg_rating. rmp_rating_val_sum / rmp_vote_count should equal rmp_avg_rating with a max one decimal. I hope this will help you.
Regards,
BlazYes, something doesn’t seem to work properly on your website 🙂 It’s hard to say what but the problem seems to be connected to the popup plugin. I wrote that down and it will be checked 🙂
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Stars not clickableHi @heidiron,
I doubt because on your website the plugin worked well, if you landed directly on the page with a rating widget. In such case I was able to rate the post. The problem was only once you started navigating pages/posts as page load did not occur – new posts were loaded with ajax. Are you sure you disabled ajax for the right thing?
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Invalid TokenHi @victormorenos,
are you sure it’s invalid token? Because you issues sound more like invalid nonce error. The invalid nonce error will appear if a page is cached for more than 24 hours – that’s just how WordPress nonces work. So, it’s important to set TTL for less than 24 hours.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Stars not clickablethanks for the link. I see the problem. So, your website is using ajax to switch between posts and that’s causing issues. Is simple words, in your case the page is not reloaded when you go from one post to another post. Rate my Post gets initialized on page load and since the page is not loaded, RMP doesn’t get initialized.
I have a solution for this in version 3.2.0 which will be released this week, but you will most likely need help from developer (preferably developer of your theme) to utilize it as it requires some JS knowledge.
I’ll let you know when 3.2.0 is released.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Stars not clickableThank you @rogierlankhorst! I’m looking forward to the update 🙂
@heidiron I’ll have to see the website to investigate this.
Blaz
Hi Alex,
as far as I know, everything is properly sanitized. The plugin’s code is also available on GitHub. Nevertheless, you can send me the complete log on info@blazzdev.com. From the log above I can’t confirm that the entries are connected to RMP.
Blaz