This topic has 2 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #151727
     govind
    Participant

    Hi,

    Kleo Posts Carousel – I need to remove infinite scroll and Enable Arrows only after the first slide slides.

    Can you please help in doing this?

    #151790
     govind
    Participant

    Hi,

    I found a solution,
    path: kleo/assets/js
    file to be edited: app.js

    Refer the comment : // Apply common carousel options and in the function $currentCrsl.imagesLoaded(function ()

    add the following for disabling infinite loop of carousel
    circular: false,
    infinite: false,

    if you needed mouse wheel scroll:
    mousewheel: true,

    For disabling arrows when no items in left / right

    use this css

    .carousel-prev.disabled,
    .carousel-next.disabled{display:none !important; }

    #151801
     Laura
    Moderator

    Glad you could resolve it! 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?