__('Select Theme Color','evol'), "desc" => __('Select your color scheme
Place your customized css file in template css directory and name it as \"user.css\"
Alternatively, you can create your own child theme to avoid overwritten by theme updates in future.','evol'), "id" => $shortname."_theme_color", "std" => evol_getopt('theme_color', 0), "type" => "select", "options" => array('Classic' => 'classic', 'User Defined' => 'user')), array( "name" => "Logo", "desc" => __('Enter URL logo image URL.','evol'), "id" => $shortname."_home_logo", "std" => evol_getopt('home_logo', 0), "type" => "text"), array( "name" => __('Front Page Style','evol'), "desc" => __('Select desired front page style.
[1] Single Random Picture. (Display 1 of featured image randomly).
[2] SmoothScroll Effect. (Display images with SmoothScroll effect, image aspect can be kept)
[3] Coin silder Effect. (Display images with Coin Slider effect, image will be cropped to fit the container)','evol'), "id" => $shortname."_frontpagestyle", "std" => evol_getopt('frontpagestyle', 0), "type" => "select", "options" => array('1' => "1","2","3")), array( "name" => __('Main Style','evol'), "desc" => __('Select desired main page style.
[1] Wall style.
[2] Post-it Style.','evol'), "id" => $shortname."_mainpagestyle", "std" => evol_getopt('mainpagestyle', 0), "type" => "select", "options" => array('1' => "1","2")), array( "name" => __('Number of front page images','evol'), "desc" => __('How many image display on homepage slideshow. Default: 5
Be considerate of download speed!.','evol'), "id" => $shortname."_num_frontpage_image", "std" => evol_getopt('num_frontpage_image', 0), "type" => "select", "options" => array('1' => "1","2","3","4","5","6","7","8","9","10")), array( "name" => __('Front page featured image container width','evol'), "desc" => __('Enter the container width for disply on frontpage (default: 500px)
You must regenerate the thumbnails with using "Regenerate Thumbnails" plugin after changing this value.','evol'), "id" => $shortname."_home_slide_width", "std" => evol_getopt('home_slide_width', 0), "type" => "text"), array( "name" => __('Front page featured image container height','evol'), "desc" => __('Enter the container height for disply on frontpage (default: 340px)
You must regenerate the thumbnails with using "Regenerate Thumbnails" plugin after changing this value.','evol'), "id" => $shortname."_home_slide_height", "std" => evol_getopt('home_slide_height', 0), "type" => "text"), array( "name" => __('Image width for image posts','evol'), "desc" => __('Enter the image width for the post (default: 530px)
You must regenerate the thumbnails with using "Regenerate Thumbnails" plugin after changing this value.','evol'), "id" => $shortname."_image_post_width", "std" => evol_getopt('image_post_width', 0), "type" => "text"), ); function evol_option_menu_init() { global $themename, $shortname, $options; if(isset($_GET['page']) && $_GET['page'] == basename( __FILE__ )) { if(isset($_REQUEST['action']) && 'save' == $_REQUEST['action']) { check_admin_referer('evol-setting'); foreach($options as $value) { if(isset($_REQUEST[$value['id']])) update_option($value['id'], $_REQUEST[$value['id']]); else delete_option($value['id']); } header("Location: themes.php?page=theme-options.php&saved=true"); die; } elseif(isset($_REQUEST['action']) && 'reset' == $_REQUEST['action']) { check_admin_referer('evol-setting'); foreach($options as $value) { delete_option($value['id']); } header("Location: themes.php?page=theme-options.php&reset=true"); die; } } add_theme_page($themename." Options", "".$themename." Options", 'edit_themes', basename( __FILE__ ), 'evol_panel'); } function evol_panel() { global $themename, $shortname, $options; if(isset($_REQUEST['saved']) && ($_REQUEST['saved'])) echo '

'.$themename.' settings saved.

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

'.$themename.' settings reset.

'; ?>

settings

Theme Settings

" />
 
 
 
 
 
 
/>
 
 

Enjoying the theme? Please support my development!