'on', 'front_page_sections' => 0, /* Custom header height */ 'head_img' => (get_header_image()), 'header_height' => '250', /* Top header color and text*/ 'header_topbar_color' => '#3E3E3E', 'top_header_text_enable' => 1, 'top_header_text' => __('Welcome to My Domain', 'biogenic'), 'top_header_text_font_size' => 16, 'top_header_text_spacing' => 13, 'logo_top_spacing' => 22, /* Social media icons in top header */ 'top_header_social_icons' => 0, 'top_social_font_size' => 24, 'top_social_spacing' => 6, 'social_facebook_link' => '#', 'social_twitter_link' => '#', 'social_google_plus_link' => '#', 'social_youtube_link' => '#', /* Header hero */ 'top_header_hero' => 1, 'upload_hero_image' => '', 'top_header_hero_text1' => __('Welcome to the Biogenic Theme', 'biogenic'), 'top_header_hero_text2' => __('Muli-Purpose, Stylish, Customizable', 'biogenic'), 'top_header_hero_button1_text' => __('Learn More', 'biogenic'), 'top_header_hero_button1_link' => '#', 'top_header_hero_button2_text' => __('Contact Us', 'biogenic'), 'top_header_hero_button2_link' => '#', /* Welcome Section */ 'welcome_section_enable' => 1, 'welcome_section_bg_color' => '#F2F2ED', 'welcome_section_title' => __('We have got what you need', 'biogenic'), 'welcome_section_text' => __('Biogenic is designed with full-featured customize-able sections to easily style how your site looks to your visitors. It includes a top header area that allows for a site info text and social media icons. Customize-able header hero, welcome section, team section and testimonials sections are also included.', 'biogenic'), /* Services Section */ 'services_section_enable' => 1, 'services_section_bg_color' => '#fff', 'services_section_title' => __('At Your Service', 'biogenic'), 'services_section_1_link' => '#', 'services_section_1_icon' => 'fa-headphones', 'services_section_1_subtitle' => __('Customer Service', 'biogenic'), 'services_section_1_text' => __('Our customer service department is rated first in the industry', 'biogenic'), 'services_section_2_link' => '#', 'services_section_2_icon' => 'fa-paper-plane-o', 'services_section_2_subtitle' => __('Shipping & Logistics', 'biogenic'), 'services_section_2_text' => __('Rest easy with our 98 on time delivery rate Leave it to us', 'biogenic'), 'services_section_3_link' => '#', 'services_section_3_icon' => 'fa-newspaper-o', 'services_section_3_subtitle' => __('Quality & Certification', 'biogenic'), 'services_section_3_text' => __('Zero defects is our main goal with a strong QA program', 'biogenic'), 'services_section_4_link' => '#', 'services_section_4_icon' => 'fa-bar-chart', 'services_section_4_subtitle' => __('New Technologies', 'biogenic'), 'services_section_4_text' => __('Market leading technology with research and development', 'biogenic'), /* Team Section */ 'team_section_enable' => 1, 'team_section_bg_color' => '#F2F2ED', 'team_section_title' => __('Meet Our Amazing Team', 'biogenic'), 'team_section_1_link' => '#', 'team_section_1_image' => '', 'team_section_1_name' => __('Nicole Stevens', 'biogenic'), 'team_section_1_position' => __('Business Manager', 'biogenic'), 'team_section_2_link' => '#', 'team_section_2_image' => '', 'team_section_2_name' => __('Mike Smith', 'biogenic'), 'team_section_2_position' => __('Logistics Manager', 'biogenic'), 'team_section_3_link' => '#', 'team_section_3_image' => '', 'team_section_3_name' => __('Demitri Peterson', 'biogenic'), 'team_section_3_position' => __('Marketing Director', 'biogenic'), 'team_section_summary' => __('Our team stives to meet all customer demands providing superior customer service and quality', 'biogenic'), /* Footer options */ 'footer_copyright' => __('Biogenic Theme', 'biogenic'), 'developed_by_text' => __('Developed By', 'biogenic'), 'developed_by_link_text' => __('Theme Essentials', 'biogenic'), 'developed_by_link' => 'http://www.theme-essentials.com/', ); //delete_option('biogenic_theme_options'); return wp_parse_args(get_option('biogenic_theme_options', array()), $biogenic_theme_options); } ?>