Announcement

Collapse
No announcement yet.

ProPack - Cerium-D, Xderium and Trixerium are now Arabic RTL friendly

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ProPack - Cerium-D, Xderium and Trixerium are now Arabic RTL friendly

    Hello Guys,
    I have updated 3 sets of my flat themes (Cerium-d, Xderium and Trixerium) to support RTL - Arabic language

    If you are using hebrew, then you can change your language in head_include template
    HTML Code:
    <script type="text/javascript">
    jQuery(function(){
        jQuery("html[lang=ar]").attr("dir", "rtl")
                .find("body").addClass("RTLsupport");
    });
    </script>
    Please change the lang=ar to your "he" or "he-IL" according to your html doc preference.

    HTML Code:
    <script type="text/javascript">
    jQuery(function(){
        jQuery("html[lang=he]").attr("dir", "rtl")
                .find("body").addClass("RTLsupport");
    });
    </script>
    I will make all my other themes slowly compatible with RTL.
    Thank you,

    Hanafi
Working...
X