The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
WordPress comments ...
 
Share:
Notifications
Clear all

Issue [Solved] WordPress comments still visible

4 Posts
2 Users
1 Reactions
114 Views
Posts: 5
Topic starter
(@ronaldus)
Active Member
Joined: 1 month ago

Hi there, 
After searching and experimenting with settings for an hour or 2, I still have the issue that WordPress comments are still visible after activating WP-Discuz comments. I can turn it off, but then WP-Discuz comments are also not visible anymore ... I attach a screenshot.

Your help/advice is appreciated, thx!

Scherm­afbeelding 2025 05 27 om 21.24.42

 

3 Replies
Posts: 5
Topic starter
(@ronaldus)
Active Member
Joined: 1 month ago

How long does approval usually take on this forum?

2 Replies
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8045

@ronaldus 

Please insert the CSS code below in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

div#ld-comments-form {
   display: none;
}
div#ld-comments {
   min-height: max-content !important;
}

Don't forget to press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS.

(@ronaldus)
Joined: 1 month ago

Active Member
Posts: 5

@asti Great, that worked almost! I had to change 

min-height: max-content !important;

in

max-height: max-content !important;

to override to CSS, but that's no problem I guess.

Cheers!

Share: