Blaz K.
Forum Replies Created
-
Hi Cheryl,
Do you have FontAwesome library added to your website? RMP doesn’t come with FontAwesome since version 3. So, if you want to use Font Awesome icons the library has to be enqueued within the theme or a plugin.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Exclude categoryHi @cursodexyz,
How to do this is explained in the documentation. Search for “Remove rating widget from posts in specific category” 🙂
Regards,
BlazHi,
it’s on the roadmap and will be added in future versions.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Database errorHi there,
Did you follow the steps listed here https://wordpress.org/support/topic/sticky-read-before-posting-%e2%9a%a0%ef%b8%8f/ ?
Blaz
Hi @brokk91,
The markup was changed in version 3 and thus new custom CSS is required. You can change font color with:
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container { color: red; }Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Sidebar widgetHi @nmccainjr,
You can do this with custom CSS.
.rmp-tr-posts-widget__post { font-size: 12px; }Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Rating a userHi @sergio01,
the free version of the plugin only works with posts, custom post types and pages. Ratings for other entities are available in the PRO version via Custom Rating Widgets. https://blazzdev.com/rate-my-post-pro-custom-rating-widgets/
Regards,
BlazHi there,
It seems that the table didn’t get created on plugin install. Can you try uninstalling and installing the plugin again? This should solve the issue.
Regards,
BlazHi there,
I couldn’t reproduce this error. Which PHP version are you using?
Regards,
BlazHi there,
here they are:
rmp_avg_rating
rmp_vote_countRegards,
BlazThis should work fine but of course it depends on the implementation of the popup. I suggest to give it a try 🙂
Regards,
BlazYou can use rmp_before_social_icons or rmp_after_social_icons actions to add custom content in the social widget. More about this in the documentation.
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Top rated post shortcodeIt’s on the roadmap, but no ETA. Currently rmp_get_top_rated_posts function can be used to retrieve the top rated posts and create such a shortcode. But it requires some know-how.
Regards,
Blaz