Tagged: autorotation, easyslider, speed
when setting ‘Slideshow autorotation duration’ in easy slider
the smallest value is ‘2’
is there an simple way to set to ‘1’ or ‘0’
or any other way to make a it go faster
thanks
Doron
Hey Doron,
Try editing this file in Enfold, located in config-templatebuilder > avia-shortcodes > slideshow.php and find this code block (line 250-256):
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('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')),
Replace the last line with:
"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')),
Hope this helps :)
Best regards,
Nikko
hi Nikko and thank you so much!
I’m sure it will work but..next theme update the slideshow.php might be overwritten
and this change will get lost
is there any other way to achieve this? maybe with the child theme function.php somehow?
Hi,
Try to copy slideshow.php in the child theme, just make sure to have the exact directory structure.
Best regards,
Nikko
hi Nikko
sorry it took so long to answer, i haven’t been around a computer for a while
i’m going to give it a try
thank you very much!
Hey!
Please keep us updated with the results and if you still face any issues, we will happy to help.
thanks a lot
Best regards,
Basilis