Search the Community
Showing results for tags 'RTL'.
-
Hi, I was checking out Prestashop to replace my current site. I really loved the new 1.6 theme and noticed that it is not RTL by default, so I made it. The first thing I noticed after installing Hebrew was that the rtl.css file is loaded in the middle of the other css files. I started adding "!i...
-
Hello, We have many brands in our store and all brands have a unique Arabic brand name Ex Adidas = اديداس Apple = ابل and the list keeps going How can we translate the Brand name in Arabic in the Arabic page?
- 3 replies
-
- RTL
- manufacturers
-
(and 1 more)
Tagged with:
-
Hello, We have many brands in our store and all brands have a unique Arabic brand name Ex Adidas = اديداس Apple = ابل and the list keeps going How can we translate the Brand name in Arabic in the Arabic page?
-
- brands
- manufacturers
-
(and 1 more)
Tagged with:
-
Hi, I'm trying to fix blocktopmenu to load different CSS file when switching between LTR and RTL (on PS 1.5.2). I added the following code in blocktopmenu.php, but it does'nt work. Anyone can help? public function hookHeader($params) { $language = new Language($cookie->id_lang); if ($la...
-
Hi. I am using prestashop 1.5.3.1 I want to modify my theme so it supports RTL languages(farsi) I have created a folder named "rtl" inside theme/my_theme/css/ I have copied all the css files from css root to this folder I modiefied the global.css in rtl folder. But whenever my prestashops loads...
-
Why after changing the language to arabic the slider images disapear? for example www.exsale.net
-
My shop has this small problem Facebook like Box Block does not load when use change language to Arabic visit the site at http://www.ekarti.com/index.php?id_lang=2 http://www.ekarti.com/index.php?id_lang=1
- 16 replies
-
- Facebook Module
-
(and 1 more)
Tagged with:
-
I have two problem in my theme Common Problem(may be faced by others): Paypal button overlaps with add to wishlist product check at http://www.ekarti.com/index.php?id_product=1&controller=product&id_lang=2 Private problem: I have RTL theme for Arabic language but the phone number is revers...
-
Hi, I am using prestashop 1.5.4.1 and I have two languages, (Persian, English). Does anybody know how can I modify css files rtl for persian language and ltr for English? When I change the css file, both languages are affected. Is there any way to have two theme, one for each language? Or is...
-
Hi, I am using prestashop 1.5.4.1 and I have installed Persian language alongside English. The problem is that, when I fix the css for rtl language, the ltr language is not showing correctly, and vice versa. Please let me know what should I do? http://www.moodico.com/products Thanks,...
-
for example, using the default theme for eng, but when switching to a different lang (say Hebrew) have a different theme (that is more RTL aware, maybe even a customized copy of the default). 1) is it possible to do it base on specific lang? 2) is it possible to do it base on some conditio...
- 2 replies
-
- multiple themes
- multiple lang
-
(and 2 more)
Tagged with:
-
Hello guys Can some help , where i can chage the products tinymce editor , that it will start writing from the right and not from the left ? see picture attached.....
-
Hi, Does anybody know how can I make the default top menu in prestashop 1.5 right to left? My website is www.kado2iran.com Thank you very much, Mojtaba
-
Hi Please do full support of RTL languages in PS 1.5. http://forge.prestashop.com/browse/PSCFI-2801
-
Finally i finished of the RTL "bidirectional" version 1.5.2 Full Support for all RTL languages arabic, hebrew, farsi Check it here http://giga-worx.com/prestashop/index.php Now it support only the frontend and the backoffice in progress
-
At www.mineralium-deadsea.com, I am using the Warehouse theme created by a great guy in Poland who gives good support but isn't interested in our RTL problems. I'm looking for someone who can take his theme, make it work in both LTR and RTL and then continue to support me so that as the theme co...
-
Prestashop RTL FO only Support - קידוד לעברית צד לקוח
Debugger04 posted a topic in עִבְרִית [Hebrew]
היי אני חדש פה בעיקרון כמו שהכותרת אומרת תמיכה בצד לקוח בלבד, את הפאנל ניהול העדפתי להשאיר כמו שהוא מטעמי נוחות לא מדובר בקידוד מלא, אני בטוח שיש פה ושם דברים שפספסתי וזה בגלל שאני חדש למערכת הזאת ולא מבין בה כלום וקידוד מלא ידרוש להפעיל כל מיני דברים דרך הפאנל למרות שהפעלתי לדו...- 1 reply
-
- 1
-
-
- Prestashop
- right
- (and 6 more)
-
Hi, Is there any website that sales RTL arabic prestashop templates?
-
מכירים את זה שכותבים הודעה בעברית ושימני פיסוק נמצאים מהכיוון הלא נכון?
-
הנה תהליך עובד להגדרת עברית ויישור לימין , שנבדק בגרסה 1.5.2 1. יש ליצור קובץ rtl - צרו קובץ בשם rtl.css תוכן הקובץ: /* * { direction: rtl !important; } */ #page { text-align: right;direction:rtl;} 2. יש למקם את הקובץ בספרית css של התבנית /themes/MyTheme/css/rtl.css 3. יש...