RatingWidget
Forum Replies Created
-
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] My theme doesn't use the_excerpt()Awesome! I’m happy it worked. And it looks great on your blog. No need to worry about rw_validate_visibility.
Btw. I would really appreciate if you could spend 60 sec rating the plugin on WP to help us spread the word (don’t forget to click the Post button to submit the rating):
http://wordpress.org/support/view/plugin-reviews/rating-widget#postformForum: Plugins
In reply to: [Rating-Widget: Star Review System] My theme doesn't use the_excerpt()Apologies for the late response, try to do the following:
- Open the main plugin’s file, rating-widget.php, and make the method
rw_validate_visibilitypublic. - Now, instead of the code you’ve previously added. Try to use this:
<?php if (ratingwidget()->rw_validate_visibility($post->ID, 'blog-post')) rw_the_post_rating($post->ID); ?>
Let me know if it worked.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] My theme doesn't use the_excerpt()Seems like you are almost 🙂 When you say “now the ratings show for every single post on the front page”, what filtering do you use to prevent from ratings to show on specific posts? Is it by category? By post id?
Forum: Reviews
In reply to: [Rating-Widget: Star Review System] Good plugin@lukodp thanks for the vote-up. You actually can override all existing CSS rules with whatever rules you want 🙂 If you need help we can tell you how to do it.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Reset RatingsPlease contact [vova AT rating-widget DOT com]
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] top rated widget problemI totaly understand the concerns. But in this case we have to monitor the server side API request. From some reason the server return only one result even though it should return 10. As mentioned before, it’s a complex debugging thus we ask for the access.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] top rated widget problemIt requires internal debugging of the plugin and the API requests to our server. I wish it was simple enough to write some instructions. I can assure you that we won’t make any harm to your blog and only work on the plugin. Unfortunately if we won’t have an access we won’t be able to help further. Your call.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] top rated widget problemJust create a new admin user in your admin’s dashboard, or send us your credentials if that’s easier by you.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] top rated widget problemWe’ll have to investigate this further. Please send us a temporary admin access to your blog via [support AT rating-widget DOT com].
Hi @skerali,
Please share your a url of a page with comments so we can check it.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Reset RatingsHi @barrybgelston,
Simply go to the advanced ratings settings in your admin’s dashboard, and use the red ‘Reset’ button. Let use know if that worked.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] top rated widget problemHi @deankisyov, please share the url of the page so we can check it.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] User Rating without BuddyPress@gonzalolucero apologies but this probably requires a deeper investigation. Since it’s not part of the “out of the box features” if you’d like us to continue investigating this please contact [jeff AT rating-widget DOT com] to discuss about special customization. Just describe him the case and send him a reference with this link. Unfortunately there will be cover charges. Sorry 🙁
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] custom postIf the custom type is configured correctly and it’s using
the_content()to show the content of the post, it will work out of the box.Forum: Plugins
In reply to: [Rating-Widget: Star Review System] User Rating without BuddyPressOh… I’ve forgot to add the echo of the method’s result. Try this:
<?php echo ratingwidget()->EmbedRatingIfVisibleByUser(get_the_author()); ?> - Open the main plugin’s file, rating-widget.php, and make the method