KevinBatdorf / liquidslider

A Responsive jQuery Content Slider
161 stars 62 forks source link

RLT Support #168

Open jihanesaadeh opened 7 years ago

jihanesaadeh commented 7 years ago

Hello,

I'm working on a multi-lingual website. Does the Liquid Slider support rtl websites?

Thanks, Jihane

KevinBatdorf commented 7 years ago

Do you mean like, if you click the right arrow it will move to the left slide? If so, then no, but you could program the arrows outside of the slider using the custom controls

jihanesaadeh commented 7 years ago

I mean when I'm changing the language to Arabic, and direction to rtl (as follow):

the slider totally disappears from my page.
KevinBatdorf commented 7 years ago

I'd have to see an example. Do you have it online somewhere?

jihanesaadeh commented 7 years ago

Hello,

I've uploaded a WIP version: http://216.172.166.19/~upload/jihane/index.html

Thank you, Jihane

KevinBatdorf commented 7 years ago

Seems there's a javascript error on the page from jquery history. It might be unrelated but that stops other code from firing off

jsaade commented 7 years ago

If you have a direction=rtl tag on elements (div, body, etc..) liquid slider does not work and renders blank image with correct height. @KevinBatdorf do you have a working RTL example?

Thanks

KevinBatdorf commented 7 years ago

I don't have a working example. But if you have a non-working one I can try to debug why it's not working.