Hi!
As the subject says, I want my Fullscreen Slider to go faster, maybe half a second, or a quarter.
I know it might sound crazy… but I have a plan… LOL
How can I make this happen?
Thanks.
Hi therqworld!
Can you please let us know which of all the sliders you want to modify please?
Cheers!
Basilis
Hi Basilis!
It’s called “Fullscreen Slider”:
Thanks!
Hi,
Please open this file enfold\config-templatebuilder\avia-shortcodes\slideshow_fullscreen.php, find this code block (line 602-609)
array(
"name" => __("Slideshow autorotation duration",'avia_framework' ),
"desc" => __("Images will be shown the selected amount of seconds.",'avia_framework' ),
"id" => "interval",
"type" => "select",
"std" => "5",
"subtype" =>
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')),
Try adding some values in the array. Hope this helps.
Best regards,
Nikko
Thank you! it works!
Just one thing though: when an update comes, isn’t my change going to get erased?
Wouldn’t it be better to add a function in the functions.php file in my child theme folder?
Hi,
Yes, but you can override it using the instructions on this post: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
Nikko