Hello,
I was wondering if you could help me with an issue with the [rating-system-top-posts] shortcode. The shortcode seems to try and pull the posts from the wp_post feed, however, my posts are not there, I’m using a plugin called User Post Gallery and have implemented the rating system in these posts and it works, I can even see the number of likes/dislikes in the plugin itself, but when I try to show most liked posts on another page with the shortcode, it pulls the wp_posts, not the user-submitted posts that are not listed there. Do you maybe have a solution to this?
]]>I have a site that allows writers to submit stories and rate them, but when they log in they have the option to change the ratings to the stories they wrote in their admin panel. Is there a way to hide this options for everyone but the administrator? or at least hide it completely? Thanks
]]>I currently am migrating my site needvwant.com to wordpress
Looking for a plugin that captures the voting features I have on site currently
Will the votes be stored in a way that I can sort posts by highest votes to lowest votes of either up and down?
Can I change icons and text of the thumbs up / thumbs down?
Thank you!
]]>I need to ONLY enable upvote/ downvote for comments across all posts on my site. Where can I do that? Would I have to paste the shortcode into every post? I see a toggle for all pages and posts, but not for comments.
]]>Hi. When clearing the checkbox for “Enable Epoch Support”, the plugin at the same time cleared the checkbox for “Turn on like or dislike for comments”.
That means the plugin no longer shows up on comments. It’s been working great for over a year. No matter what I try, it will not turn on likes for comments anymore.
How can I fix this?
]]>Can a logged-in user give multiple votes to a single post? I am okay if i have to do some coding in the plugin file.
]]>Hi,
I have installed plugins Rating System and myCRED in my website and adding hook for rating system in myCRED. But myCRED does not calculate points from this plugin please guide me what I do
]]>Hi Alex,
Thank you for great plugin.
I run your plugin with WordPress version 4.8.3 and bbPress version 2.5.14.
The button display on topic but when I click on like button the number not increase.
Could you update your plugin to fix this issue.
Thank in advance for your help.
]]>I changed my server to use nginx. However, now the votes do not save.
I click a vote and I see that the number increases. However, I reload the page and the vote is missing.
Help!! I loved this but if it doesn’t work anymore that really sucks :'(
]]>The like button gives a Null on voting.
There is no BBpress or budypress.
What is wrong?
]]>Hi,
i am looking for a plugin which provides a rating system for single images in a gallery. Is this possible with your plugin?
Thanks and best regards
How can I sort my comments by rating? Your github page shows support for it, however I cannot figure out how to do this.
Thanks.
]]>Hello guys,
Does anyone know if is possible to show percentage of votes?
For example, if a post have one like and one dislike, will show: 50%
Help ??
]]>I only want the like button on the actually on the post (custom post-type).
So I only have display buttons on Custom post type singles set.
However, I see the number of likes appear at the end of the excerpt of my posts, on pages where the number of character count of content is smaller than the excerpt limit.
Plugin Version Version 2.7.6.1
Wordpress Version 4.8
How can i see the total of dislike custom post “product”?
I need to get informed if some user dislike a product. How can i achieve that?
]]>Thanks for your plugin!
Tell me please how to make “like” and “dislike” being in one counter? That is, they were not considered separately. Thank you!
Is it posible to add the vote system to author.php page?
I’ve made a custom loop for getting author information and I would like to add a rating there.
<?php
remove_all_filters('posts_orderby');
$args = array(
'orderby' => 'rand',
'posts_per_page' => 5,
'exclude' => array( 1 )
);
$user_query = new WP_User_Query( $args);
shuffle($user_query);?>
<?php if ( ! empty( $user_query->results ) ) {
foreach ( $user_query->results as $author ) {?>
<div class="snowplanner">
<?php $image = get_field('user_photo', "user_{$author->ID}" ); $image_url = $image['sizes']['thumb-s']; echo $image_url;?>
<h3><?php echo $author->first_name; ?></h3>
<?php the_field('user_biografie', "user_{$author->ID}");?>
<?php echo get_author_posts_url($author->ID); ?>
<?php echo do_shortcode('[rating-system-posts]')?>
</div>
<?php }} ?>
Seems to work at home, but I think its rating the home page and not the user
]]>Hi there – I have a strange situation where everything works great in my staging environment (supposedly identical), but in production I get the following error (only for logged-in users):
Uncaught TypeError: Cannot read property ‘both’ of null
at Object.success (no-dislike-comments.js:19)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at y (jquery.js:4)
at XMLHttpRequest.c (jquery.js:4)
Example URL w problem: https://www.velominati.com/vsp/velominati-super-prestige-womens-liege-bastogne-liege-2017/
]]>Hi
I use Ark Theme and after installing the plug-in, the built-in icons in the theme are replace with a square symbol. Somehow the plug-in creates an issue with the installed icon fonts.
Hi
I use Ark Theme and after imnstalling the plug-in, the built-in icons in the theme are replace with a square symbol. Somehow the plug-in creates an issue with the installed icon fonts.
hi there,
i’d like to use my own icon, i can easily enough create an icon font & reference, but could you give me any pointers as to where/how/what code i’d need to modify in order to get it to display?
i’m guessing its not as simple as a css edit?
thanks,
Jas
Do I need to do anything to integrate with myCRED? Users are voting on CPT and it isn’t affecting their points?
Would appreciate any help.
]]>Hi !
I can’t see where to see the vote feedback of the posts.
Thank you;
jd
Hello.
Can you add an animation effects to buttons?
library
https://github.com/codrops/Animocons/
demo here
https://tympanus.net/Development/Animocons/
Hi everyone,
that was great plugin until I tried update my site on the new version of wordpress 4.7.
After updated WordPress 4.7 and bbPress 2.5.12 – plugin stop show count like and dislike on bbress forums reply. Only shows zero – 0.
If U try to vote then you get nothing.
On browser console got message with that – “Error: Syntax error, unrecognized expression: .post-like-counter.”
/wp-includes/js/jquery/jquery.js?ver=1.12.4 (line 2, column 12733)
And any other votes – post, pages, buddypress activity works absolutely normal.
I opened my old different site backup with WordPress 4.6 and newly install plugin = bbpress works.
Try same update 4.7 and bbpress 2.5.12 = bbpress vote same not work.
Anyone have problem same me?
]]>Hello,
i tested the Plugin woth bbpress. The settings are
Display Buttons on:
Custom post type single / marked
Enable bbPress support
Custom post type single must be checked for bbPress support / marked
When checking my site i get the ratings also shown on Pages???
How can i fix this?
Thx
Sally
Is there a way to include voting for WooCommerce products listed by category?
See screenshot: https://i.imgur.com/j3nASQj.png
If there is an easy way to write it into the functions.php file, I’ll happily accept your recommended code (:
]]>Hi Alex,
You’ve done fantastic work on this plugin. It’s far better than other voting plugins, including premium ones.
I run a corporate WordPress site and my employees share workstations, an IP address doesn’t represent only one user in my situation.
Is there a way for Rating System to track votes by username instead?
I’m happy to make the changes myself; just point me in the right direction.
Thank you!
]]>Hi there, thanks for writing this plugin, been searching for something like this for a while. Glad to have found it! Great work.
I have a question, how do I get to sort the likes so that when someone gives a like, the replies to a topic in bbpress get′s automatic sorted so that highest voted is shown first?
]]>Hello,
Great plugin.
We just noticed yesterday that clicking ‘like’ or ‘dislike’ doesn’t update the count on ‘random’ computers and browsers. The count definitely did not update when liked/disliked on iphones. This is for anonymous users, who we want to simply tell us whether or not the article was useful or not with thumbs up/down.
We’re running latest WP with WP Supercache and Autoptimize, then through Cloudflare for CDN.
Is there a particular thing that should be excluded from optimization/minifying?
I tried adding the line below in “Exclude scripts from Autoptimize:”
toucheventsdetect.js, like-or-dislike.js
The above made no difference, meaning that clicking on the like button did nothing.
There is no javascript optimization being done in Cloudflare, so it’s likely a php or javascript issue before it gets to Cloudflare.
Click on any story here: https://www.caymancompass.com to find like/dislike under the article body.
Anyone have clues where we should start looking to troubleshoot this? Is it a php or javascript issue?
Thanks in advance for any help you can provide.