Jump to content

Recommended Posts

Dear all

I looking for premium themes for prestashop 1.5 that support RTL language .

All themes i found not support rtl language (Arabic)

any one can help me ??

 

if not , is there any reference that help me to make theme rtl after buy it ?

 

thanks in advance .

Link to comment
Share on other sites

Hi there,

 

You can use any language with most of the themes, you just need to add your language in PrestaShop and add missing "theme fields" with your language.

 

hi

I mean i want theme to be rtl when i use rtl language . like Arabic and Persian

best

Link to comment
Share on other sites

Do you mean the user of your site should be able to add RTL language? Or you need to add your RTL language as translated fields, text etc??

 

If you look at Localization->Languages and edit/add a language, you see an option "is RTL Language".

Adding a language allows the user to choose this language on your site (The user can click the flag of this country=language)

Furthermore for translations of common Prestashop wording you have to check if your language is already available, and if so, if it is completely translated. (Otherwise this is a good time to give back to the Prestashop community and help translate :-) )

 

If this is not what you need, please elaborate and explain in more detail what you exactly need.

Pascal

Edited by PascalVG (see edit history)
Link to comment
Share on other sites

You can modify any theme to work RTL but it requires some time.

in general you will need to add probably to your body css (direction: rtl)

and you will have to check each module that you install (text-alignment, margin, padding...)

now if you want to keep also English (LTR) version in your shop, than you don't want to modify original css but you need to create RTL.css and make sure its override style's based on language.

  • Like 1
Link to comment
Share on other sites

You can modify any theme to work RTL but it requires some time.

in general you will need to add probably to your body css (direction: rtl)

and you will have to check each module that you install (text-alignment, margin, padding...)

now if you want to keep also English (LTR) version in your shop, than you don't want to modify original css but you need to create RTL.css and make sure its override style's based on language.

 

thanks yaniv14 I really have to work on theme as you mention

I hope if you have any reference help me to do that in presta theme

best

Link to comment
Share on other sites

×
×
  • Create New...