1
vote
2answers
514 views

handling LTR and RTL for Arabic Sites (internationalization) [closed]

I am creating a site in Wordpress,It is basically an english site but when user clicks on translate it translate it into Arabic.There is problem of ltr and rtl,How can I solve that.I am using ...
0
votes
2answers
477 views

Changing to right to left wordpress theme css

I have a wordpress theme containing style.css & rtl.css, beside other theme files. I want to change the theme to Right to Left for Arabic. What should I do? Use @import in style.css? Or replacing ...
2
votes
1answer
295 views

cufon LTR to RTL

I got this site I'm using cufon to convert text to my own font. The problem is that the text is shown in reverse. I'm using JavaScript file called cunfonRTL.js, the content is: var ...
0
votes
1answer
1k views

Change wordpress templates to Arabic [duplicate]

Possible Duplicate: Wordpress and RTL i have a wordpress template suitable for the english language, i want to make it suitable for the eastern languages such as arabic & hebrew, this ...
0
votes
2answers
713 views

Align icon to right of text (RTL site) with CSS

I'm working on a right to left aligned website (in Hebrew) and would like the icons to appear to the right of the text. For example: http://kaptinlin.com/themes/striking/shortcodes/typography/ at the ...
0
votes
3answers
3k views

Wordpress, change language_attributes to return dir=rtl

In wordpress, inside the header.php file of a theme, there is the next line: <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> By default, ...
2
votes
5answers
3k views

Wordpress and RTL

WordPress is so powerful.. but yet it is so weak with RTL Languages like Arabic and Hebrew... I need to have the Front-End in Arabic and Admin area to stay in English and of course LTR.. If I use the ...