New Landing How can we help? Themeforest Theme Support Supreme Team Carousel autoplay?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Supreme
  • #103459
    arrowood
    Member
    Post count: 1

    I am trying to animate the team carousel so they scroll automatically after page load. I saw where other sites on the forum edit the function.js file and change it from tru to false but the supreme theme doesnt have that same code. How can I make the Supreme theme team carousel start scrolling automatically? Thanks

    #103471
    arrowood
    Member
    Post count: 1

    I figured it out myself. on line 457 of the functions.js

    carousel.jcarousel({
    scroll: 1,
    auto: 5,
    animation: 1600,
    wrap: ‘circular’,
    buttonNextHTML: ‘<i class=”icon-chevron-right”></i>’,
    buttonPrevHTML: ‘<i class=”icon-chevron-left”></i>’,
    setupCallback: carouselWidgets.fadeInCarousels(carousel)
    });
    added auto: 5,
    animation:1600,

    Now if i could just figure out how to just animate the team carousel and not all carousels?

    #103581
    estevanix
    Member
    Post count: 25

    I Would like to do the same thing. How to autoplay just the team carousel ?
    Isn’t that something that should come as an option on the page builder elements?

    Thanks for any input. And thanks for all the nice work with Dante. It’s a great theme.

    #103944
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @estevanix

    We’ll consider it for an update, thanks for the request!

    – Ed

    #104253
    estevanix
    Member
    Post count: 25

    Thanks @Ed for the reply.
    The solution above however doesn’t work anymore. Would that be another way to autoplay the team carousel ?

    Thanks

    #104495
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    @estevanix
    – Please open to edit functions.js.

    Find this code:-
    scroll: 1,
    Changed to -:
    scroll: 1,
    auto:true,

    Hope that should work.
    Thanks 🙂
    With Best Regards
    Mohammad

    #132698
    igorbiki
    Member
    Post count: 4

    Hi,

    above solution enables auto scroll, by the looks it takes 1 second in between slides, is it possible to add some param to add time before next scroll, 2-3 seconds would be great. I’ve tried adding “interval” with no luck.

    “animation” just slows down transition.

    #132708
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    The only parameter is the “animation” that is the time the animation will have.
    To change the time between each slide you must change the parameter “auto”

    Hope it helps.

    -Rui

    #132712
    igorbiki
    Member
    Post count: 4

    Hi,

    *facepalm*, how could I missed that. Works! Kudos to Rui!

    #132722
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great.
    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register