Skip to:
Content
Pages
Categories
Search
Top
Bottom

RTL bug in new topic box

  • @yakirgot

    Participant

    Hi,

    When I want to write a new topic in Hebrew, the text is aligned to the left and is ltr instead of rtl.
    I found out that there is “ in the text box. How can I override it? CSS didn’t help.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • @yakirgot

    Participant

    Anyone?

    @netweb

    Keymaster

    Can you post a link to your site here so we can have a look please.

    Also posting some screenshots here would be helpful.

    Once we know exactly where the problem is we can get it fixed for the next version of bbPress.

    @yakirgot

    Participant

    http://www.may81.com/forums/forum/may81/

    Again, you shouldn’t put the dir=”ltr” in the code. It is better to be inherited from the defaults of the website.

    @netweb

    Keymaster

    I have created a ticket in trac for this https://bbpress.trac.wordpress.org/ticket/2249

    @netweb

    Keymaster

    via @JohnJamesJacoby https://bbpress.trac.wordpress.org/ticket/2249#comment:1

    This is a tough one, because technically the theme should have support for RTL editor styles. Moving to future release so we can investigate further.

    @yakirgot

    Participant

    It is very easy. You just don’t need this HTML code!

    This text box should use the defaults of the WordPress installation or the theme basic css instructions. The problem is that you specify the DIR in the html code, so there is no way around it using css.

    If it is really important for some reason, you can use css: direction=”ltr”. We could walk around it using the rtl.css or using !important or something.

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