The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
how to disable Comm...
 
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.

 

[Solved] how to disable Comment form header

4 Posts
2 Users
0 Reactions
1,352 Views
Posts: 10
 hari
Topic starter
(@hari)
Active Member
Joined: 4 years ago

how can disable this bar? i have managed to turn off sorting and subscription from settings now i want to disable this bar

example site: https://123forum.tk/SiForum/test-3/

if possible could you help with small CSS code to align all comments in one line

check this site 🙂 we love wpdiscuz

3 Replies
Posts: 10
 hari
Topic starter
(@hari)
Active Member
Joined: 4 years ago
Posted by: @hari

if possible could you help with small CSS code to align all comments in one line

example https://discuss.flarum.org/d/7585-free-flarum-hosting-on-an-expert-platform-by-freeflarum-com/2

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

Illustrious Member
Posts: 8075

@hari,

You can use the CSS code below: 

#wpdcom .wpd-thread-head .wpd-thread-info {
    display: none;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.

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

Illustrious Member
Posts: 8075

if possible could you help with small CSS code to align all comments in one line

Regarding this one. No need to use the CSS code. Just uncheck/disable the "Enable threaded (nested) comments X levels deep" option. It's a native WordPress option and can be found in the Dashboard > Settings > Discussion admin page. 

Share: