register_section_type( Beauty_Cosmetic_Store_Button::class );
$manager->add_section(
new Beauty_Cosmetic_Store_Button( $manager, 'beauty_cosmetic_store_pro', [
'title' => esc_html( BEAUTY_COSMETIC_STORE_TEXT,'beauty-cosmetic-store' ),
'priority' => 0,
'button_text' => __( 'GET PREMIUM', 'beauty-cosmetic-store' ),
'button_url' => esc_url( BEAUTY_COSMETIC_STORE_URL )
] )
);
} );
// Load the JS and CSS.
add_action( 'customize_controls_enqueue_scripts', function() {
$version = wp_get_theme()->get( 'Version' );
wp_enqueue_script(
'beauty-cosmetic-store-customize-section-button',
get_theme_file_uri( 'vendor/wptrt/customize-section-button/public/js/customize-controls.js' ),
[ 'customize-controls' ],
$version,
true
);
wp_enqueue_style(
'beauty-cosmetic-store-customize-section-button',
get_theme_file_uri( 'vendor/wptrt/customize-section-button/public/css/customize-controls.css' ),
[ 'customize-controls' ],
$version
);
} );
/**
* Add postMessage support for site title and description for the Theme Customizer.
*
* @param WP_Customize_Manager $wp_customize Theme Customizer object.
*/
function beauty_cosmetic_store_customize_register($wp_customize){
// Pro Version
class Beauty_Cosmetic_Store_Customize_Pro_Version extends WP_Customize_Control {
public $type = 'pro_options';
public function render_content() {
echo 'For More '. esc_html( $this->label ) .'?';
echo '';
echo '';
echo ' '. esc_html( BEAUTY_COSMETIC_STORE_BUY_TEXT,'beauty-cosmetic-store' ) .'';
echo '';
}
}
// Custom Controls
function Beauty_Cosmetic_Store_sanitize_custom_control( $input ) {
return $input;
}
$wp_customize->get_setting('blogname')->transport = 'postMessage';
$wp_customize->get_setting('blogdescription')->transport = 'postMessage';
$wp_customize->add_setting('beauty_cosmetic_store_logo_title_text', array(
'default' => true,
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox'
));
$wp_customize->add_control( new WP_Customize_Control($wp_customize,'beauty_cosmetic_store_logo_title_text',array(
'label' => __( 'Enable Disable Title', 'beauty-cosmetic-store' ),
'section' => 'title_tagline',
'settings' => 'beauty_cosmetic_store_logo_title_text',
'type' => 'checkbox',
)));
$wp_customize->add_setting('beauty_cosmetic_store_logo_title_font_size',array(
'default' => '',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_number_absint'
));
$wp_customize->add_control('beauty_cosmetic_store_logo_title_font_size',array(
'label' => esc_html__('Title Font Size','beauty-cosmetic-store'),
'section' => 'title_tagline',
'type' => 'number'
));
$wp_customize->add_setting('beauty_cosmetic_store_theme_description', array(
'default' => false,
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox'
));
$wp_customize->add_control( new WP_Customize_Control($wp_customize,'beauty_cosmetic_store_theme_description',array(
'label' => __( 'Enable Disable Tagline', 'beauty-cosmetic-store' ),
'section' => 'title_tagline',
'settings' => 'beauty_cosmetic_store_theme_description',
'type' => 'checkbox',
)));
$wp_customize->add_setting('beauty_cosmetic_store_logo_tagline_font_size',array(
'default' => '',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_number_absint'
));
$wp_customize->add_control('beauty_cosmetic_store_logo_tagline_font_size',array(
'label' => esc_html__('Tagline Font Size','beauty-cosmetic-store'),
'section' => 'title_tagline',
'type' => 'number'
));
//Logo
$wp_customize->add_setting('beauty_cosmetic_store_logo_max_height',array(
'default' => '200',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_number_absint'
));
$wp_customize->add_control('beauty_cosmetic_store_logo_max_height',array(
'label' => esc_html__('Logo Width','beauty-cosmetic-store'),
'section' => 'title_tagline',
'type' => 'number'
));
// Pro Version
$wp_customize->add_setting( 'pro_version_logo', array(
'sanitize_callback' => 'Beauty_Cosmetic_Store_sanitize_custom_control'
));
$wp_customize->add_control( new Beauty_Cosmetic_Store_Customize_Pro_Version ( $wp_customize,'pro_version_logo', array(
'section' => 'title_tagline',
'type' => 'pro_options',
'label' => esc_html__( 'Customizer Options', 'beauty-cosmetic-store' ),
'description' => esc_url( BEAUTY_COSMETIC_STORE_URL ),
'priority' => 100
)));
// Global Color Settings
$wp_customize->add_section('beauty_cosmetic_store_global_color_settings',array(
'title' => esc_html__('Global Settings','beauty-cosmetic-store'),
'priority' => 28,
));
$wp_customize->add_setting( 'beauty_cosmetic_store_global_color', array(
'default' => '#FF5894',
'sanitize_callback' => 'sanitize_hex_color'
));
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'beauty_cosmetic_store_global_color', array(
'description' => __('Change the global color of the theme in one click.', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_global_color_settings',
'settings' => 'beauty_cosmetic_store_global_color',
)));
//Typography option
$beauty_cosmetic_store_font_array = array(
'' => 'No Fonts',
'Abril Fatface' => 'Abril Fatface',
'Acme' => 'Acme',
'Anton' => 'Anton',
'Architects Daughter' => 'Architects Daughter',
'Arimo' => 'Arimo',
'Arsenal' => 'Arsenal',
'Arvo' => 'Arvo',
'Alegreya' => 'Alegreya',
'Alfa Slab One' => 'Alfa Slab One',
'Averia Serif Libre' => 'Averia Serif Libre',
'Bangers' => 'Bangers',
'Boogaloo' => 'Boogaloo',
'Bad Script' => 'Bad Script',
'Bitter' => 'Bitter',
'Bree Serif' => 'Bree Serif',
'BenchNine' => 'BenchNine',
'Cabin' => 'Cabin',
'Cardo' => 'Cardo',
'Courgette' => 'Courgette',
'Cherry Swash' => 'Cherry Swash',
'Cormorant Garamond' => 'Cormorant Garamond',
'Crimson Text' => 'Crimson Text',
'Cuprum' => 'Cuprum',
'Cookie' => 'Cookie',
'Chewy' => 'Chewy',
'Days One' => 'Days One',
'Dosis' => 'Dosis',
'Droid Sans' => 'Droid Sans',
'Economica' => 'Economica',
'Fredoka One' => 'Fredoka One',
'Fjalla One' => 'Fjalla One',
'Francois One' => 'Francois One',
'Frank Ruhl Libre' => 'Frank Ruhl Libre',
'Gloria Hallelujah' => 'Gloria Hallelujah',
'Great Vibes' => 'Great Vibes',
'Handlee' => 'Handlee',
'Hammersmith One' => 'Hammersmith One',
'Inconsolata' => 'Inconsolata',
'Indie Flower' => 'Indie Flower',
'IM Fell English SC' => 'IM Fell English SC',
'Julius Sans One' => 'Julius Sans One',
'Josefin Slab' => 'Josefin Slab',
'Josefin Sans' => 'Josefin Sans',
'Kanit' => 'Kanit',
'Lobster' => 'Lobster',
'Lato' => 'Lato',
'Lora' => 'Lora',
'Libre Baskerville' => 'Libre Baskerville',
'Lobster Two' => 'Lobster Two',
'Merriweather' => 'Merriweather',
'Monda' => 'Monda',
'Montserrat' => 'Montserrat',
'Muli' => 'Muli',
'Marck Script' => 'Marck Script',
'Noto Serif' => 'Noto Serif',
'Open Sans' => 'Open Sans',
'Overpass' => 'Overpass',
'Overpass Mono' => 'Overpass Mono',
'Oxygen' => 'Oxygen',
'Orbitron' => 'Orbitron',
'Patua One' => 'Patua One',
'Pacifico' => 'Pacifico',
'Padauk' => 'Padauk',
'Playball' => 'Playball',
'Playfair Display' => 'Playfair Display',
'PT Sans' => 'PT Sans',
'Philosopher' => 'Philosopher',
'Permanent Marker' => 'Permanent Marker',
'Poiret One' => 'Poiret One',
'Quicksand' => 'Quicksand',
'Quattrocento Sans' => 'Quattrocento Sans',
'Raleway' => 'Raleway',
'Rubik' => 'Rubik',
'Roboto' => 'Roboto',
'Rokkitt' => 'Rokkitt',
'Russo One' => 'Russo One',
'Righteous' => 'Righteous',
'Slabo' => 'Slabo',
'Source Sans Pro' => 'Source Sans Pro',
'Shadows Into Light Two' => 'Shadows Into Light Two',
'Shadows Into Light' => 'Shadows Into Light',
'Sacramento' => 'Sacramento',
'Shrikhand' => 'Shrikhand',
'Tangerine' => 'Tangerine',
'Ubuntu' => 'Ubuntu',
'VT323' => 'VT323',
'Varela Round' => 'Varela Round',
'Vampiro One' => 'Vampiro One',
'Vollkorn' => 'Vollkorn',
'Volkhov' => 'Volkhov',
'Yanone Kaffeesatz' => 'Yanone Kaffeesatz'
);
// Heading Typography
$wp_customize->add_setting( 'beauty_cosmetic_store_heading_color', array(
'default' => '',
'sanitize_callback' => 'sanitize_hex_color'
));
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'beauty_cosmetic_store_heading_color', array(
'label' => __('Heading Color', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_global_color_settings',
'settings' => 'beauty_cosmetic_store_heading_color',
)));
$wp_customize->add_setting('beauty_cosmetic_store_heading_font_family', array(
'default' => '',
'capability' => 'edit_theme_options',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices',
));
$wp_customize->add_control( 'beauty_cosmetic_store_heading_font_family', array(
'section' => 'beauty_cosmetic_store_global_color_settings',
'label' => __('Heading Fonts', 'beauty-cosmetic-store'),
'type' => 'select',
'choices' => $beauty_cosmetic_store_font_array,
));
$wp_customize->add_setting('beauty_cosmetic_store_heading_font_size',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_heading_font_size',array(
'label' => esc_html__('Heading Font Size','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_global_color_settings',
'setting' => 'beauty_cosmetic_store_heading_font_size',
'type' => 'text'
));
// Paragraph Typography
$wp_customize->add_setting( 'beauty_cosmetic_store_paragraph_color', array(
'default' => '',
'sanitize_callback' => 'sanitize_hex_color'
));
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'beauty_cosmetic_store_paragraph_color', array(
'label' => __('Paragraph Color', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_global_color_settings',
'settings' => 'beauty_cosmetic_store_paragraph_color',
)));
$wp_customize->add_setting('beauty_cosmetic_store_paragraph_font_family', array(
'default' => '',
'capability' => 'edit_theme_options',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices',
));
$wp_customize->add_control( 'beauty_cosmetic_store_paragraph_font_family', array(
'section' => 'beauty_cosmetic_store_global_color_settings',
'label' => __('Paragraph Fonts', 'beauty-cosmetic-store'),
'type' => 'select',
'choices' => $beauty_cosmetic_store_font_array,
));
$wp_customize->add_setting('beauty_cosmetic_store_paragraph_font_size',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_paragraph_font_size',array(
'label' => esc_html__('Paragraph Font Size','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_global_color_settings',
'setting' => 'beauty_cosmetic_store_paragraph_font_size',
'type' => 'text'
));
// Pro Version
$wp_customize->add_setting( 'pro_version_color_setting', array(
'sanitize_callback' => 'Beauty_Cosmetic_Store_sanitize_custom_control'
));
$wp_customize->add_control( new Beauty_Cosmetic_Store_Customize_Pro_Version ( $wp_customize,'pro_version_color_setting', array(
'section' => 'beauty_cosmetic_store_global_color_settings',
'type' => 'pro_options',
'label' => esc_html__( 'Customizer Options', 'beauty-cosmetic-store' ),
'description' => esc_url( BEAUTY_COSMETIC_STORE_URL ),
'priority' => 100
)));
// Post Layouts Settings
$wp_customize->add_section('beauty_cosmetic_store_post_layouts_settings',array(
'title' => esc_html__('Post Layouts Settings','beauty-cosmetic-store'),
'priority' => 30,
));
$wp_customize->add_setting('beauty_cosmetic_store_post_layout',array(
'default' => 'pattern_two_column_right',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices'
));
$wp_customize->add_control(new Beauty_Cosmetic_Store_Image_Radio_Control($wp_customize, 'beauty_cosmetic_store_post_layout', array(
'type' => 'select',
'label' => __('Blog Post Layouts','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_post_layouts_settings',
'choices' => array(
'pattern_one_column' => esc_url(get_template_directory_uri()).'/assets/img/1column.png',
'pattern_two_column_right' => esc_url(get_template_directory_uri()).'/assets/img/right-sidebar.png',
'pattern_two_column_left' => esc_url(get_template_directory_uri()).'/assets/img/left-sidebar.png',
'pattern_three_column' => esc_url(get_template_directory_uri()).'/assets/img/3column.png',
'pattern_four_column' => esc_url(get_template_directory_uri()).'/assets/img/4column.png',
'pattern_grid_post' => esc_url(get_template_directory_uri()).'/assets/img/grid.png',
))
));
// General Settings
$wp_customize->add_section('beauty_cosmetic_store_general_settings',array(
'title' => esc_html__('General Settings','beauty-cosmetic-store'),
'priority' => 30,
));
$wp_customize->add_setting('beauty_cosmetic_store_site_width_layout',array(
'default' => 'Full Width',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices'
));
$wp_customize->add_control('beauty_cosmetic_store_site_width_layout',array(
'label' => esc_html__( 'Site Width Layout','beauty-cosmetic-store' ),
'type' => 'radio',
'section' => 'beauty_cosmetic_store_general_settings',
'choices' => array(
'Full Width' => __('Full Width','beauty-cosmetic-store'),
'Wide Width' => __('Wide Width','beauty-cosmetic-store'),
'Container Width' => __('Container Width','beauty-cosmetic-store')
),
) );
$wp_customize->add_setting('beauty_cosmetic_store_preloader_hide', array(
'default' => 0,
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox'
));
$wp_customize->add_control( new WP_Customize_Control($wp_customize,'beauty_cosmetic_store_preloader_hide',array(
'label' => __( 'Show Theme Preloader', 'beauty-cosmetic-store' ),
'section' => 'beauty_cosmetic_store_general_settings',
'settings' => 'beauty_cosmetic_store_preloader_hide',
'type' => 'checkbox',
)));
$wp_customize->add_setting('beauty_cosmetic_store_preloader_type',array(
'default' => 'Preloader 1',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices'
));
$wp_customize->add_control('beauty_cosmetic_store_preloader_type',array(
'type' => 'radio',
'label' => esc_html__('Preloader Type','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_general_settings',
'choices' => array(
'Preloader 1' => __('Preloader 1','beauty-cosmetic-store'),
'Preloader 2' => __('Preloader 2','beauty-cosmetic-store'),
),
) );
$wp_customize->add_setting( 'beauty_cosmetic_store_preloader_bg_color', array(
'default' => '',
'sanitize_callback' => 'sanitize_hex_color'
));
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'beauty_cosmetic_store_preloader_bg_color', array(
'label' => esc_html__('Preloader Background Color','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_general_settings',
'settings' => 'beauty_cosmetic_store_preloader_bg_color'
)));
$wp_customize->add_setting( 'beauty_cosmetic_store_preloader_dot_1_color', array(
'default' => '#ffffff',
'sanitize_callback' => 'sanitize_hex_color'
));
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'beauty_cosmetic_store_preloader_dot_1_color', array(
'label' => esc_html__('Preloader First Dot Color','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_general_settings',
'settings' => 'beauty_cosmetic_store_preloader_dot_1_color',
'active_callback' => 'beauty_cosmetic_store_preloader1'
)));
$wp_customize->add_setting( 'beauty_cosmetic_store_preloader_dot_2_color', array(
'default' => '#000000',
'sanitize_callback' => 'sanitize_hex_color'
));
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'beauty_cosmetic_store_preloader_dot_2_color', array(
'label' => esc_html__('Preloader Second Dot Color','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_general_settings',
'settings' => 'beauty_cosmetic_store_preloader_dot_2_color',
'active_callback' => 'beauty_cosmetic_store_preloader1'
)));
$wp_customize->add_setting( 'beauty_cosmetic_store_preloader2_dot_color', array(
'default' => '#FF5894',
'sanitize_callback' => 'sanitize_hex_color'
));
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'beauty_cosmetic_store_preloader2_dot_color', array(
'label' => esc_html__('Preloader Dot Color','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_general_settings',
'settings' => 'beauty_cosmetic_store_preloader2_dot_color',
'active_callback' => 'beauty_cosmetic_store_preloader2'
)));
$wp_customize->add_setting('beauty_cosmetic_store_scroll_hide', array(
'default' => false,
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox'
));
$wp_customize->add_control( new WP_Customize_Control($wp_customize,'beauty_cosmetic_store_scroll_hide',array(
'label' => __( 'Show Theme Scroll To Top', 'beauty-cosmetic-store' ),
'section' => 'beauty_cosmetic_store_general_settings',
'settings' => 'beauty_cosmetic_store_scroll_hide',
'type' => 'checkbox',
)));
$wp_customize->add_setting('beauty_cosmetic_store_scroll_top_position',array(
'default' => 'Right',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices'
));
$wp_customize->add_control('beauty_cosmetic_store_scroll_top_position',array(
'type' => 'radio',
'section' => 'beauty_cosmetic_store_general_settings',
'choices' => array(
'Right' => __('Right','beauty-cosmetic-store'),
'Left' => __('Left','beauty-cosmetic-store'),
'Center' => __('Center','beauty-cosmetic-store')
),
) );
$wp_customize->add_setting( 'beauty_cosmetic_store_scroll_bg_color', array(
'default' => '',
'sanitize_callback' => 'sanitize_hex_color'
));
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'beauty_cosmetic_store_scroll_bg_color', array(
'label' => esc_html__('Scroll Top Background Color','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_general_settings',
'settings' => 'beauty_cosmetic_store_scroll_bg_color'
)));
$wp_customize->add_setting( 'beauty_cosmetic_store_scroll_color', array(
'default' => '',
'sanitize_callback' => 'sanitize_hex_color'
));
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'beauty_cosmetic_store_scroll_color', array(
'label' => esc_html__('Scroll Top Color','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_general_settings',
'settings' => 'beauty_cosmetic_store_scroll_color'
)));
$wp_customize->add_setting('beauty_cosmetic_store_scroll_font_size',array(
'default' => '16',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_scroll_font_size',array(
'label' => __('Scroll Top Font Size','beauty-cosmetic-store'),
'description' => __('Put in px','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_general_settings',
'type' => 'number'
));
$wp_customize->add_setting('beauty_cosmetic_store_scroll_border_radius',array(
'default' => '0',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_scroll_border_radius',array(
'label' => __('Scroll Top Border Radius','beauty-cosmetic-store'),
'description' => __('Put in %','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_general_settings',
'type' => 'number'
));
// Product Columns
$wp_customize->add_setting( 'beauty_cosmetic_store_products_per_row' , array(
'default' => '3',
'transport' => 'refresh',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_select',
) );
$wp_customize->add_control('beauty_cosmetic_store_products_per_row', array(
'label' => __( 'Product per row', 'beauty-cosmetic-store' ),
'section' => 'beauty_cosmetic_store_general_settings',
'type' => 'select',
'choices' => array(
'2' => '2',
'3' => '3',
'4' => '4',
),
) );
$wp_customize->add_setting('beauty_cosmetic_store_product_per_page',array(
'default' => '9',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_product_per_page',array(
'label' => __('Product per page','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_general_settings',
'type' => 'number'
));
// Product Columns
$wp_customize->add_setting('custom_related_products_number_per_row',array(
'default' => '3',
'transport' => 'refresh',
'sanitize_callback' => 'sanitize_text_field',
));
$wp_customize->add_control('custom_related_products_number_per_row',array(
'label' => esc_html__('Related Products Column Count', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_general_settings',
'type' => 'number',
'input_attrs' => array(
'step' => 1,
'min' => 1,
'max' => 4,
),
));
// Product Columns
$wp_customize->add_setting('custom_related_products_number',array(
'default' => '3',
'transport' => 'refresh',
'sanitize_callback' => 'sanitize_text_field',
));
$wp_customize->add_control('custom_related_products_number',array(
'label' => esc_html__('Number of Related Products Per Page', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_general_settings',
'type' => 'number',
'input_attrs' => array(
'step' => 1,
'min' => 1,
'max' => 10,
),
));
$wp_customize->add_setting('beauty_cosmetic_store_related_product_display_setting', array(
'default' => true,
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox'
));
$wp_customize->add_control( new WP_Customize_Control($wp_customize,'beauty_cosmetic_store_related_product_display_setting',array(
'label' => __( 'Show Related Products', 'beauty-cosmetic-store' ),
'section' => 'beauty_cosmetic_store_general_settings',
'settings' => 'beauty_cosmetic_store_related_product_display_setting',
'type' => 'checkbox',
)));
//Woocommerce shop page Sidebar
$wp_customize->add_setting('beauty_cosmetic_store_woocommerce_shop_page_sidebar', array(
'default' => true,
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox'
));
$wp_customize->add_control( new WP_Customize_Control($wp_customize,'beauty_cosmetic_store_woocommerce_shop_page_sidebar',array(
'label' => __( 'Hide Shop Page Sidebar', 'beauty-cosmetic-store' ),
'section' => 'beauty_cosmetic_store_general_settings',
'settings' => 'beauty_cosmetic_store_woocommerce_shop_page_sidebar',
'type' => 'checkbox',
)));
$wp_customize->add_setting('beauty_cosmetic_store_shop_page_sidebar_layout',array(
'default' => 'Right Sidebar',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices'
));
$wp_customize->add_control('beauty_cosmetic_store_shop_page_sidebar_layout',array(
'type' => 'select',
'label' => __('Woocommerce Shop Page Sidebar','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_general_settings',
'choices' => array(
'Left Sidebar' => __('Left Sidebar','beauty-cosmetic-store'),
'Right Sidebar' => __('Right Sidebar','beauty-cosmetic-store'),
),
) );
//Woocommerce Single Product page Sidebar
$wp_customize->add_setting('beauty_cosmetic_store_woocommerce_single_product_page_sidebar', array(
'default' => true,
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox'
));
$wp_customize->add_control( new WP_Customize_Control($wp_customize,'beauty_cosmetic_store_woocommerce_single_product_page_sidebar',array(
'label' => __( 'Hide Single Product Page Sidebar', 'beauty-cosmetic-store' ),
'section' => 'beauty_cosmetic_store_general_settings',
'settings' => 'beauty_cosmetic_store_woocommerce_single_product_page_sidebar',
'type' => 'checkbox',
)));
$wp_customize->add_setting('beauty_cosmetic_store_single_product_sidebar_layout',array(
'default' => 'Right Sidebar',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices'
));
$wp_customize->add_control('beauty_cosmetic_store_single_product_sidebar_layout',array(
'type' => 'select',
'label' => __('Woocommerce Single Product Page Sidebar','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_general_settings',
'choices' => array(
'Left Sidebar' => __('Left Sidebar','beauty-cosmetic-store'),
'Right Sidebar' => __('Right Sidebar','beauty-cosmetic-store'),
),
) );
// Pro Version
$wp_customize->add_setting( 'pro_version_general_setting', array(
'sanitize_callback' => 'Beauty_Cosmetic_Store_sanitize_custom_control'
));
$wp_customize->add_control( new Beauty_Cosmetic_Store_Customize_Pro_Version ( $wp_customize,'pro_version_general_setting', array(
'section' => 'beauty_cosmetic_store_general_settings',
'type' => 'pro_options',
'label' => esc_html__( 'Customizer Options', 'beauty-cosmetic-store' ),
'description' => esc_url( BEAUTY_COSMETIC_STORE_URL ),
'priority' => 100
)));
//404 Page Settings
$wp_customize->add_section('beauty_cosmetic_store_404_page_settings',array(
'title' => esc_html__(' 404 Page Settings','beauty-cosmetic-store')
));
$wp_customize->add_setting('beauty_cosmetic_store_404_page_main_heading',array(
'default' => __( 'Oops! Page Not Found', 'beauty-cosmetic-store' ),
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_404_page_main_heading',array(
'label' => esc_html__('404 Main Heading','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_404_page_settings',
'setting' => 'beauty_cosmetic_store_404_page_main_heading',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_404_page_content_1',array(
'default' => __( 'We can’t seem to find the page you’re looking for.', 'beauty-cosmetic-store' ),
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_404_page_content_1',array(
'label' => esc_html__('404 Main Content 1','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_404_page_settings',
'setting' => 'beauty_cosmetic_store_404_page_content_1',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_404_page_text_1',array(
'default' => __( 'It looks like nothing was found at this location.', 'beauty-cosmetic-store' ),
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_404_page_text_1',array(
'label' => esc_html__('404 Text 1','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_404_page_settings',
'setting' => 'beauty_cosmetic_store_404_page_text_1',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_404_page_content_2',array(
'default' => __( 'Need Help?', 'beauty-cosmetic-store' ),
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_404_page_content_2',array(
'label' => esc_html__('404 Main Content 2','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_404_page_settings',
'setting' => 'beauty_cosmetic_store_404_page_content_2',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_404_page_text_2',array(
'default' => __( 'Try searching for what you need below.', 'beauty-cosmetic-store' ),
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_404_page_text_2',array(
'label' => esc_html__('404 Text 2','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_404_page_settings',
'setting' => 'beauty_cosmetic_store_404_page_text_2',
'type' => 'text'
));
//Social Icon Section
$wp_customize->add_section('beauty_cosmetic_store_social_icons',array(
'title' => esc_html__('Social Icons','beauty-cosmetic-store')
));
$wp_customize->add_setting('beauty_cosmetic_store_facebook_icon',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_facebook_icon',array(
'label' => esc_html__('Facebook Icon ','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_social_icons',
'setting' => 'beauty_cosmetic_store_facebook_icon',
'type' => 'text',
'default' => 'fab fa-facebook-f',
'description' => __('Select font awesome icons Click Here for select icon. for eg:-fab fa-facebook-f','beauty-cosmetic-store')
));
$wp_customize->add_setting('beauty_cosmetic_store_facebook_url' ,array(
'default' => '',
'sanitize_callback' => 'esc_url_raw'
));
$wp_customize->add_control('beauty_cosmetic_store_facebook_url' ,array(
'label' => esc_html__('Facebook Link ','beauty-cosmetic-store') ,
'section' => 'beauty_cosmetic_store_social_icons',
'setting' => 'beauty_cosmetic_store_facebook_url',
'type' => 'url'
));
$wp_customize->add_setting('beauty_cosmetic_store_twitter_icon',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_twitter_icon' ,array(
'label' => esc_html__('Twitter Icon ','beauty-cosmetic-store') ,
'section' => 'beauty_cosmetic_store_social_icons',
'setting' => 'beauty_cosmetic_store_twitter_icon',
'type' => 'text',
'default' => 'fab fa-twitter',
'description' => __('Select font awesome icons Click Here for select icon. for eg:-fab fa-twitter','beauty-cosmetic-store')
));
$wp_customize->add_setting('beauty_cosmetic_store_twitter_url',array(
'default' => '',
'sanitize_callback' => 'esc_url_raw'
));
$wp_customize->add_control('beauty_cosmetic_store_twitter_url',array(
'label' => esc_html__('Twitter Link ','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_social_icons',
'setting' => 'beauty_cosmetic_store_twitter_url',
'type' => 'url'
));
$wp_customize->add_setting('beauty_cosmetic_store_intagram_icon' ,array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_intagram_icon',array(
'label' => esc_html__('Intagram Icon ','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_social_icons',
'setting' => 'beauty_cosmetic_store_intagram_icon',
'type' => 'text',
'default' => 'fab fa-instagram',
'description' => __('Select font awesome icons Click Here for select icon. for eg:-fab fa-instagram','beauty-cosmetic-store')
));
$wp_customize->add_setting('beauty_cosmetic_store_intagram_url' ,array(
'default' => '',
'sanitize_callback' => 'esc_url_raw'
));
$wp_customize->add_control('beauty_cosmetic_store_intagram_url' ,array(
'label' => esc_html__('Intagram Link ','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_social_icons',
'setting' => 'beauty_cosmetic_store_intagram_url',
'type' => 'url'
));
$wp_customize->add_setting('beauty_cosmetic_store_linkedin_icon',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_linkedin_icon',array(
'label' => esc_html__('Linkedin Icon ','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_social_icons',
'setting' => 'beauty_cosmetic_store_linkedin_icon',
'type' => 'text',
'default' => 'fab fa-linkedin-in',
'description' => __('Select font awesome icons Click Here for select icon. for eg:-fab fa-linkedin-in','beauty-cosmetic-store')
));
$wp_customize->add_setting('beauty_cosmetic_store_linkedin_url',array(
'default' => '',
'sanitize_callback' => 'esc_url_raw'
));
$wp_customize->add_control('beauty_cosmetic_store_linkedin_url',array(
'label' => esc_html__('Linkedin Link ','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_social_icons',
'setting' => 'beauty_cosmetic_store_linkedin_url',
'type' => 'url'
));
$wp_customize->add_setting('beauty_cosmetic_store_pintrest_icon',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_pintrest_icon',array(
'label' => esc_html__('Pinterest Icon ','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_social_icons',
'setting' => 'beauty_cosmetic_store_pintrest_icon',
'type' => 'text',
'default' => 'fab fa-pinterest-p',
'description' => __('Select font awesome icons Click Here for select icon. for eg:-fab fa-pinterest-p','beauty-cosmetic-store')
));
$wp_customize->add_setting('beauty_cosmetic_store_pintrest_url',array(
'default' => '',
'sanitize_callback' => 'esc_url_raw'
));
$wp_customize->add_control('beauty_cosmetic_store_pintrest_url',array(
'label' => esc_html__('Pinterest Link ','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_social_icons',
'setting' => 'beauty_cosmetic_store_pintrest_url',
'type' => 'url'
));
// Pro Version
$wp_customize->add_setting( 'pro_version_social_setting', array(
'sanitize_callback' => 'Beauty_Cosmetic_Store_sanitize_custom_control'
));
$wp_customize->add_control( new Beauty_Cosmetic_Store_Customize_Pro_Version ( $wp_customize,'pro_version_social_setting', array(
'section' => 'beauty_cosmetic_store_social_icons',
'type' => 'pro_options',
'label' => esc_html__( 'Customizer Options', 'beauty-cosmetic-store' ),
'description' => esc_url( BEAUTY_COSMETIC_STORE_URL ),
'priority' => 100
)));
//Top Header
$wp_customize->add_section('beauty_cosmetic_store_top_header',array(
'title' => esc_html__('Top Header Option','beauty-cosmetic-store')
));
$wp_customize->add_setting('beauty_cosmetic_store_topbar_text',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_topbar_text',array(
'label' => esc_html__('Topbar Text','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_header',
'setting' => 'beauty_cosmetic_store_topbar_text',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_topbar_text_button_url',array(
'default' => '',
'sanitize_callback' => 'esc_url_raw'
));
$wp_customize->add_control('beauty_cosmetic_store_topbar_text_button_url',array(
'label' => esc_html__('Topbar Button Url ','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_header',
'setting' => 'beauty_cosmetic_store_topbar_text_button_url',
'type' => 'url'
));
$wp_customize->add_setting('beauty_cosmetic_store_phone_text',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_phone_text',array(
'label' => esc_html__('Phone Text','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_header',
'setting' => 'beauty_cosmetic_store_phone_text',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_phone_number',array(
'default' => '',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_phone_number'
));
$wp_customize->add_control('beauty_cosmetic_store_phone_number',array(
'label' => esc_html__('Phone Number','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_header',
'setting' => 'beauty_cosmetic_store_phone_number',
'type' => 'text'
));
// Pro Version
$wp_customize->add_setting( 'pro_version_top_header_setting', array(
'sanitize_callback' => 'Beauty_Cosmetic_Store_sanitize_custom_control'
));
$wp_customize->add_control( new Beauty_Cosmetic_Store_Customize_Pro_Version ( $wp_customize,'pro_version_top_header_setting', array(
'section' => 'beauty_cosmetic_store_top_header',
'type' => 'pro_options',
'label' => esc_html__( 'Customizer Options', 'beauty-cosmetic-store' ),
'description' => esc_url( BEAUTY_COSMETIC_STORE_URL ),
'priority' => 100
)));
// Header
$wp_customize->add_section('beauty_cosmetic_store_header',array(
'title' => esc_html__('Header Option','beauty-cosmetic-store')
));
$wp_customize->add_setting('beauty_cosmetic_store_header_sell_button',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_header_sell_button',array(
'label' => esc_html__('Sell Button Text','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_header',
'setting' => 'beauty_cosmetic_store_header_sell_button',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_header_sell_button_url',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_header_sell_button_url',array(
'label' => esc_html__('Sell Button url','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_header',
'setting' => 'beauty_cosmetic_store_header_sell_button_url',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_header_tracking_button',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_header_tracking_button',array(
'label' => esc_html__('Tracking Button Text','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_header',
'setting' => 'beauty_cosmetic_store_header_tracking_button',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_header_tracking_button_url',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_header_tracking_button_url',array(
'label' => esc_html__('Tracking Button url','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_header',
'setting' => 'beauty_cosmetic_store_header_tracking_button_url',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_header_recent_view_button',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_header_recent_view_button',array(
'label' => esc_html__('Viewed Button Text','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_header',
'setting' => 'beauty_cosmetic_store_header_recent_view_button',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_header_recent_view_url',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_header_recent_view_url',array(
'label' => esc_html__('Viewed Button url','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_header',
'setting' => 'beauty_cosmetic_store_header_recent_view_url',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_topbar1_wishlist_url',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_topbar1_wishlist_url',array(
'label' => esc_html__('Wishlist url','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_header',
'setting' => 'beauty_cosmetic_store_topbar1_wishlist_url',
'type' => 'text'
));
// Pro Version
$wp_customize->add_setting( 'pro_version_header_setting', array(
'sanitize_callback' => 'Beauty_Cosmetic_Store_sanitize_custom_control'
));
$wp_customize->add_control( new Beauty_Cosmetic_Store_Customize_Pro_Version ( $wp_customize,'pro_version_header_setting', array(
'section' => 'beauty_cosmetic_store_header',
'type' => 'pro_options',
'label' => esc_html__( 'Customizer Options', 'beauty-cosmetic-store' ),
'description' => esc_url( BEAUTY_COSMETIC_STORE_URL ),
'priority' => 100
)));
// Popular Categories
$wp_customize->add_section('beauty_cosmetic_store_services_section',array(
'title' => esc_html__('Popular Categories Option','beauty-cosmetic-store'),
));
$wp_customize->add_setting('beauty_cosmetic_store_activities_section_setting', array(
'default' => false,
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox'
));
$wp_customize->add_control( new WP_Customize_Control($wp_customize,'beauty_cosmetic_store_activities_section_setting',array(
'label' => __( 'Show Popular Categories', 'beauty-cosmetic-store' ),
'section' => 'beauty_cosmetic_store_services_section',
'settings' => 'beauty_cosmetic_store_activities_section_setting',
'type' => 'checkbox',
)));
$wp_customize->add_setting('beauty_cosmetic_store_services_heading',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_services_heading',array(
'label' => esc_html__('Short Heading','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_services_section',
'setting' => 'beauty_cosmetic_store_services_heading',
'type' => 'text'
));
// Pro Version
$wp_customize->add_setting( 'pro_version_service_setting', array(
'sanitize_callback' => 'Beauty_Cosmetic_Store_sanitize_custom_control'
));
$wp_customize->add_control( new Beauty_Cosmetic_Store_Customize_Pro_Version ( $wp_customize,'pro_version_service_setting', array(
'section' => 'beauty_cosmetic_store_services_section',
'type' => 'pro_options',
'label' => esc_html__( 'Customizer Options', 'beauty-cosmetic-store' ),
'description' => esc_url( BEAUTY_COSMETIC_STORE_URL ),
'priority' => 100
)));
//Menu Settings
$wp_customize->add_section('beauty_cosmetic_store_menu_settings',array(
'title' => esc_html__('Menus Settings','beauty-cosmetic-store'),
));
$wp_customize->add_setting('beauty_cosmetic_store_menu_font_size',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_menu_font_size',array(
'label' => esc_html__('Menu Font Size','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_menu_settings',
'type' => 'number'
));
$wp_customize->add_setting('beauty_cosmetic_store_nav_menu_text_transform',array(
'default'=> 'Capitalize',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices'
));
$wp_customize->add_control('beauty_cosmetic_store_nav_menu_text_transform',array(
'type' => 'radio',
'label' => esc_html__('Menu Text Transform','beauty-cosmetic-store'),
'choices' => array(
'Uppercase' => __('Uppercase','beauty-cosmetic-store'),
'Capitalize' => __('Capitalize','beauty-cosmetic-store'),
'Lowercase' => __('Lowercase','beauty-cosmetic-store'),
),
'section'=> 'beauty_cosmetic_store_menu_settings',
));
$wp_customize->add_setting('beauty_cosmetic_store_nav_menu_font_weight',array(
'default'=> '500',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_nav_menu_font_weight',array(
'type' => 'number',
'label' => esc_html__('Menu Font Weight','beauty-cosmetic-store'),
'input_attrs' => array(
'step' => 100,
'min' => 100,
'max' => 1000,
),
'section'=> 'beauty_cosmetic_store_menu_settings',
));
// Pro Version
$wp_customize->add_setting( 'pro_version_menu_setting', array(
'sanitize_callback' => 'Beauty_Cosmetic_Store_sanitize_custom_control'
));
$wp_customize->add_control( new Beauty_Cosmetic_Store_Customize_Pro_Version ( $wp_customize,'pro_version_menu_setting', array(
'section' => 'beauty_cosmetic_store_menu_settings',
'type' => 'pro_options',
'label' => esc_html__( 'Customizer Options', 'beauty-cosmetic-store' ),
'description' => esc_url( BEAUTY_COSMETIC_STORE_URL ),
'priority' => 100
)));
//Slider
$wp_customize->add_section('beauty_cosmetic_store_top_slider',array(
'title' => esc_html__('Slider Settings','beauty-cosmetic-store'),
));
$wp_customize->add_setting('beauty_cosmetic_store_slider_section_setting', array(
'default' => false,
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox'
));
$wp_customize->add_control( new WP_Customize_Control($wp_customize,'beauty_cosmetic_store_slider_section_setting',array(
'label' => __( 'Show Slider', 'beauty-cosmetic-store' ),
'section' => 'beauty_cosmetic_store_top_slider',
'settings' => 'beauty_cosmetic_store_slider_section_setting',
'type' => 'checkbox',
)));
for ( $beauty_cosmetic_store_count = 1; $beauty_cosmetic_store_count <= 3; $beauty_cosmetic_store_count++ ) {
$wp_customize->add_setting( 'beauty_cosmetic_store_top_slider_page' . $beauty_cosmetic_store_count, array(
'default' => '',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_dropdown_pages'
) );
$wp_customize->add_control( 'beauty_cosmetic_store_top_slider_page' . $beauty_cosmetic_store_count, array(
'label' => __( 'Select Slide Page', 'beauty-cosmetic-store' ),
'section' => 'beauty_cosmetic_store_top_slider',
'type' => 'dropdown-pages'
) );
}
$wp_customize->add_setting('beauty_cosmetic_store_slider_content_layout',array(
'default'=> 'Left',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices'
));
$wp_customize->add_control('beauty_cosmetic_store_slider_content_layout',array(
'type' => 'radio',
'label' => esc_html__('Slider Content Layout','beauty-cosmetic-store'),
'choices' => array(
'Left' => __('Left','beauty-cosmetic-store'),
'Center' => __('Center','beauty-cosmetic-store'),
'Right' => __('Right','beauty-cosmetic-store'),
),
'section'=> 'beauty_cosmetic_store_top_slider',
));
$wp_customize->add_setting('beauty_cosmetic_store_slider_excerpt_length',array(
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_number_range',
'default' => 15,
));
$wp_customize->add_control('beauty_cosmetic_store_slider_excerpt_length',array(
'label' => esc_html__('Slider Excerpt Length', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'type' => 'range',
'input_attrs' => array(
'step' => 1,
'min' => 1,
'max' => 50,
),
));
$wp_customize->add_setting('beauty_cosmetic_store_slider_opacity_setting', array(
'default' => false,
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox'
));
$wp_customize->add_control( new WP_Customize_Control($wp_customize,'beauty_cosmetic_store_slider_opacity_setting',array(
'label' => __( 'Show Image Opacity', 'beauty-cosmetic-store' ),
'section' => 'beauty_cosmetic_store_top_slider',
'type' => 'checkbox',
)));
$wp_customize->add_setting( 'beauty_cosmetic_store_image_opacity_color', array(
'default' => '',
'sanitize_callback' => 'sanitize_hex_color'
));
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'beauty_cosmetic_store_image_opacity_color', array(
'label' => __('Slider Image Opacity Color', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'settings' => 'beauty_cosmetic_store_image_opacity_color',
)));
$wp_customize->add_setting('beauty_cosmetic_store_slider_opacity',array(
'default'=> '0.7',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices'
));
$wp_customize->add_control('beauty_cosmetic_store_slider_opacity',array(
'type' => 'select',
'label' => esc_html__('Slider Image Opacity','beauty-cosmetic-store'),
'choices' => array(
'0' => '0',
'0.1' => '0.1',
'0.2' => '0.2',
'0.3' => '0.3',
'0.4' => '0.4',
'0.5' => '0.5',
'0.6' => '0.6',
'0.7' => '0.7',
'0.8' => '0.8',
'0.9' => '0.9',
'1' => '1',
),
'section'=> 'beauty_cosmetic_store_top_slider',
));
$wp_customize->add_setting('beauty_cosmetic_store_image_box_1_image',array(
'default' => '',
'sanitize_callback' => 'esc_url_raw',
));
$wp_customize->add_control( new WP_Customize_Image_Control(
$wp_customize,'beauty_cosmetic_store_image_box_1_image',array(
'label' => __('Box 1 Image ','beauty-cosmetic-store'),
'description' => __('Dimension 500 x 350 ','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'settings' => 'beauty_cosmetic_store_image_box_1_image',
)));
$wp_customize->add_setting('beauty_cosmetic_store_contact_image_box_1_heading',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_contact_image_box_1_heading',array(
'label' => __('Box 1 Heading','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'setting' => 'beauty_cosmetic_store_contact_image_box_1_heading',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_image_box_1_content',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_image_box_1_content',array(
'label' => __('Box 1 Text','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'setting' => 'beauty_cosmetic_store_image_box_1_content',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_image_box_1_button_url',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_image_box_1_button_url',array(
'label' => __('Box 1 Button Url','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'setting' => 'beauty_cosmetic_store_image_box_1_button_url',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_image_box_2_image',array(
'default' => '',
'sanitize_callback' => 'esc_url_raw',
));
$wp_customize->add_control( new WP_Customize_Image_Control(
$wp_customize,'beauty_cosmetic_store_image_box_2_image',array(
'label' => __('Box 2 Image ','beauty-cosmetic-store'),
'description' => __('Dimension 500 x 350 ','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'settings' => 'beauty_cosmetic_store_image_box_2_image',
)));
$wp_customize->add_setting('beauty_cosmetic_store_image_box_2_heading',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_image_box_2_heading',array(
'label' => __('Box 2 Heading','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'setting' => 'beauty_cosmetic_store_image_box_2_heading',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_image_box_2_content',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_image_box_2_content',array(
'label' => __('Box 2 Text','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'setting' => 'beauty_cosmetic_store_image_box_2_content',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_image_box_2_button_url',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_image_box_2_button_url',array(
'label' => __('Box 2 Button Url','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'setting' => 'beauty_cosmetic_store_image_box_2_button_url',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_image_box_3_image',array(
'default' => '',
'sanitize_callback' => 'esc_url_raw',
));
$wp_customize->add_control( new WP_Customize_Image_Control(
$wp_customize,'beauty_cosmetic_store_image_box_3_image',array(
'label' => __('Box 3 Image ','beauty-cosmetic-store'),
'description' => __('Dimension 500 x 350 ','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'settings' => 'beauty_cosmetic_store_image_box_3_image',
)));
$wp_customize->add_setting('beauty_cosmetic_store_image_box_3_heading',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_image_box_3_heading',array(
'label' => __('Box 3 Heading','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'setting' => 'beauty_cosmetic_store_image_box_3_heading',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_image_box_3_content',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_image_box_3_content',array(
'label' => __('Box 3 Text','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'setting' => 'beauty_cosmetic_store_image_box_3_content',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_image_box_4_image',array(
'default' => '',
'sanitize_callback' => 'esc_url_raw',
));
$wp_customize->add_control( new WP_Customize_Image_Control(
$wp_customize,'beauty_cosmetic_store_image_box_4_image',array(
'label' => __('Box 4 Image ','beauty-cosmetic-store'),
'description' => __('Dimension 500 x 350 ','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'settings' => 'beauty_cosmetic_store_image_box_4_image',
)));
$wp_customize->add_setting('beauty_cosmetic_store_image_box_4_heading',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_image_box_4_heading',array(
'label' => __('Box 4 Heading','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'setting' => 'beauty_cosmetic_store_image_box_4_heading',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_image_box_4_content',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_image_box_4_content',array(
'label' => __('Box 4 Text','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'setting' => 'beauty_cosmetic_store_image_box_4_content',
'type' => 'text'
));
$wp_customize->add_setting('beauty_cosmetic_store_image_box_4_button_url',array(
'default' => '',
'sanitize_callback' => 'sanitize_text_field'
));
$wp_customize->add_control('beauty_cosmetic_store_image_box_4_button_url',array(
'label' => __('Box 4 Button Url','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_top_slider',
'setting' => 'beauty_cosmetic_store_image_box_4_button_url',
'type' => 'text'
));
// Pro Version
$wp_customize->add_setting( 'pro_version_slider_setting', array(
'sanitize_callback' => 'Beauty_Cosmetic_Store_sanitize_custom_control'
));
$wp_customize->add_control( new Beauty_Cosmetic_Store_Customize_Pro_Version ( $wp_customize,'pro_version_slider_setting', array(
'section' => 'beauty_cosmetic_store_top_slider',
'type' => 'pro_options',
'label' => esc_html__( 'Customizer Options', 'beauty-cosmetic-store' ),
'description' => esc_url( BEAUTY_COSMETIC_STORE_URL ),
'priority' => 100
)));
// Post Settings
$wp_customize->add_section('beauty_cosmetic_store_post_settings',array(
'title' => esc_html__('Post Settings','beauty-cosmetic-store'),
'priority' =>40,
));
$wp_customize->add_setting('beauty_cosmetic_store_post_page_title',array(
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox',
'default' => 1,
));
$wp_customize->add_control('beauty_cosmetic_store_post_page_title',array(
'type' => 'checkbox',
'label' => esc_html__('Enable Post Page Title', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_post_settings',
'description' => esc_html__('Check this box to enable title on post page.', 'beauty-cosmetic-store'),
));
$wp_customize->add_setting('beauty_cosmetic_store_post_page_meta',array(
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox',
'default' => 1,
));
$wp_customize->add_control('beauty_cosmetic_store_post_page_meta',array(
'type' => 'checkbox',
'label' => esc_html__('Enable Post Page Meta', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_post_settings',
'description' => esc_html__('Check this box to enable meta on post page.', 'beauty-cosmetic-store'),
));
$wp_customize->add_setting('beauty_cosmetic_store_post_page_thumb',array(
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox',
'default' => 1,
));
$wp_customize->add_control('beauty_cosmetic_store_post_page_thumb',array(
'type' => 'checkbox',
'label' => esc_html__('Enable Post Page Thumbnail', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_post_settings',
'description' => esc_html__('Check this box to enable thumbnail on post page.', 'beauty-cosmetic-store'),
));
$wp_customize->add_setting('beauty_cosmetic_store_post_page_excerpt_length',array(
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_number_range',
'default' => 30,
));
$wp_customize->add_control('beauty_cosmetic_store_post_page_excerpt_length',array(
'label' => esc_html__('Post Page Excerpt Length', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_post_settings',
'type' => 'range',
'input_attrs' => array(
'step' => 1,
'min' => 1,
'max' => 50,
),
));
$wp_customize->add_setting('beauty_cosmetic_store_post_page_excerpt_suffix',array(
'sanitize_callback' => 'sanitize_text_field',
'default' => '[...]',
));
$wp_customize->add_control('beauty_cosmetic_store_post_page_excerpt_suffix',array(
'type' => 'text',
'label' => esc_html__('Post Page Excerpt Suffix', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_post_settings',
'description' => esc_html__('For Ex. [...], etc', 'beauty-cosmetic-store'),
));
$wp_customize->add_setting( 'beauty_cosmetic_store_blog_post_columns', array(
'default' => 'Two',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices'
));
$wp_customize->add_control( 'beauty_cosmetic_store_blog_post_columns', array(
'section' => 'beauty_cosmetic_store_post_settings',
'type' => 'select',
'label' => __( 'No. of Posts per row', 'beauty-cosmetic-store' ),
'choices' => array(
'One' => __( 'One', 'beauty-cosmetic-store' ),
'Two' => __( 'Two', 'beauty-cosmetic-store' ),
'Three' => __( 'Three', 'beauty-cosmetic-store' ),
)
));
$wp_customize->add_setting('beauty_cosmetic_store_post_page_pagination',array(
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox',
'default' => 1,
));
$wp_customize->add_control('beauty_cosmetic_store_post_page_pagination',array(
'type' => 'checkbox',
'label' => esc_html__('Enable Post Page Pagination', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_post_settings',
'description' => esc_html__('Check this box to enable pagination on post page.', 'beauty-cosmetic-store'),
));
$wp_customize->add_setting( 'beauty_cosmetic_store_blog_pagination_type', array(
'default' => 'blog-nav-numbers',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices'
));
$wp_customize->add_control( 'beauty_cosmetic_store_blog_pagination_type', array(
'section' => 'beauty_cosmetic_store_post_settings',
'type' => 'select',
'label' => __( 'Post Pagination Type', 'beauty-cosmetic-store' ),
'choices' => array(
'blog-nav-numbers' => __( 'Numeric', 'beauty-cosmetic-store' ),
'next-prev' => __( 'Older/Newer Posts', 'beauty-cosmetic-store' ),
)
));
$wp_customize->add_setting( 'beauty_cosmetic_store_blog_sidebar_position', array(
'default' => 'Right Side',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices'
));
$wp_customize->add_control( 'beauty_cosmetic_store_blog_sidebar_position', array(
'section' => 'beauty_cosmetic_store_post_settings',
'type' => 'select',
'label' => __( 'Post Page Sidebar Position', 'beauty-cosmetic-store' ),
'choices' => array(
'Right Side' => __( 'Right Side', 'beauty-cosmetic-store' ),
'Left Side' => __( 'Left Side', 'beauty-cosmetic-store' ),
)
));
$wp_customize->add_setting('beauty_cosmetic_store_single_post_page_tag',array(
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox',
'default' => 1,
));
$wp_customize->add_control('beauty_cosmetic_store_single_post_page_tag',array(
'type' => 'checkbox',
'label' => esc_html__('Enable Single Post Page Tag', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_post_settings',
'description' => esc_html__('Check this box to enable content on single post page.', 'beauty-cosmetic-store'),
));
$wp_customize->add_setting( 'beauty_cosmetic_store_single_post_sidebar_position', array(
'default' => 'Right Side',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices'
));
$wp_customize->add_control( 'beauty_cosmetic_store_single_post_sidebar_position', array(
'section' => 'beauty_cosmetic_store_post_settings',
'type' => 'select',
'label' => __( 'Single Post Sidebar Position', 'beauty-cosmetic-store' ),
'choices' => array(
'Right Side' => __( 'Right Side', 'beauty-cosmetic-store' ),
'Left Side' => __( 'Left Side', 'beauty-cosmetic-store' ),
)
));
// Pro Version
$wp_customize->add_setting( 'pro_version_post_setting', array(
'sanitize_callback' => 'Beauty_Cosmetic_Store_sanitize_custom_control'
));
$wp_customize->add_control( new Beauty_Cosmetic_Store_Customize_Pro_Version ( $wp_customize,'pro_version_post_setting', array(
'section' => 'beauty_cosmetic_store_post_settings',
'type' => 'pro_options',
'label' => esc_html__( 'Customizer Options', 'beauty-cosmetic-store' ),
'description' => esc_url( BEAUTY_COSMETIC_STORE_URL ),
'priority' => 100
)));
// Page Settings
$wp_customize->add_section('beauty_cosmetic_store_page_settings',array(
'title' => esc_html__('Page Settings','beauty-cosmetic-store'),
'priority' => 40,
));
$wp_customize->add_setting( 'beauty_cosmetic_store_single_page_sidebar_layout', array(
'default' => 'No Sidebar',
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_choices'
));
$wp_customize->add_control( 'beauty_cosmetic_store_single_page_sidebar_layout', array(
'section' => 'beauty_cosmetic_store_page_settings',
'type' => 'select',
'label' => __( 'Single Page Sidebar Position', 'beauty-cosmetic-store' ),
'choices' => array(
'No Sidebar' => __( 'No Sidebar', 'beauty-cosmetic-store' ),
'Right Side' => __( 'Right Side', 'beauty-cosmetic-store' ),
'Left Side' => __( 'Left Side', 'beauty-cosmetic-store' ),
)
));
// Pro Version
$wp_customize->add_setting( 'pro_version_page_setting', array(
'sanitize_callback' => 'Beauty_Cosmetic_Store_sanitize_custom_control'
));
$wp_customize->add_control( new Beauty_Cosmetic_Store_Customize_Pro_Version ( $wp_customize,'pro_version_page_setting', array(
'section' => 'beauty_cosmetic_store_page_settings',
'type' => 'pro_options',
'label' => esc_html__( 'Customizer Options', 'beauty-cosmetic-store' ),
'description' => esc_url( BEAUTY_COSMETIC_STORE_URL ),
'priority' => 100
)));
// Footer
$wp_customize->add_section('beauty_cosmetic_store_site_footer_section', array(
'title' => esc_html__('Footer', 'beauty-cosmetic-store'),
));
$wp_customize->add_setting('beauty_cosmetic_store_footer_text_setting', array(
'sanitize_callback' => 'sanitize_text_field',
));
$wp_customize->add_control('beauty_cosmetic_store_footer_text_setting', array(
'label' => __('Replace the footer text', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_site_footer_section',
'priority' => 1,
'type' => 'text',
));
$wp_customize->add_setting( 'beauty_cosmetic_store_footer_bg_color', array(
'default' => '',
'sanitize_callback' => 'sanitize_hex_color'
));
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'beauty_cosmetic_store_footer_bg_color', array(
'label' => __('Footer Background Color', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_site_footer_section',
'settings' => 'beauty_cosmetic_store_footer_bg_color',
)));
$wp_customize->add_setting( 'beauty_cosmetic_store_footer_content_color', array(
'default' => '',
'sanitize_callback' => 'sanitize_hex_color'
));
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'beauty_cosmetic_store_footer_content_color', array(
'label' => __('Footer Content Color', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_site_footer_section',
'settings' => 'beauty_cosmetic_store_footer_content_color',
)));
$wp_customize->add_setting('beauty_cosmetic_store_show_hide_copyright',array(
'default' => true,
'sanitize_callback' => 'beauty_cosmetic_store_sanitize_checkbox'
));
$wp_customize->add_control('beauty_cosmetic_store_show_hide_copyright',array(
'type' => 'checkbox',
'label' => __('Show / Hide Copyright','beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_site_footer_section',
));
$wp_customize->add_setting( 'beauty_cosmetic_store_copyright_text_color', array(
'default' => '',
'sanitize_callback' => 'sanitize_hex_color'
));
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'beauty_cosmetic_store_copyright_text_color', array(
'label' => __('Copyright Text Color', 'beauty-cosmetic-store'),
'section' => 'beauty_cosmetic_store_site_footer_section',
'settings' => 'beauty_cosmetic_store_copyright_text_color',
)));
// Pro Version
$wp_customize->add_setting( 'pro_version_footer_setting', array(
'sanitize_callback' => 'Beauty_Cosmetic_Store_sanitize_custom_control'
));
$wp_customize->add_control( new Beauty_Cosmetic_Store_Customize_Pro_Version ( $wp_customize,'pro_version_footer_setting', array(
'section' => 'beauty_cosmetic_store_site_footer_section',
'type' => 'pro_options',
'label' => esc_html__( 'Customizer Options', 'beauty-cosmetic-store' ),
'description' => esc_url( BEAUTY_COSMETIC_STORE_URL ),
'priority' => 100
)));
}
add_action('customize_register', 'beauty_cosmetic_store_customize_register');
/**
* Render the site title for the selective refresh partial.
*
* @return void
*/
function beauty_cosmetic_store_customize_partial_blogname(){
bloginfo('name');
}
/**
* Render the site tagline for the selective refresh partial.
*
* @return void
*/
function beauty_cosmetic_store_customize_partial_blogdescription(){
bloginfo('description');
}
/**
* Binds JS handlers to make Theme Customizer preview reload changes asynchronously.
*/
function beauty_cosmetic_store_customize_preview_js(){
wp_enqueue_script('beauty-cosmetic-store-customizer', esc_url(get_template_directory_uri()) . '/assets/js/customizer.js', array('customize-preview'), '20151215', true);
}
add_action('customize_preview_init', 'beauty_cosmetic_store_customize_preview_js');
/*
** Load dynamic logic for the customizer controls area.
*/
function beauty_cosmetic_store_panels_js() {
wp_enqueue_style( 'beauty-cosmetic-store-customizer-layout-css', get_theme_file_uri( '/assets/css/customizer-layout.css' ) );
wp_enqueue_script( 'beauty-cosmetic-store-customize-layout', get_theme_file_uri( '/assets/js/customize-layout.js' ), array(), '1.2', true );
}
add_action( 'customize_controls_enqueue_scripts', 'beauty_cosmetic_store_panels_js' );