• Greetings

    I’d like to thank you guys for the effort you’re making to make Customizr suitable for Arabic (Right to Left).
    Menus are working great in order of the way we write in Arabic.
    But the slider is inverted using browser on my laptop, I’m guessing everything is inverted to make things easier xD

    when I click on the right button the pic should move to the left its going the other way around. even on my ipad when I swipe its inverted. would you help me fixing this problem.

    thank you in advance

    https://www.SaudiVR.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi,

    Slider issue : this is a bug related to RTL. We’ve been adding many updates on RTL in the latest update and this is probably an unwanted side effect that passed through our tests.

    If there’s anything else not working as expected in RTL, please let us know ??

    Thanks for reporting it, the slider issue is now in the to fix list of next update.

    Salam Aleikum SaudiVR,

    The slide rotation was switched on RTL based sites so it will fit the reading direction

    The arrows are in the wrong direction, missed it ??

    I’m reviewing the fix that nikeo added.

    Shalom ??

    Thread Starter saudivr

    (@saudivr)

    Thank you guys..

    well I have one small thing I realized after the last update..
    space between each page on the Menu on the top is not the same as it was before..
    check the last two buttons on the top left are different from the two on the right

    Best Regards

    You have very sharp distinction

    change
    .navbar div > ul.nav > .menu-item:first-child > a {
    padding-left: 5px;
    }

    to
    .navbar div > ul.nav > .menu-item:first-child > a {
    padding-right: 5px;
    }

    probably missed this one ??

    … and this one

    .navbar div > ul.nav > .menu-item:last-child > a {
      padding-left: 0px;
    }

    instead of

    .navbar div > ul.nav > .menu-item:last-child > a {
      padding-right: 0px;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slider Problem after last update’ is closed to new replies.