Slider settings are saved.

'; if (isset($_GET['reset']) && $_GET['reset'] == 'reset' ) echo '

Slider settings are reset.

'; } /// include style and scripts for slider page public function web_dorado_slider_page_admin_scripts(){ wp_enqueue_style('color_control_page_main_style',get_bloginfo('template_directory').'/admin/css/slider_page.css'); wp_enqueue_script('jquery'); wp_enqueue_script( 'common' ); wp_enqueue_script( 'jquery-color' ); wp_print_scripts('editor'); if (function_exists('add_thickbox')) add_thickbox(); wp_print_scripts('media-upload'); wp_admin_css(); wp_enqueue_script('utils'); do_action("admin_print_styles-post-php"); do_action('admin_print_styles'); } public function get_slider_parametrs(){ $image_link=get_theme_mod('web_busines_image_link',''); if($image_link){ $link_array=explode(';;;;',$image_link); array_pop($link_array); } else {$link_array=array();} $param['link_array']=$link_array; $image_href=get_theme_mod('web_busines_image_href',''); if($image_href){ $href_array=explode(';;;;',$image_href); array_pop($href_array); } else {$href_array=array();} $param['href_array']=$href_array; $image_textarea=get_theme_mod('web_busines_image_textarea',''); if($image_textarea){ $textarea_array=explode(';;;;',$image_textarea); array_pop($textarea_array); } else {$textarea_array=array();} $param['textarea_array']=$textarea_array; $image_title=get_theme_mod('web_busines_image_title',''); if($image_title){ $title_array=explode(';;;;',$image_title); array_pop($title_array); } else {$title_array=array();} $param['title_array']=$title_array; return $param; } //// back end style public function dorado_theme_admin_slider(){ $LIST=''; $this->web_dorado_theme_update_slider(); $this->web_dor_print_massage(); $param=$this->get_slider_parametrs(); $link_array=$param['link_array']; $href_array=$param['href_array']; $title_array=$param['title_array']; $textarea_array=$param['textarea_array']; global $web_dor; ?>
User Manual
This section allows you customize the slider. More...

Slider