• Resolved lisakrenz

    (@lisakrenz)


    I’d like to not auto slide the pages. Only allow the user to use the prev/next to scroll. Can I do that thru the custom css? help? I don’t see a setting auto-scroll on/off. thank you.

    • This topic was modified 4 years, 3 months ago by lisakrenz.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @lisakrenz,

    You have to add js in custom.js file which will stop auto slide please check the below code.

    jQuery(window).load(function() {
    /* Stop carousel */
    $(‘.carousel’).carousel(‘pause’);
    });

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Turn off auto slide’ is closed to new replies.