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] Hide Nested replies by default

5 Posts
2 Users
1 Reactions
914 Views
Posts: 33
Topic starter
(@ammikas)
Trusted Member
Joined: 3 years ago

Hey, Quick question. 😊 

Is it possible and if yes how can we hide nested replies by default?
Meaning, I want the nested replies not to be visible by default, and to make them visible users have to click the small arrow "Show replies"

On the attached screenshot is the view I would like to have by default.

Topic Tags
4 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @ammikas,

I'm sorry, but wpForo doesn't have that kind of option.

3 Replies
(@ammikas)
Joined: 3 years ago

Trusted Member
Posts: 33

Hey, @chris
Thanks for your reply. But is it perhaps possible to add some code manually?

Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@ammikas,

Try the following CSS Code:

#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-1{
    display: none;
}
(@ammikas)
Joined: 3 years ago

Trusted Member
Posts: 33

@chris Woohooo! It works. Thank you so much! 😊 🤩 🙏