Home Forums WoodMart support forum infinite scroll in carousel

infinite scroll in carousel

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #274396

    venkat
    Participant

    when i scroll vertically my carousel goes on infinitely in mobile view i need that stop at the end of my last image. i have attached the page link and video for you reference and understanding.

    #274493

    Artem Temos
    Keymaster

    Hello,

    Please, upload your video to some cloud service like Dropbox or Google Drive and send us a link where we can see the problem.

    Kind Regards

    #274650

    venkat
    Participant

    attached a video for your reference

    #274756

    Artem Temos
    Keymaster

    We see that you have added some custom CSS code that breaks the carousel. Try to remove it and check how it works http://prntscr.com/10pojo1

    #274767

    venkat
    Participant

    i removed the mentioned css code but it din’t workout

    @media
    (max-width: 576px) {

    .info-box-carousel .owl-item {
    width: 100px !important;
    }

    }

    i want display categories using the carousel help me to do one cause i tried in different ways but im unable to achieve it. i have attached the reference site url and image of the reference
    site please help me to create a carousel similar to the reference one with showing 3 categories on each slide

    reference url : https://www.zaydns.com/

    Attachments:
    You must be logged in to view attached files.
    #274805

    Artem Temos
    Keymaster

    Try to enable Disable OWL Carousel script on mobile devices option in Performance -> JS and use the following extra CSS snippet

    .disable-owl-mobile .owl-carousel {
    	    padding-right: 15%;
    }
Viewing 6 posts - 1 through 6 (of 6 total)