• Hi author!

    I was wondering is it possible to extend time duration of main slider? I think that slides are changing around 4-5 seconds, and I will like to have it around 7-8 seconds. I try looking in style.css file but I only find a duration od animation.animated-item-1/2/3/4.. Changing those times effects only slider text.. Where can I find time duration of slides?

    My site is https://www.apartman-marko.com
    Best regards,
    Ante

Viewing 4 replies - 1 through 4 (of 4 total)
  • do u found souloutin . i had the same error

    in COSMICA: home-slider.php search for : <!– Add Arrows –>
    and change to
    <div class=”swiper-button-prev home-prev”><i aria-hidden=”true”></i></div>
    <div class=”swiper-button-next home-next”><i class=aria-hidden=”true”></i></div>

    for the time
    file name style.css
    serach for .home-slider .swiper-slide-active .animation.animated-item-1
    and change the time

    Hello!

    I’ve been banging my head against a wall trying to figure out how to change the slider duration in this theme.

    .home-slider .swiper-slide-active .animation.animated-item-1 {
    animation: 500ms linear 1000ms normal both 1 running bounceInLeft;
    }

    .home-slider .swiper-slide-active .animation.animated-item-2 {
    animation: 900ms linear 600ms normal both 1 running bounceInRight;
    }

    .home-slider .swiper-slide-active .animation.animated-item-3 {
    animation: 900ms linear 600ms normal both 1 running bounceInUp;
    }

    .home-slider .swiper-slide-active .animation.animated-item-4 {
    animation: 1100ms linear 600ms normal both 1 running bounceInUp;
    }

    Changed the settings in the Style.css and it doesn’t seem to work the way expected.

    Please advise what to do to change this. Do we need to purchase the premium theme? thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Duration of main slider’ is closed to new replies.