Blaz K.
Forum Replies Created
-
Forum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Perfect !Thanks @sabelya! 🙂
Hi @sabelya,
before version 2.7 the feedback functionality was very basic and the feedback can’t be deleted individually. To delete that feedback you should click the red “delete feedback” button above the feedback section. Note that this will delete all feedback – old and new 🙂
The feedback should appear in post editor in Rate my Post metabox.
Regards,
BlazHi Alex,
the analytics section shows every vote on your website. Every vote gets an ID but only the last 100 votes are shown. The “Post” cell should show the title of the article with the link. If it doesn’t, this might be a bug. Do you see any errors in PHP error log? It works well in my environment(s).
The duration cell shows how much time the user spent on page before rating the article.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] RMP is np longer working!The plugin (version 2.9.2) supports all but three structured data types which according to Google Guidelines display rich snippets. The other 3 types can be utilized with the filter. See the documentation https://blazzdev.com/documentation/rate-my-post-documentation/
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] performance improvementIt’s a good point Georg. I’ll look into this when I start working on V3.
Blaz
Forum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Looks and feels great!Thanks for review @depape01 🙂
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] RMP is np longer working!Google has changed guidelines for rich snippets. Check out this topic: https://wordpress.org/support/topic/google-rich-results-changed/
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] performance improvementHi @georgwordpress,
That’s something I’ll consider adding to the plugin in version 3 in which the code the code will be refactored. The SQL queries run only when the post is rated and never on page load. I use the plugin on shared hosting as well and I haven’t noticed any problems. I think it should run without problems on every decent shared hosting. But yeah it also depends on the number of visitors.
Regards,
BlazIt doesn’t really matter because you are overriding that option with the filter.
Blaz
Hi @civilenggnotes,
I checked your website and I see quite some errors in the console. For starters try disabling cache any minify as with minify enabled it’s very hard to debug.
Regards,
BlazHi Selina,
pasting this in custom CSS should do the trick:
.entry-content ul li.star { width: auto; }Regards,
BlazYou also need to create custom fields and then define application category and application operating system as described in the documentation. https://blazzdev.com/wp-content/uploads/2019/09/SoftwareApplication-Schema-Type-1440×814.jpg
Here is a tutorial how to create custom fields: https://www.namehero.com/startup/how-to-use-custom-fields-in-gutenberg-screenshots-example/
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Google Rich Results Changed@ony, this really depends on your blog posts. Check out the announcement from Google and figure out if your blog posts fit to any of the categories/types. If you click on the category in the announcement, you will get more information about it. For example, for creative work series it says TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries.
If your blog posts don’t fit to any of the categories then you are simply not eligible to rich snippets according to Google Guidelines.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] No more displaymight be that you updated some other plugin/theme which loaded FontAwesome and not it doesn’t anymore. Glad to hear that you solved the problem.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] top ratedHi @vvalladolid,
the top rated posts can be shown as a widget under appearance -> widgets. There is no option to show them on a specific page but you can use the Rate_My_Post_Public_Helper::top_rated_posts method to retrieve an array of top rated posts with titles, urls, featured images, average ratings and vote counts.
Regards,
Blaz