ie7 support on rtl

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Tue Mar 01, 2011 12:41 pm
hello

i am trying to make mystore template compatible with rtl languages

in ie8 and ff it looks good but in ie7 and crome the mega menu layout breaks

can you help me please?
User avatar
Fresh Boarder

teitbite
Tue Mar 01, 2011 11:57 pm
Hi

Have You set megamenu to work in rtl mode ?

I think it was missed in template configuratin, but can be changed in lib file for megamenu

Code: Select all
$rtl = $this->getParam ('rtl');


try to replace it to

Code: Select all
$rtl = 1;
User avatar
Moderator

GK User
Wed Mar 02, 2011 10:35 am
hi

thanks for the reply,
i did what you said and the mod isn't working at all.
User avatar
Fresh Boarder

teitbite
Thu Mar 03, 2011 12:49 am
Hi

I thought it's gonna work :( Try maby search for informations how to make Megamenu RTL on the web. Our templates do not support that.
User avatar
Moderator

GK User
Thu Mar 03, 2011 1:19 am
parpar wrote:hi

thanks for the reply,
i did what you said and the mod isn't working at all.


Hi

Please try adding this line on ie.css file on css template directory.
Code: Select all
#gk-nav ul.level0 {position: absolute;left:0;}
User avatar
Platinum Boarder

GK User
Thu Mar 03, 2011 8:49 am
hi

great answer this fixes the alignment of the root level of the menu.
but do you have any ideas on how to align the child level more to the right (only in ie7)

kind regards

p.s

when i signed up i knew that you don't support RTL, but i want you to know that your help is deeply appreciated

thank you
User avatar
Fresh Boarder


cron