Notifications
Clear all

[Solved] Negative Votes?

7 Posts
2 Users
0 Likes
1,958 Views
(@chriztina40)
New Member
Joined: 5 years ago
Posts: 4
Topic starter  

We do not have a way to dislike a comment on our blog, but some of the comments have votes with negative numbers. I am not sure how this could have even happened, as we only have the option to LIKE a comment. When you hit the like button, it takes the count from -80 to -79.  How do I get rid of the negative numbers?

Thanks!

IMG 4575

   
Quote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5911
 

Hi chriztina40,

Please leave an example URL to allow us to check it. 


   
ReplyQuote
(@chriztina40)
New Member
Joined: 5 years ago
Posts: 4
Topic starter  

https://www.acellus.com/student-blog/?p=2906


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5911
 

Hi  chriztina40,

Please navigate to Dashboard > Comments > Settings > Comment List admin page change the value of "Comment voting statistic mode" to "separate count" and check again? Please let us know the count of negative and positive votes for the certain comment e.g. for this one. 

https://www.acellus.com/student-blog/?p=2906/#comment-86098


   
ReplyQuote
(@chriztina40)
New Member
Joined: 5 years ago
Posts: 4
Topic starter  

I changed the value to display "separate count". This would fix our problem, except we do not want to show dislikes. Only likes.

It's strange, on some comments it says the dislikes are at 0, but there is at least one that shows -1.

comment

   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5911
 

This CSS will hide the negative votes. Just put it in Dashboard > Comments > Settings > Styles > "Custom CSS Code" textarea. 

#wpcomm .wc-comment-footer .wc-vote-result.wc-vote-result-dislike {
display: none;
}

   
ReplyQuote
(@chriztina40)
New Member
Joined: 5 years ago
Posts: 4
Topic starter  

That worked! Thank you so much!! I really appreciate the help.


   
ReplyQuote
Share:
Scroll to top