Tagged: bbpress
Hello,
I see that threaded replies in bbpress are not working, please solve this since enfold supports bbpress.
Hi hamzahmauzam!
Can we have an example of what you mean?
Best regards,
Devin
Is there a solution for this yet? I’m having the same problem. When i activate it in the settings, the layout is a bit broken and threaded/nested replies still don’t work as it should. Am i doing wrong or is it a bug?
Hey!
Try adding this code to the Quick CSS:
.bbp-threaded-replies {
margin-left: 50px !important;
}
Cheers!
Josue
That’s better, but the layout is still different than when i turn nested/threaded replies off. How i can i fix that?
Hi!
Add this too:
#bbpress-forums div.bbp-reply-content{
min-height: 68px;
text-align: left;
overflow: hidden;
border-radius: 2px;
padding:7px 20px;
border-style:solid;
border-width:6px;
position: relative;
margin-left:0;
margin-right:0;
}
#bbpress-forums .bbp-reply-author{
position: relative;
}
Regards,
Josue
Excellent! Thank you very much!!!