• Resolved issy_ib_90

    (@issy_ib_90)


    I am using arcade theme and it is wonderful by all means! i just want it to support multi-languages arabic and english. I am using WPML but when I switch from english to arabic the site text doesn’t change to RTL why is that? and how can I make it RTL when the language is arabic and LTR when it is english?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Arcade does come with an RTL stylesheet, but I don’t really know how to make the theme switch from RTL to LTR when the language is switched. Probably need a plugin for that.

    Thread Starter issy_ib_90

    (@issy_ib_90)

    Yes, I saw the RTL stylesheet that’s why I was wondering why it wasn’t switching. I will search for a plugin and if you know a plugin that will help send me it’s link.
    Thanks a lot

    Thread Starter issy_ib_90

    (@issy_ib_90)

    So, I tried switching using a plugin the problem is that the menu itself doesn’t switch the content does switch. How can I adjust the navigation of the top-menu as well?

    There is a small oversight for RTL with the menu. A fix has been implemented for the next release.

    Thread Starter issy_ib_90

    (@issy_ib_90)

    When will the update get released? Can you tell me how I can fix it now or at least give me the updated rtl.css file coz I really love this theme and I want to use it for my website.
    And for anyone who faced this problem go to this Link and you will know how to support rtl in ur site.

    Thread Starter issy_ib_90

    (@issy_ib_90)

    I added this

    .dropdown-menu {
    	right: 0;
    	left: auto;
    }
    
    .navbar-nav > li,
    .navbar-nav,
    .navbar-header,
    .comment .avatar,
    .gallery-item,
    .format-status .avatar,
    i.quote,
    .pullquote,
    #author-info img,
    #posts-pagination .previous,
    .navigation .nav-previous {
    	float: right !important;
    }

    in rtl.css and it worked in changing the menu’s direction! I found it in another theme of yours ward’s rtl.css file
    thanks a lot 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Arabic language (RTL) support’ is closed to new replies.