Skip to:
Content
Pages
Categories
Search
Top
Bottom

RTL broken in forums list


  • kehilatech
    Participant

    @kehilatech

    Hi bbPress community!
    I’m setting up a new WordPress + bbPress website, and this website is RTL (Hebrew).
    My theme, oceanWP, supports RTL pretty well, and it seems like bbPress plays nicely with RTL in some pages, but in the main forum list it does not.
    Here’s my current forums page: https://kehila.tech/forums/
    The issue is that the forum name appears on the leftmost part, which is odd in an RTL language.
    From what I can tell, the RTL css files are indeed loaded, and indeed after the non-RTL files are loaded, so I’m not sure what went wrong.
    I’d appreciate any tips as for what to do! And I’m definitely open to adding some custom CSS if that’ll solve it easily.
    Thanks in advance!

Viewing 7 replies - 1 through 7 (of 7 total)

  • kehilatech
    Participant

    @kehilatech

    Friendly ping <begging emoji>


    Robin W
    Moderator

    @robin-w

    ok, I think you have fixed the title

    For the breadcrumbs add this to your css

    .site-breadcrumbs, #top-bar-social.top-bar-right, #searchform-dropdown, .current-shop-items-dropdown {
      right: 0 !important;
      left: 0; !important

    kehilatech
    Participant

    @kehilatech

    Sorry, I guess I wasn’t clear 🙂

    I like the fact that the breadcrumbs are on the left instead of under the title, that’s fine.

    My issue is the order of the forum list columns – the names of the forums (with their links) appear on the left, which looks odd for an RTL website. See here: https://ibb.co/BtptyCS

    Also, less important, but the search bar is also odd in that the input is to the left of the search button.

    Any idea on how to address these? Thanks!


    Robin W
    Moderator

    @robin-w

    maybe this is closer, not quite right order

    li.bbp-forum-info, li.bbp-topic-title {
    	float: right !important;
    	text-align: right !important ;
    
    }

    Robin W
    Moderator

    @robin-w

    also try

    .bbp-search-form input[type="submit"] {
      float: none !important;

    kehilatech
    Participant

    @kehilatech

    Perfect, THANK YOU SO MUCH!!!


    Robin W
    Moderator

    @robin-w

    Great – really pleased you are fixed 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Skip to toolbar