Hi,
I'm using 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 Images row is displayed!
See Screenshots Below Please
Please Help me what to do.
Thanks