Using the latest HTML template – slider fade effect not working

  • Posted in : Responsy
  • robjwat
    Participant

    The .js file looks to be set to fade by default, but it is not fading, it is only sliding. How do I fix?

    Thanks.

    ahmetsali
    Keymaster

    Hi, edit js/main.js and find line: 160, you will see this code block;

    $slider.addClass('ready').flexslider({
    	  pauseOnHover: true,
    	  animation: "slide",
    

    change it to this;

    $slider.addClass('ready').flexslider({
    	  pauseOnHover: true,
    	  animation: "fade",
    
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Responsy’ is closed to new topics and replies.