Notifications
Clear all

[Solved] wpDiscuz comment sorting showing on pages in default TwentyTwenty theme even if comments are disabled

5 Posts
2 Users
0 Likes
1,291 Views
(@mayuxi)
Active Member
Joined: 5 years ago
Posts: 13
Topic starter  

Thanks for the great plugin again! Found a small bug / incompatibility problem with the current (2020) WordPess default theme - twentytwenty. wpDiscuz comments' sorting options are showing on pages in  even if comments are disabled in page's option.

URL: https://laowaicast.ru/about/hosts/

Screenshot in attachment.

Captura de Tela 2020 01 16 às 2.16.26 PM

 


   
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

Hi @mayuxi,

Please navigate to Dashboard > Comments > Settings > Styling admin page, put the following CSS code in "Custom CSS code" textare:

#wpcomm.wpd-dark .wpdiscuz-front-actions{
display: none;
}

Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.


   
(@mayuxi)
Active Member
Joined: 5 years ago
Posts: 13
Topic starter  

Thanks for the tip. Just extra confirmation: will this code hide "sorting options" only on pages with disabled comments? (because I do have posts and other pages with open comments)


   
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 
Posted by: @mayuxi

Just extra confirmation: will this code hide "sorting options" only on pages with disabled comments?

yes, of course. You can simply test it. The code hides "sorting options" only on pages with disabled comments. 


   
(@mayuxi)
Active Member
Joined: 5 years ago
Posts: 13
Topic starter  

Thanks! 


   
Share:
Scroll to top