Does Postnote Joomla Template support RTL language?

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Tue Jul 06, 2010 11:17 am
Hi,
can it be with RTL and if yes,how,
regrads,
Avi
User avatar
Junior Boarder

teitbite
Wed Jul 07, 2010 9:06 am
Hi

Sorry it's not supporting RTL, but it's easy to make it Yourself :)

Please just edit templates/gk_postnote/layouts/default.php and replace:

Code: Select all
<?php if ($this->isIE() && ($this->getParam('direction')=='rtl' || $this->direction == 'rtl')) { ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<?php } else { ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?php } ?>


with

Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">


or

Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" dir="rtl">


One of this should work. After that only some module will need the style change to display RTL.
User avatar
Moderator

GK User
Wed Jul 07, 2010 8:28 pm
Hi,
thanks for the post.
the thing is that I need to do it for both LTR and RTL, what should I do?
same thing goes for the World News for other website..
regards,
Avi
User avatar
Junior Boarder

teitbite
Thu Jul 08, 2010 12:22 pm
Hi

In this case You need to add attribute:

Code: Select all
direction:rtl;


or

Code: Select all
direction:ltr;


on every needed layer.
User avatar
Moderator

GK User
Thu Jul 08, 2010 12:31 pm
I think Gavick should start supporting RTL like RT and JA do
User avatar
Fresh Boarder

GK User
Thu Apr 07, 2011 6:24 pm
taha wrote:I think Gavick should start supporting RTL like RT and JA do

yesssssss!!!!!!!!!!!!!!!!!!!
I think so
this is it
User avatar
Fresh Boarder

GK User
Thu Apr 21, 2011 11:37 pm
hi
when i use
Code: Select all
direction:rtl;

in *.css files of GK template like :musicityand......
every thing fine for rtl languege
but after loading page compelet
all the GK4news moudules disapered
why?
User avatar
Fresh Boarder

teitbite
Sat Apr 23, 2011 4:39 pm
Hi

This rule should be placed for the NSP module only. Please show me Your site and I'll tell You exacly. Anyway it's an experimental fix because this module was not designed to support RTL.
User avatar
Moderator

GK User
Sat Jul 02, 2011 8:33 am
your template is just so nice .. its pity you dont support rtl .. a lot of template club now do so .. im so interested in your template and styles .. but unfortunately majority of my clients asks for both arabic and english support ..

I love your designs .. please do support rtl

Regards
User avatar
Fresh Boarder


cron