Hi,
In language LTR Drupal slidshow is good, but in other language RTL for drupal, images of slideshow do not show, images are hidden.

thanks a lot for guidance.
Saba91

CommentFileSizeAuthor
#2 slideshow-hidden images.png11.1 KBsaba91
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

saba91’s picture

please help me

saba91’s picture

FileSize
11.1 KB

I'm attached picture of my slideshow problem in "Right to Left" (RTL) case of drupal language
thanks a lot

Jeff Burnz’s picture

Category: bug » feature
Priority: Critical » Normal
saba91’s picture

Hi,
This means that,It can not be used in RTL language and This will be added in the future???
Whether near or far future,Then a few days or weeks? I do not have much opportunity
I want to know can I use this theme for my RTL site or not?

Many thanks to you and the time you spent for Drupal and Our

Good time

saba91’s picture

Does not anyone answer me?

saba91’s picture

Hi,
I found the solution to my issue, It is necessary that in "jquery.flexslider-min.js" file ,converted all "Left" to "Right".
with this Changes, Slideshow is in RTL fix, but the problem occurs in LTR mode.

What changes should be made that slideshow play in two modes(RTL & LTR) ?

eviv99’s picture

you shuld change only the div of the slide to "ltr".

.flexslider {
    direction: ltr;
}
Jeff Burnz’s picture

I think no one is answering because no one here knows the answer, you might need to ask in a dedicated RTL forum, or the Flexslider forum, I do not know the answer.

layalk’s picture

Check this out: http://rtl-this.com/tutorial/jquery-plugin-flexslider-now-rtl-support
I've added rtl support to the plugin. You can trigger it by the added option: rtl:true; when initializing your FlexSlider.