Blaz K.
Forum Replies Created
-
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Problem with screen readerHi Mateusz,
I’m glad to hear you like the plugin and thank you for pointing out the issue. I quickly checked some resources and implementing screen reader accessibility won’t be a big problem. I’ll do my best to have an update out as soon as possible.
Best regards,
BlazThanks you for your review!
Regards,
BlazHi,
this is unfortunately not possible.
Regards,
BlazHi @insideril,
that is possible in Rate my Post PRO. The PRO version comes with Advanced Schema Selector. See more here: https://blazzdev.com/rate-my-post-pro-advanced-schema-selector/
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Nonces, do we need them?You can rewrite the
private function has_valid_noncein \rate-my-post\public\class-rate-my-post-public.php like this:private function has_valid_nonce( $nonce ) { $data = array( 'valid' => true, 'error' => false, ); return $data; }Regards,
BlazHi there,
Rate my Post displays icons via a custom font and thus the icons are not visible until the font is loaded (we’re speaking about milliseconds here). This recommendation from pagespeed insights comes into consideration if the font is used for text as then it can have a fallback. In case of custom icons that’s unfortunately not possible. Long story short, you can disregards this warning 🙂
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Ranking feature requestHi @teeboy4real,
this feature sounds more like something that should be integrated in a theme. It’s unfortunately a bit too big to ship with the plugin.
Regards,
BlazFixed in 3.3.1.
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Fallback image for schemaAdded in v 3.3.1
Hi @lisakirkman,
thank you for your review. The analytics tab shows only the latest 100 entries, that’s why sorting might be a bit confusing. I’ll keep this in mind when updating the plugin.
Best regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] invalid wp tokenhow to prevent this issue is thoroughly explained in the documentation.
Regards,
BlazForum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Best review plugin!I’m glad to hear that 🙂 Thanks for your review.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Add new message textHi @teeboy4real,
that’s possible with the rmp_display_rating_widget filter. See more in the documentation.
Regards,
Blaz