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.
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.
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)
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.
Thanks!