Viewing 8 posts - 1 through 8 (of 8 total)
  • #17299
    bluebelldesign
    Member
    Post count: 9

    How can I change the testimonials slides duration?

    #17360
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Go to js/functions.js line #677 you can control that speed, adjust the “slideshowSpeed” in this snippet.

    The code looks like this.

    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
    });
    });
    

    Let me know, what you got.

    Thanks,
    laranz.

    #17596
    bluebelldesign
    Member
    Post count: 9

    Hello,

    thank you for your help.
    I couldn’t find js/functions.js. I was looking for it in cpanel/public_html/wp-admin/js, the only place I found actually js. Is that the right place I have to look at?

    Reneta

    #17856
    Melanie – SUPPORT
    Member
    Post count: 11032

    wp-content > themes > Neighborhood > js > functions.js

    #17929
    bluebelldesign
    Member
    Post count: 9

    Hello, that was the first place I searched for js file, but it seems it is missing. Please, have a look at the attachment.

    #18214
    Melanie – SUPPORT
    Member
    Post count: 11032

    You cannot access subfolders of the theme via the Dashboard. You need to access the file on your server.

    #18327
    bluebelldesign
    Member
    Post count: 9

    Very very helpful.

    Thank you!

    #18604
    Melanie – SUPPORT
    Member
    Post count: 11032

    Fantastic 🙂

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