Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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 faster

    thanks
    Doron

    #710531

    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

    #713909

    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?

    • This reply was modified 8 years ago by Doron. Reason: typo
    #714545

    Hi,

    Try to copy slideshow.php in the child theme, just make sure to have the exact directory structure.

    Best regards,
    Nikko

    #722745

    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!

    #722754

    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

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