• schulz

    (@schulz)


    How would I make it so the thumb-down count is only displayed to the author and admins (hide the thumb-down count from the public)?

    People can still vote thumb-down, however, only the author and admins can see the results. Only the thumb-up results can be seen by everyone.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ricard Torres

    (@quicoto)

    In the frontend I don’t know but I think you have the vote columns in the Dashboard, in the posts list.

    Thread Starter schulz

    (@schulz)

    It is the front end that I don’t want the downvotes count displayed (similar to YouTube), Only the admins have access to the backend so it does not need to be hidden there.

    Is there a filter or something that could be done with the plugin to get this effect?

    Plugin Author Ricard Torres

    (@quicoto)

    You have CSS classes to select each element

    To hide the down votes in the FE add this to your custom CSS:

    
    .thumbs-rating-down { display: none !important; }
    

    Let me know if this works for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Thumb Down Count’ is closed to new replies.