Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #255401

    Hello,

    I see that threaded replies in bbpress are not working, please solve this since enfold supports bbpress.

    #255780

    Hi hamzahmauzam!

    Can we have an example of what you mean?

    Best regards,
    Devin

    #410916

    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?

    #410948

    Hi!

    Can you please post link to your page where we can see the issue?

    Regards,
    Yigit

    #410961
    This reply has been marked as private.
    #411568

    Hey!

    Try adding this code to the Quick CSS:

    .bbp-threaded-replies {
        margin-left: 50px !important;
    }

    Cheers! 
    Josue

    #411973

    That’s better, but the layout is still different than when i turn nested/threaded replies off. How i can i fix that?

    #411994

    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

    #412003

    Excellent! Thank you very much!!!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Threaded reply in bbpress’ is closed to new replies.