Blaz K.
Forum Replies Created
-
Forum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Bin sehr zufriedenVielen dank @aveaventinus!
Forum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Pretty Great PluginYou are welcome @amateurbikinis and thanks for reviewing the plugin!
Forum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] I love itThanks @georgwordpress!
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Memu and homepageHi @davidebaraldi,
thanks for reporting the issues.
1. I’m aware that in some themes the stars on category pages appear also where they shouldn’t such as in the menu, sidebar etc 🙂 I’m investigating this issue and hopefully I’ll have a fix out next week.
2. At the moment the plugin unfortunately doesn’t have an option to show stars on the front page. I’ll consider adding such a feature in the future versions. However, if you have some coding skills, you can add the stars on the front page using the “developer features”: https://wordpress.org/support/topic/developers-developer-features/
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Stars in google outputHi @premadeweb,
if there are no errors for CreativeWork, than the data is passed to search engines. However, it’s up to search engines to decide if they trust your website enough to show rich snippets. Usually it also takes some time before rich snippets are shown.
Regards,
BlazHi @suhkha,
the plugin comes with the top rated posts widget. Go to appearance -> widgets and find Top Rated Posts. The widget also has some settings such as minimum average rating required, minimum vote count etc.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Ratings are verticalthis should do the trick:
ul#rmp-stars { list-style: none; padding-left: 0; } li.star { display: inline-block!important; }Regards,
Blazhow are you registering these custom post types? Is that via a plugin or with your own code? I otherwise have custom post types in development environment and it works seamlessly there. So, I’m curious where this problem originates.
Regards,
BlazSomething like this should work 🙂
p#voting-results { display: inline-block; } .rating-stars { display: inline-block; }Regards,
Blazis this maybe happening in custom post types? Does the same thing happen if you create a page and add the rating widget to the page?
There was a similar issue here: https://wordpress.org/support/topic/aiovg-problem/
As you can see the problem was in plugin for custom post types which stripped out the script tags from structured data.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Ratings are verticalthis just needs a bit of additional CSS 🙂 send me a link to the website and I’ll give you a snippet.
Regards,
Blazthis sounds more like some CSS styling is required 🙂 I’ll have to see the website and then I can give you a snippet.
Regards,
BlazForum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] excellent pluginThanks @cotm! 🙂
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Please change this colorHi @rp4rusty,
it is possible with custom css – see examples below:
h2.rmp-main-title { color: green; } p.rmp-main-subtitle { color: orange; } p#voting-results { color: red; }Regards
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Please change this color