Blaz K.
Forum Replies Created
-
Hi @longnha,
that shouldn’t be the case. Ajax is used only if the rating widget is present on the page. Otherwise the script is not enqueued. Nevertheless, I’m releasing version 2.10 today or tomorrow which uses ajax only if it’s enabled in the settings (for compatibility with a few caching plugins).
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Hide Vote count CSSthe plugin’s JS and CSS are not loaded so the first thing to do is figure out what is interfering with the plugin. For starters try disabling other plugins until you figure out the cause.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Grid of top rated postsHi @confusedkoala,
that method returns all the data you need to build such a widget. However, building such a thing requires good knowledge of PHP, CSS and JS. If you are not familiar with these languages, I think its’s better you hire a web developer.
Regards,
BlazForum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Amazing!!!Yes it appears also for contributors but only admins can save save options. At the moment there is no option to change this. I might add it in the future versions.
Blaz
Forum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Funciona com o ElementorThank you @glauciolacerda 🙂
Forum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Amazing!!!Depends what your blog posts are about. If they are recipes than Recipe, if they are courses than Course and so on. If they don’t fit to any structured data type than you are according to Google guidelines not eligible for rich snippets. Read more about this here: https://webmasters.googleblog.com/2019/09/making-review-rich-results-more-helpful.html
Regards,
BlazForum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Amazing!!!It works but you have to choose one of the supported schema types in the settings. More about this here: https://wordpress.org/support/topic/google-rich-results-changed/
It for sure didn’t work with KK star ratings after Google’s update in mid-September because KK star ratings uses creative work schema type which is no longer supported.
Regards,
BlazForum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Amazing!!!Thank you for reviewing the plugin 🙂
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] TitleYou can change the title to paragraph in the settings, but changing it to H4 is unfortunately not possible.
Rregards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Hide Vote count CSSForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Hide Vote count CSShave you cleared the cache after installing the plugin? The plugin’s js and css is not loaded and if all works fine when you are logged in it might very well be an issue with cache (you probably have “don’t cache for logged in users” enabled). So, clear cache and if the problem persists I’ll have a look 🙂
Regards,
BlazHi @wpnh,
check out the documentation here: https://blazzdev.com/documentation/rate-my-post-documentation/
The functions/methods of your interest are:
rmp_get_avg_rating( $postID )
rmp_get_vote_count( $postID )
Rate_My_Post_Public_Helper::get_visual_rating( $postID )The last method will return you the stars, but without style. So, you’ll have to also do a bit of CSS 🙂
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Google Rich Results ChangedHowTo is a very complicated schema type and while it’s possible to develop it with this plugin (see the documentation), it requires quite some time. I’m considering making an extension to support all structured data types (included optional data) but in case I do make it, it’ll be a premium extension. It all depends on the request I get here 🙂
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Hide Vote count CSSHi @leedinhthu,
the plugin stores ratings in post meta and thus it only works in posts, pages, custom post types etc. Categories unfortunately can’t be rated.
Regards,
Blaz