Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter findyourenglishschool

    (@findyourenglishschool)

    The problem was solved.

    Plugin Author simonpedge

    (@simonpedge)

    FYI, I’ve just added a ‘Right to Left Slider‘ option to the latest version of Slide Anything (version 2.3.29) – I’m not if this feature will help you here?

    This feature is under “Other Settings”.

    • This reply was modified 4 years, 3 months ago by simonpedge.
    Thread Starter findyourenglishschool

    (@findyourenglishschool)

    Thank you very much for adding that option! This new option works great!

    Yesterday, I added the following code to Additional CSS to solve the problem, but now I am using the new option.

    .owl-carousel:lang(ar) .owl-item,
    .owl-wrapper {
    direction: rtl;
    }
    .owl-carousel:lang(ar) { direction: ltr !important; }
    .owl-carousel:lang(fa) .owl-item,
    .owl-wrapper {
    direction: rtl;
    }
    .owl-carousel:lang(fa) { direction: ltr !important; }

    very useful, thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slider is not visible in Arabic (RTL)’ is closed to new replies.