New Landing How can we help? Themeforest Theme Support Dante Dante Testimonial Slider timing: How to Change?

Viewing 13 posts - 16 through 28 (of 28 total)
  • Posted in: Dante
  • #48389
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Link to your site so that I can check?

    – Ed

    #48390
    arib
    Member
    Post count: 43
    This reply has been marked as private.
    #48410
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    This is the code for the testimonial slider:

    jQuery('.content-slider').each(function() {
    				var slider = jQuery(this),
    		autoplay = ((slider.attr('data-autoplay') === "yes") ? true : false);
    	
    	slider.flexslider({
    		animation: "fade",              //String: Select your animation type, "fade" or "slide"
    		slideshow: autoplay,	//Boolean: Animate slider automatically
    		slideshowSpeed: 6000,           //Integer: Set the speed of the slideshow cycling, in milliseconds
    		animationDuration: 1000,			//Integer: Set the speed of animations, in milliseconds
    		smoothHeight: true,         
    		directionNav: true,             //Boolean: Create navigation for previous/next navigation? (true/false)
    		controlNav: false,               //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage
    		start: function() {}
    	});
    });

    Looks like you were changing the wrong one.

    – Ed

    #48411
    arib
    Member
    Post count: 43

    I did change that one and just did it again set it to 16000

    no change

    we are talking about testimonials that are running on home page correct?

    #48412
    arib
    Member
    Post count: 43

    and showing as line 1173

    #48416
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    1326, make sure it is under the:

    jQuery('.content-slider').each(function() {

    line, as you are changing the wrong value.

    – Ed

    #48417
    arib
    Member
    Post count: 43

    That is exactly what i altered

    1326 is the line resizable below

    standardSetup: function() {
    			// SET ITEM HEIGHTS
    			portfolioContainer.imagesLoaded(function () {
    				portfolio.setItemHeight();
    				flexSlider.thumb();
    				portfolioContainer.animate({opacity: 1}, 800);
    				portfolioContainer.isotope({
    					animationEngine: 'best-available',
    					animationOptions: {
    						duration: 300,
    						easing: 'easeInOutQuad',
    						queue: false
    					},
    					resizable: true,
    					layoutMode: 'fitRows'
    				});
    				portfolioContainer.isotope("reLayout");
    			});
    		},
    #48419
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You have different line numbers somehow. Search for:

    jQuery('.content-slider').each(function() {

    and then change the slideshowSpeed value below it.

    – Ed

    #48426
    arib
    Member
    Post count: 43

    I ma not totally devoid, so I of course had done exactly that.

    To make certain my changes were live

    I ftpd functions.js back down and confirmed value

    Whats up?

    #48433
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @arib,

    I only keep repeating it as I’ve checked here – xxxx/wp-content/themes/dante/js/functions.js yet the value is not changed.

    Can you confirm you can see the changed value there?

    – Ed

    #48460
    arib
    Member
    Post count: 43

    Had dup directories

    Thanks for hitting me with the hammer and opening eyes

    #48461
    arib
    Member
    Post count: 43
    This reply has been marked as private.
    #48649
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Removed it 🙂

    – Ed

Viewing 13 posts - 16 through 28 (of 28 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register