Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #455679

    How do I make the autorotation duration for a fullwidth slider only 1/2 a second? The lowest I can go with the default options is 1 second and I need it to rotate faster. http://joanddoh.com/index.php/home/

    Thanks!

    #456202

    Hey alex5252!

    Open up /enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize.php and change line 595 from this.

    array('1'=>'1','2'=>'2','3'=>'3','4'=>'4','5'=>'5','6'=>'6','7'=>'7','8'=>'8','9'=>'9','10'=>'10','15'=>'15','20'=>'20','30'=>'30','40'=>'40','60'=>'60','100'=>'100')),
    

    To this.

    array('0.5'=>'0.5','1'=>'1','2'=>'2','3'=>'3','4'=>'4','5'=>'5','6'=>'6','7'=>'7','8'=>'8','9'=>'9','10'=>'10','15'=>'15','20'=>'20','30'=>'30','40'=>'40','60'=>'60','100'=>'100')),
    

    Cheers!
    Elliott

    #456383

    Thank you but that does not seem to have worked. I also tried changing it in the fullscreen.php file but it still seems to be going at the same 1 second duration? Do I need to speed up the fade transition? If so how would I do that?

    #456818

    Hey!

    It seems to be working fine on my XAMPP setup. Are you sure you selected the 0.5 when editing the shortcode?

    Cheers!
    Elliott

    #461529
    This reply has been marked as private.
    #461850

    Hey!

    You need to modify the transition speed of the slider. Edit js > shortcodes.js, look for this code around line 3898:

    //transition speed when switching slide
    		transitionSpeed:900,
    

    Decrease the 900 value.

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.