Okay
  Public Ticket #983490
Hero Autoplay
Closed

Comments

  • David started the conversation

    Hi. For some reason my Hero Slider won't automatically cycle through my 3 images. I have to mouse click the 'left' and 'right'. I tried replacing the scripts.js file from the original downloaded template folder to the JS folder on my server thinking perhaps it got corrupted but no luck. When I load the index2.html from your supplied files it works in the browser. Please advise.

    PS I'm using DreamWeaver and not Wordpress to edit.

    Thank you.

  •  1,778
    Support replied

    What is the site url plz?

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   David replied privately
  • David replied

    Hello. I am still awaiting a reply to this thread. Thank you.

  •  1,778
    Support replied

    Hello, 

    Can you set slideshow to true ? and then hard refresh the page (Ctrl+F5)

    function FullScreenSlider() {
    		
    		if( $('.clapat-slider').length > 0 ){	
    			$('.clapat-slider').flexslider({
    				animation: "fade",
    				direction: "horizontal",
    				animationSpeed: 1000,
    				animationLoop: true,
    				controlNav: false,
    				slideshow: false,
    				//controlsContainer: "#static-slider-nav",				
    				before: function(slider) {
    					$('.clapat-caption').fadeOut().animate({top:'-80px'},{queue:false, easing: 'easeOutQuad', duration: 500});
    					slider.slides.eq(slider.currentSlide).delay(500);
    					slider.slides.eq(slider.animatingTo).delay(500);
    				},
    				after: function(slider) {
    					$('.clapat-caption').fadeIn().animate({top:'0'},{queue:false, easing: 'easeOutQuad', duration: 500});			
    				},
    				useCSS: true			
    			});
    		}
    		
    		
    	
    	}//End FullScreenSlider
    	

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • David replied

    Hello. I replaced the code in the scripts.js file with the code from your last reply but it still doesn't work. The slideshow still doesn't automatically carousel. You have to mouse click to advance to the next image. I also did a hard refresh as advised and then tried different browsers as well. Still no dice. I'm going to attach my scripts.js file for your review. (Had to .zip as this forum wouldn't accept .js files)


    Thanks.

  • David replied

    Also here is the index.html file just in case that might be the culprit.



  •  1,778
    Support replied

    Line 470 shows 

    slideshow: false,

    can you set it to true?

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy