New Landing How can we help? Themeforest Theme Support Flexform Testimonial Slider duration

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Flexform
  • #102657
    KerplunkDesign
    Member
    Post count: 46

    Hello,

    I’ve found the forum that covers this already: http://support.swiftideas.net/forums/topic/testimonials-duration/

    Located the slideshowSpeed: 6000, (which is no longer on line 330)

    I’ve changed the value to something much larger(i.e. 16000) and I am getting no results.

    I tried all the ‘slideshowSpeed’ lines in the /wp-content/themes/flexform/js/function.js file.

    Why am I getting no change in duration? Is there another .js file that handles this?

    – Andy

    #102703
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    There are several places where appear ‘slideshowspeed’.

    in FlexForm 1.6.2 it’s “flexform/js/functions.js” in line 357

    is the block of code bellow

    jQuery('.content-slider').each(function() {
    				var sliderAnimation = jQuery(this).attr('data-animation');
    				var autoplay = jQuery(this).attr('data-autoplay');
    				autoplay = ((autoplay === "yes") ? true : false);
    				
    				jQuery(this).flexslider({
    					animation: sliderAnimation,              //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
    				});
    			});
    

    Give it a try and let us know the result.

    -Rui

    #102748
    KerplunkDesign
    Member
    Post count: 46

    Hi,

    Changing the slideshowSpeed: 6000 to a higher value, say 26000 didn’t work for me.

    Ideally I just want it to be 15 seconds or so but any change in value is not working.

    Does it have anything to do with me using a child-theme?

    #102750
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It depends if you have a similar functions.js inside the child theme.

    Can you try to activate the parent theme so you can check if the Testimonial slider duration has changed.

    Can you also provide us admin credentials so we can check that?

    -Rui

    #102763
    KerplunkDesign
    Member
    Post count: 46

    Sorry! My bad. I had somehow deleted an ‘e’ in ‘slideshowSpeed’, value change is now working in that block of code.

    Thank you!!

    – Andy

    #102832
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s solved 🙂

    -Rui

Viewing 6 posts - 1 through 6 (of 6 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