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.

 

wpForo 1.x.x [Solved] Removing "add a comment" button in Q&A forum layout

3 Posts
2 Users
3 Reactions
1,719 Views
selsebil
Posts: 88
Topic starter
(@selsebil)
Estimable Member
Joined: 4 years ago

Hi, wpforo team;

I want to remove "add a comment" button from answers in Q&A forum layout. But old comments should be kept as is. Only I want to remove the button for new comments in my website. The button I meant is attached as photo. Is there anyway? Thank you for everything

2 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

@selsebil,

This will remove the idea of Q&A, all replies will be answers, even a simple "Ok" will be an answer. I don't think it's a good idea. Your Q&A topics will not be Q&A topics, they'll be one level discussion threads. In any case, if you want to remove it, just use this CSS code:

#wpforo #wpforo-wrap .wpforo-qa-comments-footer .wpf-add-comment-button{
    display: none;
}
1 Reply
selsebil
(@selsebil)
Joined: 4 years ago

Estimable Member
Posts: 88

@robert Thank you Robert, my users want discussion layout, even in questions. Because sometimes it is complicated to find new answers in Q&A forum... It worked, thank you very much for everything.