• Resolved ixo001

    (@ixo001)


    hello, excellent plugin!
    i had read all the support in order to resolve my question first and i hadnt resolved it….
    i want to change the speed so i go to the cr3ativ-carousel/js/owl.script.js and change //Basic Speeds slideSpeed : 200000, in order to the slide remains more time but doesnt change anything
    how can i change the delay of the slide, as i want to put some text i want to the slide remains more seconds there…

    please let me know if its possible

    Pablo

    • This topic was modified 8 years, 2 months ago by ixo001.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ixo001

    (@ixo001)

    the example is on …. https://www.solucionesmarcianas.com/

    Plugin Author akyusa01

    (@akyusa01)

    Hi – you would need to call this js in your child theme footer.php so you can set the speed.

    You could just update the plugin files, but you would lose those changes if/when we push out an update to the plugin so calling that change using js inside your child theme’s footer.php is the better way to go.

    Something like this (just an example):

    
    jQuery(".owl-carousel").owlCarousel({
    slideSpeed : 200,
    paginationSpeed : 800,
    rewindSpeed : 1000,
    })
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change the speed of the slide delay’ is closed to new replies.