Hi,
I've installed Ultimo theme for Magento 1.9.2 and I'm going to Make all the slider direction Right to Left. I've found that The Sliders are using Owl Carouse jQuery.
Based on owl carousel tutorials, I've done steps below:
1- Make direction: rtl for .owl-carousel class
2- Make owl items float: right
3- Add code below in my custom js file:
jQuery('.owl-carousel').owlCarousel({
rtl: true,
loop: true,
});
Slider direction turns to Right, but when I Click on navigation Prev/Next Buttons, The rest of the slider images are gone! Only First Image in the slider is displayed!
Unfortunately Ultimo Theme doesn't have any support for RTL, So It's no use to ask them!
Please Help me what to do.
Thanks