New Landing How can we help? Atelier lengthen time of cart contents dropdown

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #243828
    3969120a
    Member
    Post count: 159

    How can we control or lengthen time of cart contents dropdown after “add to cart”?

    thank you

    #244005
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Open the functions.js file and go to line 2556:

    // Show cart dropdown
    				setTimeout(function() {
    					navBag.find('ul.sub-menu').fadeIn(200);
    				}, 800);

    – Kyle

    #246572
    3969120a
    Member
    Post count: 159

    made the following changes, but no difference in latency time:

    / Show cart dropdown
    setTimeout(function() {
    navBag.find(‘ul.sub-menu’).fadeIn(100);
    }, 3200);

    #247071
    David Martin – Support
    Moderator
    Post count: 20834

    This won’t work if you are using your performance options on, please check your Theme Options => Performance Options and select Off.

    Performance Options On will load a minified version of functions.min.js and not functions.js.

    Thanks.

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

You must be logged in to reply to this topic.