Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Suggestion [Solved] Change the thumbs up/down button?

4 Posts
3 Users
4 Reactions
713 Views
ffooccuuss
Posts: 29
Topic starter
(@ffooccuuss)
Trusted Member
Joined: 1 year ago

Several of my older forum users have suggested they would like to see a single button for 'thumbs up'. There is very little need or desire in our forums for a 'thumbs down.' With poorer eyesight and mouse skills many times they miss the button they want. 

Would it be possible with a little custom code to change the button to just a single 'thumbs up' function? Code Snippet? Maybe CSS? (I'm not a coder but I am a master cut'n'paster!)

 

Topic Tags
3 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @ffooccuuss 

You can use these 2 CSS codes

  /* remove reaction Popover Content */
  #wpforo #wpforo-wrap .wpforo-reaction.wpf-popover .wpf-popover-content {display: none !important;}
  /* remove Received Dislikes Icon from Profil */
  #wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-child(8){display:none;}
  1. This will remove the popup in the post, so by default only Like will work.
  2. Remove the received dislikes icon from the profile

 

Add it to custom css

Dashboard > wpForo > Settings > Colors & Styles > Custom CSS

Posts: 1215
(@percysgrowroom)
Noble Member
Joined: 6 years ago

Posted by: @tutrix

/* remove Received Dislikes Icon from Profil */ #wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-child(8){display:none;}

Legend! Youre too good bro. 

ffooccuuss
Posts: 29
Topic starter
(@ffooccuuss)
Trusted Member
Joined: 1 year ago

Exactly what I was hoping for! Perfect! Many thanks! And the response by my users is lots of gratitude! You make me look like a hero!