RatingWidget
Forum Replies Created
-
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] cannot activateWe didn’t block any country, but we heard that we have some issues with Turkey. What country are you trying to visit from?
You need to find your theme’s php file that responsible for showing your front page, and make sure it’s using
the_excerpt()orthe_content()methods.Hey @exlosercurrentwinner, did you check our FAQ:
http://rating-widget.com/support/wordpress/faq/Specifically this should help:
http://rating-widget.com/support/wordpress/faq/my-homepage-not-showing-any-ratings-whats-wrong/Let us know if that worked.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Power User SettingsI see. Unfortunately the template is not officially supported, and you are right – the Power User Settings has no affect on that. This is exactly one of the reasons why it isn’t officially supported 🙂
I can tell you that we are working hard to create a new Top-Rated page as part of the plugin that we’ll officially support and will have a custom settings section in the dashboard. Stay tuned 🙂
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Power User SettingsHi @raphyboy, please make sure you have activated this for the right element. There are different Power User Settings for Blog Posts, Front Page Posts, Pages,…
Let us know.
Forum: Reviews
In reply to: [Rating-Widget: Star Review System] Currently breaks my siteHi @urweb, the issue you mentioned is now fixed in the latest stable release:
https://downloads.wordpress.org/plugin/rating-widget.2.2.8.zipForum: Plugins
In reply to: [Rating-Widget: Star Review System] cannot activate plginWe are so sorry, and just released a fix to that:
https://downloads.wordpress.org/plugin/rating-widget.latest-stable.zipPlease replace the previous version with the new one, and it should be all working. There are two ways to disable/delete the previous plugin’s with FTP access or access to your Database (like phpMyAdmin). This post will guide you how to do that:
https://www.webhostinghero.com/manually-disable-wordpress-plugins/Again – apologies for the inconvenience 🙁
Forum: Reviews
In reply to: [Rating-Widget: Star Review System] Amazing@itt Thanks a lot for the warm words! Feedback like yours keeps us motivated to keep working hard on providing the best ratings solution out there.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Remove Info Box, but Keep "Votes"Hi @flickchicks,
Yep, and you can find it in the Power User settings, it’s:
options.showReport = false;Hope that’s helpful.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] show ratings only on certain pagesHi @johncal01, you can easily uncheck the RatingWidget checkbox on the Post/Page edit page in your management dashboard. It’s on the right sidebar.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] WMPL Language Auto-SelectionHi @maudit, thanks for upgrading. The WMPL should be auto enabled after the upgrade. Please share a link to the problematic page so we can check it.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Center rating using shortcodeHi @rasmus,
Thanks for trying RatingWidget. Centering the ratings should not be a problem. Just wrap it with a <div style=”text-align: center;”> element, and it should work.
Let us know if that worked, and if not, please share your page’s link so we can check it.
If you can find a short PHP code that checks if the current post is custom post type, then I can guide you where to add it in the plugin’s code to make the magic 🙂
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Display rating on main bbPress forum pageHi @snowmatt1,
We currently not supporting ratings on the forum’s main page, but you can customize the template by using our PHP shortcodes:
http://rating-widget.com/support/shortcodes/is-there-any-php-shortcodes-i-can-use-for-my-custom-posts-templates/