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!
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
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?
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