add_section('title_tagline', array( 'title' => __('Site Identity', 'andrina-lite'), 'description' => __('

Allows you to customize Header Logo for Andrina Theme.

', 'andrina-lite'), //Descriptive tooltip 'panel' => '', 'priority' => '1', 'capability' => 'edit_theme_options' ) ); /** * Home Page Settings */ $wp_customize->add_section('static_front_page', array( 'title' => __('Home Page Settings', 'andrina-lite'), 'description' => __('Allows you to setup Homepage for Andrina Theme.', 'andrina-lite'), 'priority' => '2', 'capability' => 'edit_theme_options' )); /** * Typography */ $wp_customize->add_section('typography_section', array( 'title' => __('Typography', 'andrina-lite'), 'description' => __("

Check out the PRO version for full control over Typography!

Allows you to set Font Family for Andrina Theme.", 'andrina-lite'), esc_url('https://www.inkthemes.com/market/fashion-wordpress-theme/'), 'priority' => '3', 'panel' => '' )); /** * Home Page Loading Animation Settings */ $wp_customize->add_section('hp_loading_animation_setting', array( 'title' => __('Home Page Loading Animation', 'andrina-lite'), 'description' => __("

Check out the PRO version for full control over Home Page Loading Animation

Allows you to set Home Page Loading Animation for Andrina Theme.", 'andrina-lite'), esc_url('https://www.inkthemes.com/market/fashion-wordpress-theme/'), 'priority' => '4', 'capability' => 'edit_theme_options' ) ); /** * Home page slider panel */ $wp_customize->add_panel('home_page_slider_panel', array( 'title' => __('Slider Settings', 'andrina-lite'), 'description' => __('Allows you to setup Home Page Slider for Andrina Theme.', 'andrina-lite'), 'priority' => '5', 'capability' => 'edit_theme_options' )); /** * Slider animation section */ $wp_customize->add_section('home_page_slider_animation_control', array( 'title' => __('Slider Animation Section', 'andrina-lite'), 'description' => __("

Check out the PRO version for full control over Slider Animation Section!

Allows you to set the Home Page Slider Animation as per your requirement.", 'andrina-lite'), esc_url('https://www.inkthemes.com/market/fashion-wordpress-theme/'), 'panel' => 'home_page_slider_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * First Slider section */ $wp_customize->add_section('home_page_slider_1', array( 'title' => __('First Slider', 'andrina-lite'), 'description' => __('Allows you to setup First Slider for Andrina Theme.', 'andrina-lite'), //Descriptive tooltip 'panel' => 'home_page_slider_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * Second Slider section */ $wp_customize->add_section('home_page_slider_2', array( 'title' => __('Second Slider', 'andrina-lite'), 'description' => __('Allows you to setup Second Slider for Andrina Theme.', 'andrina-lite'), //Descriptive tooltip 'panel' => 'home_page_slider_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * Third Slider section */ $wp_customize->add_section('home_page_slider_3', array( 'title' => __('Third Slider', 'andrina-lite'), 'description' => __("

Check out the PRO version for full control over Third Slider!

Allows you to setup Third Slider for Andrina Theme.", 'andrina-lite'), esc_url('https://www.inkthemes.com/market/fashion-wordpress-theme/'), 'panel' => 'home_page_slider_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * Fourth Slider section */ $wp_customize->add_section('home_page_slider_4', array( 'title' => __('Fourth Slider', 'andrina-lite'), 'description' => __("

Check out the PRO version for full control over Fourth Slider!

Allows you to setup Fourth Slider for Andrina Theme.", 'andrina-lite'), esc_url('https://www.inkthemes.com/market/fashion-wordpress-theme/'), 'panel' => 'home_page_slider_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * Fifth Slider section */ $wp_customize->add_section('home_page_slider_5', array( 'title' => __('Fifth Slider', 'andrina-lite'), 'description' => __("

Check out the PRO version for full control over Fifth Slider!

Allows you to setup Fifth Slider for Andrina Theme.", 'andrina-lite'), esc_url('https://www.inkthemes.com/market/fashion-wordpress-theme/'), 'panel' => 'home_page_slider_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * Sixth Slider section */ $wp_customize->add_section('home_page_slider_6', array( 'title' => __('Sixth Slider', 'andrina-lite'), 'description' => __("

Check out the PRO version for full control over Sixth Slider!

Allows you to setup Sixth Slider for Andrina Theme.", 'andrina-lite'), esc_url('https://www.inkthemes.com/market/fashion-wordpress-theme/'), 'panel' => 'home_page_slider_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * Home Page Feature area panel */ $wp_customize->add_panel('home_feature_area_panel', array( 'title' => __('Home Page Feature Section', 'andrina-lite'), 'description' => __('Allows you to set HomePage Feature Area for Andrina Theme.', 'andrina-lite'), 'priority' => '6', 'capability' => 'edit_theme_options' )); /** * Home Page feature on/off */ $wp_customize->add_section('home_feature_area_onoff', array( 'title' => __('Feature Area On/Off', 'andrina-lite'), 'description' => __("

Check out the PRO version for full control over Home Page Feature on/off section!

Allows you to turn on/off feature section on homepage", 'andrina-lite'), esc_url('https://www.inkthemes.com/market/fashion-wordpress-theme/'), 'panel' => 'home_feature_area_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * Home Page feature area 1 */ $wp_customize->add_section('home_feature_area_1', array( 'title' => __('First Feature Area', 'andrina-lite'), 'description' => __('Allows you to setup First Feature Area for Andrina Theme.', 'andrina-lite'), 'panel' => 'home_feature_area_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * Home Page feature area 2 */ $wp_customize->add_section('home_feature_area_2', array( 'title' => __('Second Feature Area', 'andrina-lite'), 'description' => __('Allows you to setup Second Feature Area for Andrina Theme.', 'andrina-lite'), 'panel' => 'home_feature_area_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * Home Page feature area 3 */ $wp_customize->add_section('home_feature_area_3', array( 'title' => __('Third Feature Area', 'andrina-lite'), 'description' => __('Allows you to setup Third Feature Area for Andrina Theme.', 'andrina-lite'), 'panel' => 'home_feature_area_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * Home Page feature area 4 */ $wp_customize->add_section('home_feature_area_4', array( 'title' => __('Fourth Feature Area', 'andrina-lite'), 'description' => __('Allows you to setup Fourth Feature Area for Andrina Theme.', 'andrina-lite'), 'panel' => 'home_feature_area_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * Home Page feature box */ $wp_customize->add_section('home_feature_box', array( 'title' => __('Add Unlimited Feature Box', 'andrina-lite'), 'description' => __("

Check out the PRO version for full control over Home Page shop section!

Allows you to setup Unlimited Feature Box for Andrina Theme.", 'andrina-lite'), esc_url('https://www.inkthemes.com/market/fashion-wordpress-theme/'), 'panel' => 'home_feature_area_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * Home Page Blog panel */ $wp_customize->add_panel('homepage_blog_panel', array( 'title' => __('Home Page Blog Section', 'andrina-lite'), 'description' => __('Allows you to setup HomePage Blog Section for Andrina Theme.', 'andrina-lite'), 'priority' => '7', 'capability' => 'edit_theme_options' )); /** * Home Page First and Second Blog section */ $wp_customize->add_section('homepage_blog_first_and_second_section', array( 'title' => __('First & Second Blog Section ', 'andrina-lite'), 'description' => __('Allows you to setup HomePage First & Second Blog Section for Andrina Theme.', 'andrina-lite'), 'panel' => 'homepage_blog_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * Home Page Third Blog section */ $wp_customize->add_section('homepage_blog_third_section', array( 'title' => __('Third Blog Section ', 'andrina-lite'), 'description' => __('Allows you to setup HomePage Third Blog Section for Andrina Theme.', 'andrina-lite'), 'panel' => 'homepage_blog_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * Home Page Fourth Blog section */ $wp_customize->add_section('homepage_blog_fourth_section', array( 'title' => __('Fourth Blog Section ', 'andrina-lite'), 'description' => __('Allows you to setup HomePage Fourth Blog Section for Andrina Theme.', 'andrina-lite'), 'panel' => 'homepage_blog_panel', 'priority' => '', 'capability' => 'edit_theme_options' ) ); /** * Home shop section Settings */ $wp_customize->add_section('shop_section_settings', array( 'title' => __('Home Page WooCommerce Product Section', 'andrina-lite'), 'description' => __("

Check out the PRO version for full control over Home Page shop section!

Allows you to setup HomePage Shop Section for Andrina Theme.", 'andrina-lite'), esc_url('https://www.inkthemes.com/market/fashion-wordpress-theme/'), 'priority' => '8', 'capability' => 'edit_theme_options' )); /** * Contact details Setting */ $wp_customize->add_section('contact_details_section', array( 'title' => __('Contact Details Streak', 'andrina-lite'), 'description' => __('Allows you to add your Contact Details for Andrina Theme.', 'andrina-lite'), 'priority' => '9', 'panel' => '' )); /** * Social Icon Setting */ $wp_customize->add_section('andrina_social_icons', array( 'title' => __('Social Icons', 'andrina-lite'), 'description' => __('Allows you to setup Footer Social Icons for Andrina Theme.', 'andrina-lite'), 'priority' => '10', 'panel' => '' )); /** * Add panel for Styling Options */ $wp_customize->add_panel('footer_settings_panel', array( 'title' => __('Bottom Footer Settings', 'andrina-lite'), 'description' => __("Allows you to setup Footer area for Andrina Theme.", 'andrina-lite'), 'priority' => '11', 'capability' => 'edit_theme_options' )); /** * Widget Area Settings Setting */ $wp_customize->add_section('widget_area_section', array( 'title' => __('Widget Area Section', 'andrina-lite'), 'description' => sprintf(__("You Can Customize Your Widget Area By Following These Steps