Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #570299

    Is it possible to set the autorotation duration of headline rotator element to 1 second? currently it support minimum upto 2 second.

    Thanks

    #570318

    Hi ramzan70!

    Everything is possible, but that would need a lot of work to be done.

    You can contact one of our Customization Contractors, who will help you out with the process.

    Let us know if we could do anything else, regarding our theme

    Regards,
    Basilis

    #570329

    Hi Basilis,

    Thanks for your response but could you let me know the file where that code reside so as i can give it a try to mold.

    Regards

    #572638

    Hi!

    That is possible but you have to modify the theme codes manually. Edit the config-templatebuilder > aviashortcodes > headline_rotator.php file. Look for this code around line 141:

    	array(	
    						"name" 	=> __("Autorotation duration",'avia_framework' ),
    						"desc" 	=> __("Each rotating textblock 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')),

    .. add another option to the array before “‘2’=>’2’,”

    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')),
    

    Best regards,
    Ismael

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