Shape 5

Joomla Templates => Bliss - June 2007 - Club => : tamirzzz February 16, 2009, 05:44:53 AM



: RTL conversion
: tamirzzz February 16, 2009, 05:44:53 AM
Hi there,

I am looking for a way for changing the writing from LTR to RTL in the template. I am refering to writing only (I will get by with the logo and menus).

Should I add
direction:rtl
to every style?

Is there a generic way of doing that?

Thanks


: Re: RTL conversion
: mikek February 16, 2009, 08:14:19 AM
Hi, if you're just doing this content you can add this to the bottom of your template_css.css file:

#s5_bodybox {
direction:rtl;
}


: Re: RTL conversion
: tamirzzz February 17, 2009, 03:17:56 PM
Thanks, But I need to change the module and menu postions as well. What text should I add\change? Thanks again,tamirzzz


: Re: RTL conversion
: tamirzzz February 18, 2009, 03:22:36 PM
Anyone?


: Re: RTL conversion
: mikek February 19, 2009, 07:57:49 AM
Hi, I'm looking at your site:

http://www.dwh.co.il/joom/index.php

And I don't see anywhere that hasn't been converted to rtl, was there any particular area left?


: Re: RTL conversion
: tamirzzz February 19, 2009, 12:17:55 PM
Thank you for you reply. However, the site you were looking  is my dev site. There is no point in giving you the address of the prod site since it was article\menu\module specific changed. I need to changed it generally speaking. Could you please help? please give the names of all styles that need to be changed.

Thanks, tamirzzz


: Re: RTL conversion
: mikek February 19, 2009, 12:44:55 PM
Hello, it's not that simple, each section has it's own text-alignments and floats. I need to see the live site and the specific areas you want changed.


: Re: RTL conversion
: tamirzzz February 21, 2009, 04:40:31 PM
Hi Mike,

Thank you for your reply.

You could have a look at http://www.dwh.co.il/joom/ (http://www.dwh.co.il/joom/)

I need to change the content and in addition: user 1-6, right, left.

Thanks,

tamirzzz


: Re: RTL conversion
: mikek February 23, 2009, 07:53:48 AM
Hi, the easiest way will be to add this to the bottom of the template_css.css file:

#s5_thebody {
direction:rtl;
}