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

    Hi, as you can see in the URL provided and the screenshot, there are a number of issues with the way the forum is showing on my site.

    How can I fix this?

    #947233

    Did some updates so i’m adding a new URL that you can see the issues on the forums.

    How can I fix this?

    #947636

    Hi,

    I’m getting 404 errors on both the links you posted, how can we see the problem?

    Best regards,
    Rikard

    #949726

    Hi, sorry about that. You can check now and see the issues.

    It should be RTL and it is curretnly LTR and I don’t understand why as the rest of the site is RTL.

    That would be a good place to start :)

    Thanks.

    #950894

    Hi bakbek,

    I have checked on the links you gave and didn’t see the issue on the screenshot you posted on your first post.
    You can see the screenshot on what it looks on my end in the private content.
    Is this already fixed?

    Best regards,
    Nikko

    #950903

    That’s the issue. It should be RTL and currently it’s LTR.

    #952481

    Hi bakbek,

    We apologize for the late response.
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #bbpress-forums div.bbp-topic-author, 
    #bbpress-forums div.bbp-reply-author {
        float: right;
        margin-right: 0;
        margin-left: 30px;
    }
    
    .avia_transform .bbp-replies .bbp-reply-author::before, 
    .avia_transform .forum-search .bbp-reply-author::before, 
    .avia_transform .forum-search .bbp-topic-author::before {
        left: auto;
        right: 103px;
        transform: rotate(225deg);
    }
    
    #bbpress-forums .bbp-body div.bbp-topic-content, 
    #bbpress-forums .bbp-body div.bbp-reply-content {
        text-align: right;
    }

    Hope it helps.

    Best regards,
    Nikko

    #952555

    Hi Nikko, that doesn’t seem to make any difference to the forums. Everything stays the same. Am I missing something?

    #953542

    Hi,

    As I told you on previous topic, you need to consider work that out as a solution with the BBPress team, because the RTL file is not loading.
    Anything else is consider a customization and unfortunately we cant do a lot right now.

    Best regards,
    Basilis

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.