Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #436908

    I wouls like to know if it’s possible to do the following…

    1. Make slides pause by hovering over them.

    2. Change the transition time between images to make the fade slower..

    The slider can be seen at http://www.artisan02.co.uk/

    #437074

    Hi Artinet!

    Open up /enfold/js/shortcodes.js and you can change the transition speed on line 3886.

    transitionSpeed:900,
    

    And you can try and pause it on hovering on line 3898.

    hoverpause: true,
    

    Regards,
    Elliott

    #437290

    Hi Elliott

    Both fixes worked perfectly – many thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fullwidth Easy Slider questions’ is closed to new replies.