Thanks for the reply,
so here's what I did:
1- created 2 menu modules, one English menu and another Persian menu.
2- in Persian menu's advanced options in class suffix field entered "persianlang".
3- edited the template's css file and inserted this:
.persianlang{direction:rtl;}
but still both menus are floated from left of the menu position block:
This image is hidden for guests. Please log in or register to see it.
This image is hidden for guests. Please log in or register to see it.
I came with an idea:
1- made a copy of the template and named it Persian template.
2- in new template's css file replaced all "#jf-mainmenu" in css file with "#jf-mainmenufa" and edited it as follows:
#jf-mainmenufa ul li{
list-style:none;
float:right;
3- edited new template's master file (index.php) and changed all "mainmenu" to "mainmenufa".
4- Edited link definitions in new template's master file (index.php) to point to css files in new template folder:
baseurl ?>/templates/jfa_persian/css/template.css" type="text/css" />
baseurl ?>/templates/jfa_persian/css/midiet_sans/stylesheet.css" type="text/css" />
5- In template manager for new template assigned all Persian menus to Persian Template and selected Persian language as default for it.
6- changed position of Persian menu module to "mainmenufa".
and it did the trick:
This image is hidden for guests. Please log in or register to see it.
This image is hidden for guests. Please log in or register to see it.
But does it slow my website? I like to do it as simple as you guided, but couldn't. what did I do wrong?
Thank you m.freak.