ID] = $page->post_title; } // pagination $test_pagiarray = array( 1 => __('Yes', 'biznez'), 0 => __('No', 'biznez') ); // site logo img/text $site_logo = array( 'limage' => __('Image', 'biznez'), 'ltext' => __('Text', 'biznez') ); // Breadcrumb hidw/show $breadcrumb = array( 'show' => __('Show', 'biznez'), 'hide' => __('Hide', 'biznez') ); // Breadcrumb separator type img/text $bdcrumb_stype = array( 'bimage' => __('Image', 'biznez'), 'btext' => __('Text', 'biznez') ); //Front Content Box Show/hide $frontcontentbox_array = array( 'true' => __('Show', 'biznez'), 'false' => __('Hide', 'biznez') ); //testimonial and client box Show/hide $test_clientbox_array = array( 'true' => __('Show', 'biznez'), 'false' => __('Hide', 'biznez') ); //jCarousel radio_array $radio_array = array( 'true' => __('Show', 'biznez'), 'false' => __('Hide', 'biznez') ); //jCarousel featureradio_array $featureradio_array = array( 'true' => __('Show', 'biznez'), 'false' => __('Hide', 'biznez') ); //jcnavigation_array $jcnavigation_array = array( 'true' => __('Show', 'biznez'), 'false' => __('Hide', 'biznez') ); // jCarousel_auto $jCarousel_auto = array( 1 => __('Yes', 'biznez'), 0 => __('No', 'biznez') ); //jCarousel_hoverpause $jCarousel_hoverpause = array( 1 => __('Yes', 'biznez'), 0 => __('No', 'biznez') ); //select_slider_type_array $select_slider_type_array = array( 'normal' => __('NormalSlider', 'biznez'), 'fullwidth' => __('FullWidthSlider', 'biznez') ); //featuredbox_type_array $featuredbox_type_array = array( 'normal' => __('Normal', 'biznez'), 'centercontent' => __('Center Content', 'biznez') ); //effect_test_array $effect_test_array = array( 'fade' => __('Fade', 'biznez'), 'horizontal-slide' => __('Horizontal Slide', 'biznez'), 'vertical-slide' => __('Vertical Slide', 'biznez'), 'horizontal-push' => __('Horizontal Push', 'biznez'), ); //timer_test_array $timer_test_array = array( 'true' => __('Show', 'biznez'), 'false' => __('Hide', 'biznez') ); //startclockonmouseout_array $startclockonmouseout_array = array( 'true' => __('Show', 'biznez'), 'false' => __('Hide', 'biznez') ); //directionNav_array $directionNav_array = array( 'true' => __('Show', 'biznez'), 'false' => __('Hide', 'biznez') ); //captions_array $captions_array = array( 'true' => __('Show', 'biznez'), 'false' => __('Hide', 'biznez') ); //captionanimation_array $captionanimation_array = array( 'fade' => __('Fade', 'biznez'), 'slideOpen' => __('Slide Open', 'biznez'), 'none' => __('None', 'biznez') ); //pauseOnHover_array $pauseOnHover_array = array( 'true' => __('Yes', 'biznez'), 'false' => __('No', 'biznez') ); //bullets_array $bullets_array = array( 'true' => __('Show', 'biznez'), 'false' => __('Hide', 'biznez') ); //blog page layout $blogpage_layout = array( 'bleft_img' => __('Left Image', 'biznez'), 'bright_img' => __('Right Image', 'biznez'), 'btop_img' => __('Top Image', 'biznez') ); // cgmap infostatus $cgmap_infowin = array( 'open' => __('Open', 'biznez'), 'close' => __('Close', 'biznez') ); // cgmap marker animation $cgmap_markanim = array( 'BOUNCE' => __('Bounce', 'biznez'), 'DROP' => __('Drop', 'biznez') ); // If using image radio buttons, define a directory path $imagepath = get_template_directory_uri() . '/images/'; $gimagepath = get_template_directory_uri() . '/images'; $sktsiteurl = home_url(); $sktsitenm = get_bloginfo('name'); $options = array(); //General Settings $options[] = array( 'name' => __('General Settings', 'biznez'), 'type' => 'heading'); $options[] = array( 'name' => __('Set Site-logo Type', 'biznez'), 'desc' => __('Default ( Image ).', 'biznez'), 'id' => $shortname.'_site_logo_type', 'std' => 'limage', 'type' => 'radio', 'options' => $site_logo); $options[] = array( 'name' => __('Logo Image', 'biznez'), 'desc' => __('This creates a Custom logo that previews the image.', 'biznez'), 'id' => $shortname.'_logo_img', 'std' => $imagepath.'logo.png', 'type' => 'upload', 'class'=>'hidden'); $options[] = array( 'name' => __('Logo Text', 'biznez'), 'desc' => __('Logo Text field.', 'biznez'), 'id' => $shortname.'_logo_text', 'std' => 'BizNez', 'class' => 'mini', 'type' => 'text', 'class'=>'hidden'); $options[] = array( 'name' => __('Logo ALT Text', 'biznez'), 'desc' => __('Logo ALT Text field.', 'biznez'), 'id' => $shortname.'_logo_alt', 'std' => 'Biznez WordPress Theme', 'type' => 'text'); $options[] = array( 'name' => __('Change favicon', 'biznez'), 'desc' => __('This creates a Custom favicon that previews the image.', 'biznez'), 'id' => $shortname.'_favicon', 'std' => '', 'type' => 'upload'); $options[] = array( 'name' => __('Choose color', 'biznez'), 'desc' => __('No color selected by default.', 'biznez'), 'id' => $shortname.'_colorpicker', 'std' => '#30b7ff', 'type' => 'color' ); $options[] = array( 'name' => __('Change Header Background', 'biznez'), 'desc' => __('No color selected by default.', 'biznez'), 'id' => $shortname.'_headerbackground', 'std' => '#ffffff', 'type' => 'color' ); $options[] = array( 'name' => "Page Layout (This Features are available in Theme Pro Version.)", 'desc' => "Set page default layout.This Features are available in Theme Pro Version.", 'id' => 'layout', 'std' => "right-sidebar", 'type' => "images", 'options' => array( 'full-width' => $imagepath . '1col.png', 'left-sidebar' => $imagepath . '2cl.png', 'right-sidebar' => $imagepath . '2cr.png') ); $options[] = array( 'name' => __('Breadcrumb By Default', 'biznez'), 'desc' => __('Default ( show ).', 'biznez'), 'id' => $shortname.'_breadcrumb', 'std' => 'show', 'type' => 'radio', 'options' => $breadcrumb); $options[] = array( 'name' => __('Breadcrumb Separator Type', 'biznez'), 'desc' => __('Default ( Image ).', 'biznez'), 'id' => $shortname.'_bdcrumb_stype', 'std' => 'bimage', 'type' => 'radio', 'options' => $bdcrumb_stype); $options[] = array( 'name' => __('Change breadcrumb separator image (16px X 16px)', 'biznez'), 'desc' => __('This creates a Custom icon that previews the image.', 'biznez'), 'id' => $shortname.'_bdcrumb_simg', 'std' => $imagepath.'ber-arrow.png', 'type' => 'upload', 'class'=>'hidden'); $options[] = array( 'name' => __('Set breadcrumb separator text', 'biznez'), 'desc' => __('Enter text like "-/" or you want', 'biznez'), 'id' => $shortname.'_bdcrumb_stxt', 'std' => '-', 'class' => 'mini', 'type' => 'text', 'class'=>'hidden'); $options[] = array( 'name' => __('Show Custom Pagination', 'biznez'), 'desc' => __('Show custom pagination on blog page.', 'biznez'), 'id' => $shortname.'_show_pagenavi', 'std' => 'yes', 'type' => 'select', 'class' => 'mini', //mini, tiny, small 'options' => $test_pagiarray); $options[] = array( 'name' => __('Check to Enable persistent header navigation menu.', 'biznez'), 'desc' => __('Enable persistent header navigation menu.', 'biznez'), 'id' => $shortname.'_skenavfull', 'type' => 'checkbox'); //Custom style Settings $options[] = array( 'name' => __('Custom Style Settings', 'biznez'), 'type' => 'heading'); $options[] = array( 'name' => __('Information', 'biznez'), 'desc' => __('All Custom Style Features below in this panel are available in Theme Pro Version.', 'biznez'), 'type' => 'info'); $options[] = array( 'name' => __('Custom CSS', 'biznez'), 'desc' => __('Write Custom CSS in order to overwrite style CSS (without "style" tag).', 'biznez'), 'id' => 'css', 'std' => "#logo{}", 'type' => 'textarea'); $options[] = array( 'name' => __('Custom Script', 'biznez'), 'desc' => __('Write Custom Script in order to fullfil your need (with "script" tag).', 'biznez'), 'id' => 'script', 'std' => "", 'type' => 'textarea'); //Slider Setting $options[] = array( 'name' => __('Slider Configuration', 'biznez'), 'type' => 'heading'); $options[] = array( 'name' => __('Select Slider Type', 'biznez'), 'desc' => __('Select Slider Type for Front Page.', 'biznez'), 'id' => $shortname.'_slider_type', 'std' => 'normal', 'type' => 'select', 'class' => 'mini', //mini, tiny, small 'options' => $select_slider_type_array); $options[] = array( 'name' => __('Information', 'biznez'), 'desc' => __('All Slider Features below in this panel are available in Theme Pro Version.', 'biznez'), 'type' => 'info'); $options[] = array( 'name' => __('Select Animation', 'biznez'), 'desc' => __('Select Animation Box.', 'biznez'), 'id' => 'animation', 'std' => 'Animation', 'type' => 'select', 'class' => 'mini', //mini, tiny, small 'options' => $effect_test_array); $options[] = array( 'name' => __('Animation Speed', 'biznez'), 'desc' => __('how fast animtions are.', 'biznez'), 'id' => 'speed', 'std' => '800', 'type' => 'text'); $options[] = array( 'name' => __('Timer Enable/Disable', 'biznez'), 'desc' => __('true or false to have the timer.', 'biznez'), 'id' => 'time', 'std' => 'Timer', 'type' => 'select', 'class' => 'mini', //mini, tiny, small 'options' => $timer_test_array); $options[] = array( 'name' => __('Advance Speed', 'biznez'), 'desc' => __(' if timer is enabled, time between transitions.', 'biznez'), 'id' => 'adv', 'std' => '4000', 'type' => 'text'); $options[] = array( 'name' => __('StartClockOnMouseOut', 'biznez'), 'desc' => __('StartClockOnMouseOut.', 'biznez'), 'id' => 'startclock', 'std' => 'true', 'type' => 'select', 'class' => 'mini', //mini, tiny, small 'options' => $startclockonmouseout_array); $options[] = array( 'name' => __('Start Clock On MouseOut After', 'biznez'), 'desc' => __(' how long after MouseOut should the timer start again.', 'biznez'), 'id' => 'mousrout', 'std' => '1000', 'type' => 'text'); $options[] = array( 'name' => __('DirectionNav', 'biznez'), 'desc' => __('DirectionNav Box.', 'biznez'), 'id' => 'direction', 'std' => 'true', 'type' => 'select', 'class' => 'mini', //mini, tiny, small 'options' => $directionNav_array); $options[] = array( 'name' => __('Captions', 'biznez'), 'desc' => __('do you want captions?', 'biznez'), 'id' => 'captions', 'std' => 'true', 'type' => 'select', 'class' => 'mini', //mini, tiny, small 'options' => $captions_array); $options[] = array( 'name' => __('Caption Animation', 'biznez'), 'desc' => __('Select Caption Animation', 'biznez'), 'id' => 'capani', 'std' => 'true', 'type' => 'select', 'class' => 'mini', //mini, tiny, small 'options' => $captionanimation_array); $options[] = array( 'name' => __('Caption Animation Speed', 'biznez'), 'desc' => __(' if so how quickly should they animate in.', 'biznez'), 'id' => 'capanispeed', 'std' => '800', 'type' => 'text'); $options[] = array( 'name' => __('PauseOnHover', 'biznez'), 'desc' => __('PauseOnHover Box.', 'biznez'), 'id' => 'pausehover', 'std' => 'true', 'type' => 'select', 'class' => 'mini', //mini, tiny, small 'options' => $pauseOnHover_array); $options[] = array( 'name' => __('Bullets', 'biznez'), 'desc' => __('Bullets Enable/Disable.', 'biznez'), 'id' => 'bullet', 'std' => 'true', 'type' => 'select', 'class' => 'mini', //mini, tiny, small 'options' => $bullets_array); //SEO Settings $options[] = array( 'name' => __('SEO Settings', 'biznez'), 'type' => 'heading'); $options[] = array( 'name' => __('Home Title', 'biznez'), 'desc' => __('As the name implies, this will be the title of your homepage. This is independent of any other option. If not set, the default blog title will get used..', 'biznez'), 'id' => $shortname.'_seo_htitle', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Home Description', 'biznez'), 'desc' => __('The META description for your homepage. Independent of any other options, the default is no META description at all if this is not set..', 'biznez'), 'id' => $shortname.'_seo_hdesp', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Home Keywords (comma separated)', 'biznez'), 'desc' => __('A comma separated list of your most important keywords for your site that will be written as META keywords on your homepage. Don\'t stuff everything in here..', 'biznez'), 'id' => $shortname.'_seo_hkeys', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Information', 'biznez'), 'desc' => __('All SEO Features below in this panel are available in Theme Pro Version.', 'biznez'), 'type' => 'info'); $options[] = array( 'name' => __('Disable BizNez SEO Settings', 'biznez'), 'desc' => __('This option will disable theme seo setting options.', 'biznez'), 'id' => 'seo_disable', 'std'=> false, 'type' => 'checkbox'); $options[] = array( 'name' => __('Canonical URLs', 'biznez'), 'desc' => __('This option will automatically generate Canonical URLS for your entire WordPress installation. This will help to prevent duplicate content penalties by Google.', 'biznez'), 'id' => 'canonical', 'std'=> true, 'type' => 'checkbox'); $options[] = array( 'name' => __('Post Title Format', 'biznez'), 'desc' => __("The following macros are supported: #blog_title# - Your blog title #blog_description# - Your blog description #post_title# - The original title of the post #category_title# - The (main) category of the post #post_author_login# - This post's author' login #post_author_nicename# - This post's author' nicename #post_author_firstname# - This post's author' first name (capitalized) #post_author_lastname# - This post's author' last name (capitalized)", 'biznez'), 'id' => 'titleformat', 'std' => '#post_title# | #blog_title#', 'type' => 'text'); $options[] = array( 'name' => __('Page Title Format', 'biznez'), 'desc' => __("The following macros are supported: #blog_title# - Your blog title #blog_description# - Your blog description #page_title# - The original title of the page #page_author_login# - This page's author' login #page_author_nicename# - This page's author' nicename #page_author_firstname# - This page's author' first name (capitalized) #page_author_lastname# - This page's author' last name (capitalized)", 'biznez'), 'id' => 'pageformattitle', 'std' => '#page_title# | #blog_title#', 'type' => 'text'); $options[] = array( 'name' => __('Category Title Format', 'biznez'), 'desc' => __("The following macros are supported: #blog_title# - Your blog title #blog_description# - Your blog description #category_title# - The (main) category of the post #category_description# - The description of the category", 'biznez'), 'id' => 'cat_format', 'std' => '#category_title# | #blog_title#', 'type' => 'text'); $options[] = array( 'name' => __('Archive Title Format', 'biznez'), 'desc' => __("The following macros are supported: #blog_title# - Your blog title #blog_description# - Your blog description #date# - The original archive title given by wordpress, e.g. '2013' or '2013 June'", 'biznez'), 'id' => 'archive_format', 'std' => '#date# | #blog_title#', 'type' => 'text'); $options[] = array( 'name' => __('Tag Title Format', 'biznez'), 'desc' => __("The following macros are supported: #blog_title# - Your blog title #blog_description# - Your blog description #tag# - The name of the tag", 'biznez'), 'id' => 'tag_format', 'std' => '#tag# | #blog_title#', 'type' => 'text'); $options[] = array( 'name' => __('Search Title Format', 'biznez'), 'desc' => __("The following macros are supported: #blog_title# - Your blog title #blog_description# - Your blog description #search# - What was searched for", 'biznez'), 'id' => 'search_format', 'std' => '#search# | #blog_title#', 'type' => 'text'); $options[] = array( 'name' => __('Meta Description Format', 'biznez'), 'desc' => __("The following macros are supported: #blog_title# - Your blog title #blog_description# - Your blog description #description# - The original description, #wp_title# - The original wordpress title, e.g. post_title for posts", 'biznez'), 'id' => 'meta_format', 'std' => '#description#', 'type' => 'text'); $options[] = array( 'name' => __('404 Title Format', 'biznez'), 'desc' => __("The following macros are supported: #blog_title# - Your blog title #blog_description# - Your blog description #request_url# - The original URL path, like '/url-that-does-not-exist/'", 'biznez'), 'id' => 'not_format', 'std' => '#blog_title# | #request_url#', 'type' => 'text'); $options[] = array( 'name' => __('Paged Format', 'biznez'), 'desc' => __('This string gets appended/prepended to titles when they are for paged index pages (like home or archive pages).The following macros are supported: #page# - The page number', 'biznez'), 'id' => 'paged_format', 'std' => '#page#', 'type' => 'text'); $options[] = array( 'name' => __('Use Categories for META keywords:', 'biznez'), 'desc' => __('Check this if you want your categories for a given post used as the META keywords for this post (in addition to any keywords and tags you specify on the post edit page).', 'biznez'), 'id' => 'metakey', 'std'=> false, 'type' => 'checkbox'); $options[] = array( 'name' => __('Use Tags for META keywords:', 'biznez'), 'desc' => __('Check this if you want your tags for a given post used as the META keywords for this post (in addition to any keywords you specify on the post edit page).', 'biznez'), 'id' => 'tagmata', 'std'=> false, 'type' => 'checkbox'); $options[] = array( 'name' => __('Use noindex for Categories:', 'biznez'), 'desc' => __('Check this for excluding category pages from being crawled. Useful for avoiding duplicate content.', 'biznez'), 'id' => 'noindex', 'std'=> true, 'type' => 'checkbox'); $options[] = array( 'name' => __('Use noindex for Archives:', 'biznez'), 'desc' => __('Check this for excluding archive pages from being crawled. Useful for avoiding duplicate content.', 'biznez'), 'id' => 'noindex_archive', 'std'=> true, 'type' => 'checkbox'); $options[] = array( 'name' => __('Use noindex for Tag Archives:', 'biznez'), 'desc' => __('Check this for excluding tag pages from being crawled. Useful for avoiding duplicate content.', 'biznez'), 'id' => 'tag_noindex', 'std'=> false, 'type' => 'checkbox'); $options[] = array( 'name' => __('Exclude Pages:', 'biznez'), 'desc' => __('Enter any comma separated pages (ID) here to be excluded by theme SEO settings. This is helpful when using plugins which generate their own non-WordPress dynamic pages.', 'biznez'), 'id' => 'exclude_page', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Google Webmaster (Verification) Tools:', 'biznez'), 'desc' => __('Enter your verification code here to add a meta tag to your homepage to verify your site.', 'biznez'), 'id' => 'g_webmaster', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Bing Webmaster (Verification) Center:', 'biznez'), 'desc' => __('Enter your verification code here to add a meta tag to your homepage to verify your site.', 'biznez'), 'id' => 'bing', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Pinterest Site Verification:', 'biznez'), 'desc' => __('Enter your verification code here to add a meta tag to your homepage to verify your site.', 'biznez'), 'id' => 'pinterest', 'std' => '', 'type' => 'text'); //contact page $options[] = array( 'name' => __('Contact Page Settings', 'biznez'), 'type' => 'heading'); //select contact page template $options[] = array( 'name' => __('Select Contact us page', 'biznez'), 'desc' => __('Contact us page', 'biznez'), 'id' => $shortname.'_contact_page', 'type' => 'select', 'options' => $options_pages); $options[] = array( 'name' => __('Contact Google Map Latitude', 'biznez'), 'desc' => __('To find latitude and longnitude right click on the google map at your desired location and from context menu select Whats here & you will get the latitude and longnitude at searchbox..', 'biznez'), 'id' => $shortname.'_contact_gmap_lat', 'std' => '22.735024', 'type' => 'text'); $options[] = array( 'name' => __('Contact Google Map Longitude', 'biznez'), 'desc' => __('To find latitude and longnitude right click on the google map at your desired location and from context menu select Whats here & you will get the latitude and longnitude at searchbox..', 'biznez'), 'id' => $shortname.'_contact_gmap_long', 'std' => '75.854988', 'type' => 'text'); $options[] = array( 'name' => __('Contact Google Map Info window by default', 'biznez'), 'desc' => __('Default ( close ).', 'biznez'), 'id' => $shortname.'_contact_gmap_infost', 'std' => 'close', 'type' => 'radio', 'options' => $cgmap_infowin); $options[] = array( 'name' => __('Contact Google Map Info Window Text. ( please donot use double quotes. )', 'biznez'), 'desc' => __('Enter Google Map Info Window Text.', 'biznez'), 'id' => $shortname.'_contact_gmap_infotxt', 'std' => "

