Tagged: autorotation, easyslider, speed
-
AuthorPosts
-
November 7, 2016 at 11:50 pm #709557
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 fasterthanks
DoronNovember 10, 2016 at 5:29 am #710531Hey 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,
NikkoNovember 18, 2016 at 10:11 am #713909hi 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?-
This reply was modified 8 years, 11 months ago by
Doron. Reason: typo
November 20, 2016 at 4:59 pm #714545Hi,
Try to copy slideshow.php in the child theme, just make sure to have the exact directory structure.
Best regards,
NikkoDecember 10, 2016 at 10:45 pm #722745hi 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!December 10, 2016 at 11:44 pm #722754Hey!
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 -
This reply was modified 8 years, 11 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
