Question about disl...
 
Notifications
Clear all

Question about dislike button

2 Posts
2 Users
0 Reactions
1,420 Views
(@christian-pust)
Member Customer
Joined: 2 years ago
Posts: 18
Topic starter  

I tried to register several times at the default support forum, but never get a verfification email, so i need to add my question here.

Its possible to hide the dislike button, but at the profile page there is a section that show the counted dislikes. since this has no seperate class - how can i hide/disable this?

And btw, what can i do to get access to the main forum, is there a registration bug that no confirmation email is sent?


   
Quote
Kyle
 Kyle
(@kylew)
Prominent Member
Joined: 4 years ago
Posts: 728
 

Hi @christian-pust,

Sent a mail to info[at]gvectors.com with using the email that you have used to reg in wpForo Forum.

And let me know here that you have sent the email.

Β 

To Disable the Dislike Button in the Topics and in the Profile Statistics:

Insert the below CSS Code in Custom CSS Codes Field from Dashboard > wpForo > Settings > Colors & Styles:

#wpforo #wpforo-wrap .wpf-popover-content {
    display: none !important;
}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-child(8){
    display: none !important;
}

   
ReplyQuote
Share:
Scroll to top