This Is Info-window Text.
You Can Also Use HTML Here.
", 'type' => 'textarea'); $options[] = array( 'name' => __('Contact Google Map Marker Title', 'biznez'), 'desc' => __('Enter Contact Google Map Marker Title.', 'biznez'), 'id' => $shortname.'_contact_gmap_marttl', 'std' => 'Indore', 'type' => 'text'); $options[] = array( 'name' => __('Contact Google Map Marker Image', 'biznez'), 'desc' => __('This creates a Marker image that previews the image.', 'biznez'), 'id' => $shortname.'_contact_gmap_iconimg', 'std' => $imagepath.'blue-marker.png', 'type' => 'upload'); $options[] = array( 'name' => __('Contact Google Map Marker Animation', 'biznez'), 'desc' => __('Default ( Bounce ).', 'biznez'), 'id' => $shortname.'_contact_gmap_markanim', 'std' => 'BOUNCE', 'type' => 'radio', 'options' => $cgmap_markanim); $options[] = array( 'name' => __('Address Title', 'biznez'), 'desc' => __('Put Your Address Title here.', 'biznez'), 'id' => $shortname.'_add_title', 'std' => 'Office Address', 'type' => 'text'); $options[] = array( 'name' => __('Address Area', 'biznez'), 'desc' => __('Put Your Address Here.', 'biznez'), 'id' => $shortname.'_contact_address_area', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Phone Number', 'biznez'), 'desc' => __('Put Your Phone Number here to Show in Mobile View in Header.', 'biznez'), 'id' => $shortname.'_header_phone', 'type' => 'text'); $options[] = array( 'name' => __('Email Address for Contact Form', 'biznez'), 'desc' => __('Email Address for Contact Form.', 'biznez'), 'id' => $shortname.'_contact_email', 'std' => 'sketchtheme@gmail.com', 'type' => 'text'); //Footer $options[] = array( 'name' => __('Footer', 'biznez'), 'type' => 'heading'); $options[] = array( 'name' => __('Copyright Text', 'biznez'), 'desc' => __('You can use HTML for links etc..', 'biznez'), 'id' => $shortname.'_copyright', 'std' => 'Copyright © 2013 - BizNez. All rights reserved.', 'type' => 'textarea'); $options[] = array( 'name' => __('Google Analytics code:', 'biznez'), 'desc' => __('You can use Google Analytics code here.', 'biznez'), 'id' => $shortname.'_analytics', 'std' => '', 'type' => 'textarea'); //About page $options[] = array( 'name' => __('About page', 'biznez'), 'type' => 'heading'); $options[] = array( 'name' => __('Change Team Member Heading Text', 'biznez'), 'desc' => __('Change Team Member Heading Text.', 'biznez'), 'id' => $shortname.'_about_teamhead', 'std' => 'Our Team Member', 'type' => 'text'); //Front Page Options $options[] = array( 'name' => __('Front Page Options', 'biznez'), 'type' => 'heading'); //select Front page template $options[] = array( 'name' => __('Select Front us page', 'biznez'), 'desc' => __('This is Front us page template. it will not work if you set front page from reading setting.', 'biznez'), 'id' => $shortname.'_front_page', 'type' => 'select', 'options' => $options_pages); //select Blog page template $options[] = array( 'name' => __('Select blog page', 'biznez'), 'desc' => __('This is Blog page template. it will not work if you set blog/post page from reading setting.', 'biznez'), 'id' => $shortname.'_blog_page', 'type' => 'select', 'options' => $options_pages); $options[] = array( 'name' => __('Hide Feature Box on Front Page', 'biznez'), 'desc' => __('Radio select with default options "hide".', 'biznez'), 'id' => $shortname.'_hide_frontboxes', 'std' => 'false', 'type' => 'radio', 'options' => $featureradio_array); $options[] = array( 'name' => __('Select Featured box Type', 'biznez'), 'desc' => __('Select Featured box for Front Page.', 'biznez'), 'id' => $shortname.'_feature_type', 'std' => 'normal', 'type' => 'select', 'class' => 'mini', //mini, tiny, small 'options' => $featuredbox_type_array); //Featured Box 1 $options[] = array( 'name' => __('Featured Box 1 Heading:', 'biznez'), 'desc' => __('Enter Featured Box 1 Heading.', 'biznez'), 'id' => $shortname.'_fb1_heading', 'std' => 'Heading', 'type' => 'text'); $options[] = array( 'name' => __('Featured Box 1 Icon', 'biznez'), 'desc' => __('This creates a full size uploader that previews the image.', 'biznez'), 'id' => $shortname.'_fb1_icon', 'type' => 'upload'); $options[] = array( 'name' => __('Featured Box 1 Content:', 'biznez'), 'desc' => __('Enter Featured Box 1 Content.', 'biznez'), 'id' => $shortname.'_fb1_content', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Featured Box 1 Link:', 'biznez'), 'desc' => __('Enter Featured Box 1 Link.', 'biznez'), 'id' => $shortname.'_fb1_link', 'std' => '#', 'type' => 'text'); //Featured Box 2 $options[] = array( 'name' => __('Featured Box 2 Heading:', 'biznez'), 'desc' => __('Enter Featured Box 2 Heading.', 'biznez'), 'id' => $shortname.'_fb2_heading', 'std' => 'Heading', 'type' => 'text'); $options[] = array( 'name' => __('Featured Box 2 Icon', 'biznez'), 'desc' => __('This creates a full size uploader that previews the image.', 'biznez'), 'id' => $shortname.'_fb2_icon', 'type' => 'upload'); $options[] = array( 'name' => __('Featured Box 2 Content:', 'biznez'), 'desc' => __('Enter Featured Box 2 Content.','biznez'), 'id' => $shortname.'_fb2_content', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Featured Box 2 Link:', 'biznez'), 'desc' => __('Enter Featured Box 2 Link.', 'biznez'), 'id' => $shortname.'_fb2_link', 'std' => '#', 'type' => 'text'); //Featured Box 3 $options[] = array( 'name' => __('Featured Box 3 Heading:','biznez'), 'desc' => __('Enter Featured Box 3 Heading.', 'biznez'), 'id' => $shortname.'_fb3_heading', 'std' => 'Heading', 'type' => 'text'); $options[] = array( 'name' => __('Featured Box 3 Icon', 'biznez'), 'desc' => __('This creates a full size uploader that previews the image.', 'biznez'), 'id' => $shortname.'_fb3_icon', 'type' => 'upload'); $options[] = array( 'name' => __('Featured Box 3 Content:', 'biznez'), 'desc' => __('Enter Featured Box 3 Content.', 'biznez'), 'id' => $shortname.'_fb3_content', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Featured Box 3 Link:', 'biznez'), 'desc' => __('Enter Featured Box 3 Link.', 'biznez'), 'id' => $shortname.'_fb3_link', 'std' => '#', 'type' => 'text'); //Featured Box 4 $options[] = array( 'name' => __('Featured Box 4 Heading:','biznez'), 'desc' => __('Enter Featured Box 4 Heading.', 'biznez'), 'id' => $shortname.'_fb4_heading', 'std' => 'Heading', 'type' => 'text'); $options[] = array( 'name' => __('Featured Box 4 Icon', 'biznez'), 'desc' => __('This creates a full size uploader that previews the image.', 'biznez'), 'id' => $shortname.'_fb4_icon', 'type' => 'upload'); $options[] = array( 'name' => __('Featured Box 4 Content:', 'biznez'), 'desc' => __('Enter Featured Box 4 Content.', 'biznez'), 'id' => $shortname.'_fb4_content', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Featured Box 4 Link:', 'biznez'), 'desc' => __('Enter Featured Box 4 Link.', 'biznez'), 'id' => $shortname.'_fb4_link', 'std' => '#', 'type' => 'text'); //Latest Work $options[] = array( 'name' => __('Hide Latest Work on Front Page', 'biznez'), 'desc' => __('Radio select with default options "hide".', 'biznez'), 'id' => $shortname.'_hide_latestwork', 'std' => 'false', 'type' => 'radio', 'options' => $radio_array); $options[] = array( 'name' => __('Change Latest Work Heading Text', 'biznez'), 'desc' => __('Change Latest Work Heading Text.', 'biznez'), 'id' => $shortname.'_front_latestworktxt', 'std' => 'Latest Works', 'type' => 'text'); $options[] = array( 'name' => __('Check to Show circular Latest Work.', 'biznez'), 'desc' => __('Show Latest Work in circular Format.', 'biznez'), 'id' => $shortname.'_circal_work', 'type' => 'checkbox'); $options[] = array( 'name' => __('Number of Post Display in Latest Work.', 'biznez'), 'desc' => __('Number of Post Display in Latest Work.', 'biznez'), 'id' => $shortname.'_jdisplaypost', 'std' => '6', 'type' => 'text'); $options[] = array( 'name' => __('Show Auto Scroll in Carousel.', 'biznez'), 'desc' => __('Show Auto Scroll.', 'biznez'), 'id' => $shortname.'_show_auto', 'std' => 'No', 'type' => 'select', 'class' => 'mini', //mini, tiny, small 'options' => $jCarousel_auto); $options[] = array( 'name' => __('Pause on hover in Carousel.', 'biznez'), 'desc' => __('Pause on hover in Carousel.', 'biznez'), 'id' => $shortname.'_jhoverpause', 'std' => 'No', 'type' => 'select', 'class' => 'mini', //mini, tiny, small 'options' => $jCarousel_hoverpause); $options[] = array( 'name' => __('Hide/Show Control Navigation', 'biznez'), 'desc' => __('Radio select with default options "show".', 'biznez'), 'id' => $shortname.'_hide_jcnavigation', 'std' => 'true', 'type' => 'radio', 'options' => $jcnavigation_array); $options[] = array( 'name' => __('delay in Carousel:', 'biznez'), 'desc' => __('delay Speed.', 'biznez'), 'id' => $shortname.'_janimation', 'std' => '1000', 'type' => 'text'); $options[] = array( 'name' => __('Transition Speed in Carousel:', 'biznez'), 'desc' => __('Transition Speed.', 'biznez'), 'id' => $shortname.'_tspeed', 'std' => '1000', 'type' => 'text'); //testimonial and client box hide show $options[] = array( 'name' => __('Hide Testimonial and Client Box.', 'biznez'), 'desc' => __('Radio select with default options "hide".', 'biznez'), 'id' => $shortname.'_hide_testclientbox', 'std' => 'false', 'type' => 'radio', 'options' => $test_clientbox_array); //testimonial $options[] = array( 'name' => __('Change Testimonial Heading Text', 'biznez'), 'desc' => __('Change Testimonial Heading Text.', 'biznez'), 'id' => $shortname.'_front_testmonialheadtxt', 'std' => 'Testimonials', 'type' => 'text'); $options[] = array( 'name' => __('Testimonial Box 1 Content:', 'biznez'), 'desc' => __('Enter Testimonial Box 1 Content.', 'biznez'), 'id' => $shortname.'_testi1_content', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Testimonial 1 author:', 'biznez'), 'desc' => __('Enter Testimonial 1 author.', 'biznez'), 'id' => $shortname.'_testau1_name', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Testimonial 1 author Link:', 'biznez'), 'desc' => __('Testimonial 1 author Link.', 'biznez'), 'id' => $shortname.'_testau1_link', 'std' => '#', 'type' => 'text'); $options[] = array( 'name' => __('Testimonial 1 author Link Text:', 'biznez'), 'desc' => __('Testimonial 1 author Link text.', 'biznez'), 'id' => $shortname.'_testau1_link_text', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Testimonial Box 2 Content:', 'biznez'), 'desc' => __('Enter Testimonial Box 2 Content.', 'biznez'), 'id' => $shortname.'_testi2_content', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Testimonial 2 author:', 'biznez'), 'desc' => __('Enter Testimonial 2 author.', 'biznez'), 'id' => $shortname.'_testau2_name', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Testimonial 2 author Link:', 'biznez'), 'desc' => __('Testimonial 2 author Link.', 'biznez'), 'id' => $shortname.'_testau2_link', 'std' => '#', 'type' => 'text'); $options[] = array( 'name' => __('Testimonial 2 author Link Text:', 'biznez'), 'desc' => __('Testimonial 2 author Link text.', 'biznez'), 'id' => $shortname.'_testau2_link_text', 'std' => '', 'type' => 'text'); //Our Client $options[] = array( 'name' => __('Client Title:', 'biznez'), 'desc' => __('Enter Client Title.', 'biznez'), 'id' => $shortname.'_client_title', 'std' => 'Our Clients', 'type' => 'text'); $options[] = array( 'name' => __('Our Client Image 1', 'biznez'), 'desc' => __('This creates a full size uploader that previews the image.', 'biznez'), 'id' => $shortname.'_ourclient_icon1', 'type' => 'upload'); $options[] = array( 'name' => __('Our Client Image 2', 'biznez'), 'desc' => __('This creates a full size uploader that previews the image.', 'biznez'), 'id' => $shortname.'_ourclient_icon2', 'type' => 'upload'); $options[] = array( 'name' => __('Our Client Image 3', 'biznez'), 'desc' => __('This creates a full size uploader that previews the image.', 'biznez'), 'id' => $shortname.'_ourclient_icon3', 'type' => 'upload'); $options[] = array( 'name' => __('Our Client Image 4', 'biznez'), 'desc' => __('This creates a full size uploader that previews the image.', 'biznez'), 'id' => $shortname.'_ourclient_icon4', 'type' => 'upload'); $options[] = array( 'name' => __('Our Client Image 5', 'biznez'), 'desc' => __('This creates a full size uploader that previews the image.', 'biznez'), 'id' => $shortname.'_ourclient_icon5', 'type' => 'upload'); $options[] = array( 'name' => __('Our Client Image 6', 'biznez'), 'desc' => __('This creates a full size uploader that previews the image.', 'biznez'), 'id' => $shortname.'_ourclient_icon6', 'type' => 'upload'); //Main Setting $options[] = array( 'name' => __('Hide Front Content Box.', 'biznez'), 'desc' => __('Radio select with default options "hide".', 'biznez'), 'id' => $shortname.'_hide_frontcontentbox', 'std' => 'false', 'type' => 'radio', 'options' => $frontcontentbox_array); $options[] = array( 'name' => __('Front Content Box :', 'biznez'), 'desc' => __('Front Content Box.', 'biznez'), 'id' => $shortname.'_frontmain_content', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('Front Content Box Button Text:', 'biznez'), 'desc' => __('Front Content Box Button Text.', 'biznez'), 'id' => $shortname.'_frontmain_buttontext', 'type' => 'text'); $options[] = array( 'name' => __('Front Content Box Button Link:', 'biznez'), 'desc' => __('Front Content Box Button Link.', 'biznez'), 'id' => $shortname.'_frontmain_buttonlink', 'std' => '#', 'type' => 'text'); //Admin Login Section $options[] = array( 'name' => __('Admin Login (Advanced)', 'biznez'), 'type' => 'heading'); $options[] = array( 'name' => __('Information', 'biznez'), 'desc' => __('All Admin Login Features below in this panel are available in Theme Pro Version.', 'biznez'), 'type' => 'info'); $options[] = array( 'name' => __('Admin Logo Background color', 'biznez'), 'desc' => __('Change the admin login background color', 'biznez'), 'id' => 'admin_logo_bg', 'std' => '#49BBDE', 'type' => 'color'); $options[] = array( 'name' => __('Admin Login Logo', 'biznez'), 'desc' => __('Change the admin login logo image.', 'biznez'), 'id' => 'admin_logo_img', 'std' => $imagepath.'biz-admin-logo.png', 'type' => 'upload'); return $options; } /* * This is an example of how to add custom scripts to the options panel. * This example shows/hides an option when a checkbox is clicked. */ add_action('optionsframework_custom_scripts', 'optionsframework_custom_scripts'); function optionsframework_custom_scripts() { ?>