I will take a look at the code.
I am using various respnosive tesing sites and extensions which show you the content as would be seen on the most used devices and do not see the problem. If you just resize the browser window you will see points in between the @media break points where things might not look right. But, since no device is rendering at these resolutions, I don't think this is a problem ;)
Thanks,
Anne
Hi Anne
You last set of responsive templates are too difficult to localize for right-to-left languages, previously defining ('HTML_PARAMS','dir="rtl" lang="ar"') solves more than 75% of localization issues and you don't have to deal with code but with css & language text only.
In future templates could you please revise the code of "tpl_main_page.php" for rtl support.
Thanks and regards,
Hany.
Still I'm testing, I don't have a clean solution yet. What I'm currently doing, in rtl mode I'm loading right column in place of left column and left in place of right while using tpl_box_default_right.php in place of tpl_box_default_left.php and vice versa.
works fine for me except in mobile mode sorting of sides boxes change with language switch.
Attached are the three files requested...When I have a clean and easy solution I'll post it.
Note: I'm defining ('LANG_PARAMS','dir="rtl" lang="ar"') instead of HTML_PARAMS as defining ('HTML_PARAMS','dir="rtl" lang="ar"') alters the behaviour of Browsers and would be too hard for Me to understand the template alone.
Other issues including toggling of menus, tables....etc are through defining css attributes for rtl.
Also attached the css file I'm loading after template css to toggle the main menu.
Sorry for my bad english.
Thank you & best of luck
Hany
Can you point me to exactly what code in tpl_main_page.php is making the call for the slider on the index page? Im having a real hard time finding this.
Bookmarks