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

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Issue [Solved] WordPress comments still visible

4 Posts
2 Users
1 Reactions
219 Views
Posts: 5
Topic starter
(@ronaldus)
Active Member
Joined: 3 months 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: 3 months ago

How long does approval usually take on this forum?

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

Illustrious Member
Posts: 8075

@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: 3 months 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: