add_section('logo_fevi_setting', array( 'title' => __('Custom Logo', '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' => __('Homepage Settings', 'andrina-lite'), 'description' => __('Allows you to setup Homepage for Andrina Theme.', 'andrina-lite'), 'priority' => '2', 'capability' => 'edit_theme_options' )); /** * 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 your Theme.", 'andrina-lite' ), esc_url( 'https://www.inkthemes.com/market/fashion-wordpress-theme/' ), 'priority' => '3', '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' => '4', '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 setup home page feature area section for Andrina Theme.', 'andrina-lite'), 'priority' => '5', '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 section 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 section 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 section 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 section 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' => __('Homepage Blog Section', 'andrina-lite'), 'description' => __('Allows you to setup home page blog section for Andrina Theme.', 'andrina-lite'), 'priority' => '6', '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 home page blog First and Second 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 home page blog Third 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 home page blog Fourth 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' => __('Homepage WooCommerce Product Section', 'andrina-lite'), 'description' => __( "

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

Allows you to setup home page shop section for Andrina Theme.", 'andrina-lite' ), esc_url( 'https://www.inkthemes.com/market/fashion-wordpress-theme/' ), 'priority' => '7', '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' => '8', 'panel' => '' )); /** * Social Icon Setting */ $wp_customize->add_section('social_icon_section', array( 'title' => __('Social Icons', 'andrina-lite'), 'description' => __('Allows you to setup footer social icon for Andrina Theme.', 'andrina-lite'), 'priority' => '9', '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' => '10', '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