Okay
  Public Ticket #3185090
RTL text and mixed languages
Closed

Comments

  • Diego started the conversation

    Dearest,

    I'm setting up a webradio with Podcastr theme, in one language (english) but where pages will have mixed language content, some with RTL like arabic, maybe others with non latin characters in the future like indonesian. 

    Do you have any suggestion for me to make it work?

    Thanks in advance,

    Diego

  •  646
    Alexandre replied

    Hi Diego, 

    To diplay some page section Right to left, you have to use a custom css code. 
    Fisrt add a custom css class to every section you need to display Right to left. Something like "rtl_text".
    And go to wp-admin>theme options>custom css/js and add this code in the custom css field:

    .rtl_text{
    direction: rtl;
    }


    And you should be able to copy paste Arabic or other non latin charater in your text field.

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Diego replied

    thank you!

  •  646
    Alexandre replied

    You are welcome

    Thanks,


    Alexandre from the Sonaar.io Crew