Using the latest HTML template – slider fade effect not working Posted in : Responsy robjwatParticipant 27 February 2013 at 06:28 #3864 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. ahmetsaliKeymaster 28 February 2013 at 20:09 #3932 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.