Problem with owl carousel in iPad 3

Home Forums Porto – Responsive HTML5 Template Problem with owl carousel in iPad 3

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10004939
    egomezd
    Participant

    owl carousel is not working in my page with iPad 3/4/Mini and also I´ve tested in Galaxy Tab with the same result.

    I have three images and all of them are shown at the same time without carousel effect. I use the manual configuration with a script in the custom.js file because I had a problem with IE8 and this was the way to solve it.

    I hope you can help me.
    Thanks in advance


    #10004973
    Support
    Keymaster

    Hello, can you please confirm if the problem still persists or you were able to fix it? Because I tested it in 4 different devices (Galaxy S4, iPad3, iPhone and LG Pad 500) and it worked in all of them. It worked very well in the URL that you provided.

    Thanks.


    #10004978
    egomezd
    Participant

    Yes, the problem persists, I´ve just tested in my iPad3, please test it in landscape mode. Can I send you a picture with the problem?

    Best regards


    #10004980
    Support
    Keymaster

    Oh, now I see the problem.

    So let’s try this, in the JS that initializes the carousel please change it to:

    $('#productCarousel').owlCarousel({
    	items: 1,
    	itemsDesktop: false,
    	itemsDesktopSmall: false,
    	itemsTablet: false,
    	itemsTabletSmall: false,
    	itemsMobile: false
    	autoHeight: true,
    	autoPlay: true
    });

    Let me know if the problem still persists.

    Thanks.


    #10004986
    egomezd
    Participant

    Now it works!!

    Thanks a lot


Viewing 5 posts - 1 through 5 (of 5 total)

This topic is marked as "RESOLVED" and can not rceive new replies.