Notifications
Clear all

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

4 Posts
3 Users
3 Reactions
106 Views
ffooccuuss
Posts: 21
Topic starter
(@ffooccuuss)
Eminent Member
Joined: 6 months 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: 1436
(@tutrix)
Noble Member
Joined: 4 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: 1187
(@percysgrowroom)
Noble Member
Joined: 5 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: 21
Topic starter
(@ffooccuuss)
Eminent Member
Joined: 6 months 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!Â