register_section_type( Adventure_Tourism_Button::class ); $manager->add_section( new Adventure_Tourism_Button( $manager, 'adventure_tourism_pro', [ 'title' => esc_html( ADVENTURE_TOURISM_TEXT,'adventure-tourism' ), 'priority' => 0, 'button_text' => __( 'GET PREMIUM', 'adventure-tourism' ), 'button_url' => esc_url( ADVENTURE_TOURISM_URL ) ] ) ); $manager->add_section( new Adventure_Tourism_Button( $manager, 'adventure_tourism_free_doc', [ 'title' => esc_html( 'Documentation','adventure-tourism' ), 'priority' => 0, 'button_text' => __( 'Docs', 'adventure-tourism' ), 'button_url' => esc_url( ADVENTURE_TOURISM_FREE_DOC ) ] ) ); } ); // Load the JS and CSS. add_action( 'customize_controls_enqueue_scripts', function() { $version = wp_get_theme()->get( 'Version' ); wp_enqueue_script( 'adventure-tourism-customize-section-button', get_theme_file_uri( 'vendor/wptrt/customize-section-button/public/js/customize-controls.js' ), [ 'customize-controls' ], $version, true ); wp_enqueue_style( 'adventure-tourism-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 adventure_tourism_customize_register($wp_customize){ // Pro Version class Adventure_Tourism_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( ADVENTURE_TOURISM_BUY_TEXT,'adventure-tourism' ) .''; echo ''; } } // Custom Controls function adventure_tourism_sanitize_custom_control( $input ) { return $input; } $wp_customize->get_setting('blogname')->transport = 'postMessage'; $wp_customize->get_setting('blogdescription')->transport = 'postMessage'; $wp_customize->add_setting('adventure_tourism_logo_title_text', array( 'default' => true, 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize,'adventure_tourism_logo_title_text',array( 'label' => __( 'Enable Disable Title', 'adventure-tourism' ), 'section' => 'title_tagline', 'settings' => 'adventure_tourism_logo_title_text', 'type' => 'checkbox', ))); $wp_customize->add_setting('adventure_tourism_logo_title_font_size',array( 'default' => '', 'sanitize_callback' => 'adventure_tourism_sanitize_number_absint' )); $wp_customize->add_control('adventure_tourism_logo_title_font_size',array( 'label' => esc_html__('Title Font Size','adventure-tourism'), 'section' => 'title_tagline', 'type' => 'number' )); $wp_customize->add_setting('adventure_tourism_theme_description', array( 'default' => false, 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize,'adventure_tourism_theme_description',array( 'label' => __( 'Enable Disable Tagline', 'adventure-tourism' ), 'section' => 'title_tagline', 'settings' => 'adventure_tourism_theme_description', 'type' => 'checkbox', ))); $wp_customize->add_setting('adventure_tourism_logo_tagline_font_size',array( 'default' => '', 'sanitize_callback' => 'adventure_tourism_sanitize_number_absint' )); $wp_customize->add_control('adventure_tourism_logo_tagline_font_size',array( 'label' => esc_html__('Tagline Font Size','adventure-tourism'), 'section' => 'title_tagline', 'type' => 'number' )); //Logo $wp_customize->add_setting('adventure_tourism_logo_max_height',array( 'default' => '200', 'sanitize_callback' => 'adventure_tourism_sanitize_number_absint' )); $wp_customize->add_control('adventure_tourism_logo_max_height',array( 'label' => esc_html__('Logo Width','adventure-tourism'), 'section' => 'title_tagline', 'type' => 'number' )); // Pro Version $wp_customize->add_setting( 'pro_version_logo', array( 'sanitize_callback' => 'adventure_tourism_sanitize_custom_control' ) ); $wp_customize->add_control( new Adventure_Tourism_Customize_Pro_Version ( $wp_customize, 'pro_version_logo', array( 'section' => 'title_tagline', 'type' => 'pro_options', 'label' => esc_html__( 'Customizer Options', 'adventure-tourism' ), 'description' => esc_url( ADVENTURE_TOURISM_URL ), 'priority' => 100 ) ) ); // Global Color Settings $wp_customize->add_section('adventure_tourism_global_color_settings',array( 'title' => esc_html__('Global Settings','adventure-tourism'), 'priority' => 28, )); $wp_customize->add_setting( 'adventure_tourism_global_color', array( 'default' => '#FFE500', 'sanitize_callback' => 'sanitize_hex_color' )); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'adventure_tourism_global_color', array( 'description' => __('Change the global color of the theme in one click.', 'adventure-tourism'), 'section' => 'adventure_tourism_global_color_settings', 'settings' => 'adventure_tourism_global_color', ))); //Typography option $adventure_tourism_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( 'adventure_tourism_heading_color', array( 'default' => '', 'sanitize_callback' => 'sanitize_hex_color' )); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'adventure_tourism_heading_color', array( 'label' => __('Heading Color', 'adventure-tourism'), 'section' => 'adventure_tourism_global_color_settings', 'settings' => 'adventure_tourism_heading_color', ))); $wp_customize->add_setting('adventure_tourism_heading_font_family', array( 'default' => '', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'adventure_tourism_sanitize_choices', )); $wp_customize->add_control( 'adventure_tourism_heading_font_family', array( 'section' => 'adventure_tourism_global_color_settings', 'label' => __('Heading Fonts', 'adventure-tourism'), 'type' => 'select', 'choices' => $adventure_tourism_font_array, )); $wp_customize->add_setting('adventure_tourism_heading_font_size',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_heading_font_size',array( 'label' => esc_html__('Heading Font Size','adventure-tourism'), 'section' => 'adventure_tourism_global_color_settings', 'setting' => 'adventure_tourism_heading_font_size', 'type' => 'text' )); // Paragraph Typography $wp_customize->add_setting( 'adventure_tourism_paragraph_color', array( 'default' => '', 'sanitize_callback' => 'sanitize_hex_color' )); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'adventure_tourism_paragraph_color', array( 'label' => __('Paragraph Color', 'adventure-tourism'), 'section' => 'adventure_tourism_global_color_settings', 'settings' => 'adventure_tourism_paragraph_color', ))); $wp_customize->add_setting('adventure_tourism_paragraph_font_family', array( 'default' => '', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'adventure_tourism_sanitize_choices', )); $wp_customize->add_control( 'adventure_tourism_paragraph_font_family', array( 'section' => 'adventure_tourism_global_color_settings', 'label' => __('Paragraph Fonts', 'adventure-tourism'), 'type' => 'select', 'choices' => $adventure_tourism_font_array, )); $wp_customize->add_setting('adventure_tourism_paragraph_font_size',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_paragraph_font_size',array( 'label' => esc_html__('Paragraph Font Size','adventure-tourism'), 'section' => 'adventure_tourism_global_color_settings', 'setting' => 'adventure_tourism_paragraph_font_size', 'type' => 'text' )); // Pro Version $wp_customize->add_setting( 'pro_version_global_color_settings', array( 'sanitize_callback' => 'adventure_tourism_sanitize_custom_control' ) ); $wp_customize->add_control( new Adventure_Tourism_Customize_Pro_Version ( $wp_customize, 'pro_version_global_color_settings', array( 'section' => 'adventure_tourism_global_color_settings', 'type' => 'pro_options', 'label' => esc_html__( 'Customizer Options', 'adventure-tourism' ), 'description' => esc_url( ADVENTURE_TOURISM_URL ), 'priority' => 100 ) ) ); // Post Layouts Settings $wp_customize->add_section('adventure_tourism_post_layouts_settings',array( 'title' => esc_html__('Post Layouts Settings','adventure-tourism'), 'priority' => 30, )); $wp_customize->add_setting('adventure_tourism_post_layout',array( 'default' => 'pattern_two_column_right', 'sanitize_callback' => 'adventure_tourism_sanitize_choices' )); $wp_customize->add_control(new Adventure_Tourism_Image_Radio_Control($wp_customize, 'adventure_tourism_post_layout', array( 'type' => 'select', 'label' => __('Blog Post Layouts','adventure-tourism'), 'section' => 'adventure_tourism_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', )) )); // Pro Version $wp_customize->add_setting( 'pro_version_post_layouts_settings', array( 'sanitize_callback' => 'adventure_tourism_sanitize_custom_control' ) ); $wp_customize->add_control( new Adventure_Tourism_Customize_Pro_Version ( $wp_customize, 'pro_version_post_layouts_settings', array( 'section' => 'adventure_tourism_post_layouts_settings', 'type' => 'pro_options', 'label' => esc_html__( 'Customizer Options', 'adventure-tourism' ), 'description' => esc_url( ADVENTURE_TOURISM_URL ), 'priority' => 100 ) ) ); // General Settings $wp_customize->add_section('adventure_tourism_general_settings',array( 'title' => esc_html__('General Settings','adventure-tourism'), 'priority' => 30, )); $wp_customize->add_setting('adventure_tourism_width_option',array( 'default' => 'Full Width', 'transport' => 'refresh', 'sanitize_callback' => 'adventure_tourism_sanitize_choices' )); $wp_customize->add_control('adventure_tourism_width_option',array( 'type' => 'select', 'section' => 'adventure_tourism_general_settings', 'choices' => array( 'Full Width' => __('Full Width','adventure-tourism'), 'Wide Width' => __('Wide Width','adventure-tourism'), 'Boxed Width' => __('Boxed Width','adventure-tourism') ), ) ); $wp_customize->add_setting('adventure_tourism_preloader_hide', array( 'default' => 0, 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize,'adventure_tourism_preloader_hide',array( 'label' => __( 'Show Theme Preloader', 'adventure-tourism' ), 'section' => 'adventure_tourism_general_settings', 'settings' => 'adventure_tourism_preloader_hide', 'type' => 'checkbox', ))); $wp_customize->add_setting( 'adventure_tourism_preloader_bg_color', array( 'default' => '#FFE500', 'sanitize_callback' => 'sanitize_hex_color' )); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'adventure_tourism_preloader_bg_color', array( 'label' => esc_html__('Preloader Background Color','adventure-tourism'), 'section' => 'adventure_tourism_general_settings', 'settings' => 'adventure_tourism_preloader_bg_color' ))); $wp_customize->add_setting( 'adventure_tourism_preloader_dot_1_color', array( 'default' => '#ffffff', 'sanitize_callback' => 'sanitize_hex_color' )); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'adventure_tourism_preloader_dot_1_color', array( 'label' => esc_html__('Preloader First Dot Color','adventure-tourism'), 'section' => 'adventure_tourism_general_settings', 'settings' => 'adventure_tourism_preloader_dot_1_color' ))); $wp_customize->add_setting( 'adventure_tourism_preloader_dot_2_color', array( 'default' => '#222222', 'sanitize_callback' => 'sanitize_hex_color' )); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'adventure_tourism_preloader_dot_2_color', array( 'label' => esc_html__('Preloader Second Dot Color','adventure-tourism'), 'section' => 'adventure_tourism_general_settings', 'settings' => 'adventure_tourism_preloader_dot_2_color' ))); $wp_customize->add_setting('adventure_tourism_sticky_header', array( 'default' => false, 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize,'adventure_tourism_sticky_header',array( 'label' => __( 'Show Sticky Header', 'adventure-tourism' ), 'section' => 'adventure_tourism_general_settings', 'settings' => 'adventure_tourism_sticky_header', 'type' => 'checkbox', ))); $wp_customize->add_setting('adventure_tourism_scroll_hide', array( 'default' => true, 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize,'adventure_tourism_scroll_hide',array( 'label' => __( 'Show Theme Scroll To Top', 'adventure-tourism' ), 'section' => 'adventure_tourism_general_settings', 'settings' => 'adventure_tourism_scroll_hide', 'type' => 'checkbox', ))); $wp_customize->add_setting('adventure_tourism_scroll_top_position',array( 'default' => 'Right', 'sanitize_callback' => 'adventure_tourism_sanitize_choices' )); $wp_customize->add_control('adventure_tourism_scroll_top_position',array( 'type' => 'radio', 'section' => 'adventure_tourism_general_settings', 'choices' => array( 'Right' => __('Right','adventure-tourism'), 'Left' => __('Left','adventure-tourism'), 'Center' => __('Center','adventure-tourism') ), ) ); // Product Columns $wp_customize->add_setting( 'adventure_tourism_products_per_row' , array( 'default' => '3', 'transport' => 'refresh', 'sanitize_callback' => 'adventure_tourism_sanitize_select', ) ); $wp_customize->add_control('adventure_tourism_products_per_row', array( 'label' => __( 'Product per row', 'adventure-tourism' ), 'section' => 'adventure_tourism_general_settings', 'type' => 'select', 'choices' => array( '2' => '2', '3' => '3', '4' => '4', ), ) ); $wp_customize->add_setting('adventure_tourism_product_per_page',array( 'default' => '9', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_product_per_page',array( 'label' => __('Product per page','adventure-tourism'), 'section' => 'adventure_tourism_general_settings', 'type' => 'number' )); //Woocommerce shop page Sidebar $wp_customize->add_setting('adventure_tourism_woocommerce_shop_page_sidebar', array( 'default' => true, 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize,'adventure_tourism_woocommerce_shop_page_sidebar',array( 'label' => __( 'Hide Shop Page Sidebar', 'adventure-tourism' ), 'section' => 'adventure_tourism_general_settings', 'settings' => 'adventure_tourism_woocommerce_shop_page_sidebar', 'type' => 'checkbox', ))); $wp_customize->add_setting('adventure_tourism_shop_page_sidebar_layout',array( 'default' => 'Right Sidebar', 'sanitize_callback' => 'adventure_tourism_sanitize_choices' )); $wp_customize->add_control('adventure_tourism_shop_page_sidebar_layout',array( 'type' => 'select', 'label' => __('Woocommerce Shop Page Sidebar','adventure-tourism'), 'section' => 'adventure_tourism_general_settings', 'choices' => array( 'Left Sidebar' => __('Left Sidebar','adventure-tourism'), 'Right Sidebar' => __('Right Sidebar','adventure-tourism'), ), ) ); //Woocommerce Single Product page Sidebar $wp_customize->add_setting('adventure_tourism_woocommerce_single_product_page_sidebar', array( 'default' => true, 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize,'adventure_tourism_woocommerce_single_product_page_sidebar',array( 'label' => __( 'Hide Single Product Page Sidebar', 'adventure-tourism' ), 'section' => 'adventure_tourism_general_settings', 'settings' => 'adventure_tourism_woocommerce_single_product_page_sidebar', 'type' => 'checkbox', ))); $wp_customize->add_setting('adventure_tourism_single_product_sidebar_layout',array( 'default' => 'Right Sidebar', 'sanitize_callback' => 'adventure_tourism_sanitize_choices' )); $wp_customize->add_control('adventure_tourism_single_product_sidebar_layout',array( 'type' => 'select', 'label' => __('Woocommerce Single Product Page Sidebar','adventure-tourism'), 'section' => 'adventure_tourism_general_settings', 'choices' => array( 'Left Sidebar' => __('Left Sidebar','adventure-tourism'), 'Right Sidebar' => __('Right Sidebar','adventure-tourism'), ), ) ); // Pro Version $wp_customize->add_setting( 'pro_version_general_settings', array( 'sanitize_callback' => 'adventure_tourism_sanitize_custom_control' ) ); $wp_customize->add_control( new Adventure_Tourism_Customize_Pro_Version ( $wp_customize, 'pro_version_general_settings', array( 'section' => 'adventure_tourism_general_settings', 'type' => 'pro_options', 'label' => esc_html__( 'Customizer Options', 'adventure-tourism' ), 'description' => esc_url( ADVENTURE_TOURISM_URL ), 'priority' => 100 ) ) ); //404 Page Settings $wp_customize->add_section('adventure_tourism_404_page_settings',array( 'title' => esc_html__(' 404 Page Settings','adventure-tourism') )); $wp_customize->add_setting('adventure_tourism_404_page_main_heading',array( 'default' => __( 'Oops! Page Not Found', 'adventure-tourism' ), 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_404_page_main_heading',array( 'label' => esc_html__('404 Main Heading','adventure-tourism'), 'section' => 'adventure_tourism_404_page_settings', 'setting' => 'adventure_tourism_404_page_main_heading', 'type' => 'text' )); $wp_customize->add_setting('adventure_tourism_404_page_content_1',array( 'default' => __( 'We can’t seem to find the page you’re looking for.', 'adventure-tourism' ), 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_404_page_content_1',array( 'label' => esc_html__('404 Main Content 1','adventure-tourism'), 'section' => 'adventure_tourism_404_page_settings', 'setting' => 'adventure_tourism_404_page_content_1', 'type' => 'text' )); $wp_customize->add_setting('adventure_tourism_404_page_text_1',array( 'default' => __( 'It looks like nothing was found at this location.', 'adventure-tourism' ), 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_404_page_text_1',array( 'label' => esc_html__('404 Text 1','adventure-tourism'), 'section' => 'adventure_tourism_404_page_settings', 'setting' => 'adventure_tourism_404_page_text_1', 'type' => 'text' )); $wp_customize->add_setting('adventure_tourism_404_page_content_2',array( 'default' => __( 'Need Help?', 'adventure-tourism' ), 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_404_page_content_2',array( 'label' => esc_html__('404 Main Content 2','adventure-tourism'), 'section' => 'adventure_tourism_404_page_settings', 'setting' => 'adventure_tourism_404_page_content_2', 'type' => 'text' )); $wp_customize->add_setting('adventure_tourism_404_page_text_2',array( 'default' => __( 'Try searching for what you need below.', 'adventure-tourism' ), 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_404_page_text_2',array( 'label' => esc_html__('404 Text 2','adventure-tourism'), 'section' => 'adventure_tourism_404_page_settings', 'setting' => 'adventure_tourism_404_page_text_2', 'type' => 'text' )); // Pro Version $wp_customize->add_setting( 'pro_version_404_page_settings', array( 'sanitize_callback' => 'adventure_tourism_sanitize_custom_control' ) ); $wp_customize->add_control( new Adventure_Tourism_Customize_Pro_Version ( $wp_customize, 'pro_version_404_page_settings', array( 'section' => 'adventure_tourism_404_page_settings', 'type' => 'pro_options', 'label' => esc_html__( 'Customizer Options', 'adventure-tourism' ), 'description' => esc_url( ADVENTURE_TOURISM_URL ), 'priority' => 100 ) ) ); //Top Header $wp_customize->add_section('adventure_tourism_top_header',array( 'title' => esc_html__(' Header Option','adventure-tourism') )); $wp_customize->add_setting('adventure_tourism_topbar_phone_number',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_topbar_phone_number',array( 'label' => esc_html__('Phone Number','adventure-tourism'), 'section' => 'adventure_tourism_top_header', 'setting' => 'adventure_tourism_topbar_phone_number', 'type' => 'text' )); $wp_customize->add_setting('adventure_tourism_topbar_email_address',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_topbar_email_address',array( 'label' => esc_html__('Email Address','adventure-tourism'), 'section' => 'adventure_tourism_top_header', 'setting' => 'adventure_tourism_topbar_email_address', 'type' => 'text' )); $wp_customize->add_setting('adventure_tourism_search_enable', array( 'default' => false, 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize,'adventure_tourism_search_enable',array( 'label' => __( 'Enable Header Search', 'adventure-tourism' ), 'section' => 'adventure_tourism_top_header', 'settings' => 'adventure_tourism_search_enable', 'type' => 'checkbox', ))); // Pro Version $wp_customize->add_setting( 'pro_version_top_header', array( 'sanitize_callback' => 'adventure_tourism_sanitize_custom_control' ) ); $wp_customize->add_control( new Adventure_Tourism_Customize_Pro_Version ( $wp_customize, 'pro_version_top_header', array( 'section' => 'adventure_tourism_top_header', 'type' => 'pro_options', 'label' => esc_html__( 'Customizer Options', 'adventure-tourism' ), 'description' => esc_url( ADVENTURE_TOURISM_URL ), 'priority' => 100 ) ) ); // Social Link $wp_customize->add_section('adventure_tourism_social_link',array( 'title' => esc_html__('Social Links','adventure-tourism'), )); $wp_customize->add_setting('adventure_tourism_facebook_icon',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_facebook_icon',array( 'label' => esc_html__('Social Icon','adventure-tourism'), 'section' => 'adventure_tourism_social_link', 'setting' => 'adventure_tourism_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','adventure-tourism') )); $wp_customize->add_setting('adventure_tourism_facebook_url',array( 'default' => '', 'sanitize_callback' => 'esc_url_raw' )); $wp_customize->add_control('adventure_tourism_facebook_url',array( 'label' => esc_html__('Facebook Link','adventure-tourism'), 'section' => 'adventure_tourism_social_link', 'setting' => 'adventure_tourism_facebook_url', 'type' => 'url' )); $wp_customize->add_setting('adventure_tourism_twitter_icon',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_twitter_icon',array( 'label' => esc_html__('Social Icon','adventure-tourism'), 'section' => 'adventure_tourism_social_link', 'setting' => 'adventure_tourism_twitter_icon', 'type' => 'text', 'default' => 'fab fa-twitter', 'description' => __('Select font awesome icons Click Here for select icon. for eg:-fab fa-twitter','adventure-tourism') )); $wp_customize->add_setting('adventure_tourism_twitter_url',array( 'default' => '', 'sanitize_callback' => 'esc_url_raw' )); $wp_customize->add_control('adventure_tourism_twitter_url',array( 'label' => esc_html__('Twitter Link','adventure-tourism'), 'section' => 'adventure_tourism_social_link', 'setting' => 'adventure_tourism_twitter_url', 'type' => 'url' )); $wp_customize->add_setting('adventure_tourism_instagram_icon',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_instagram_icon',array( 'label' => esc_html__('Social Icon','adventure-tourism'), 'section' => 'adventure_tourism_social_link', 'setting' => 'adventure_tourism_instagram_icon', 'type' => 'text', 'default' => 'fab fa-instagram', 'description' => __('Select font awesome icons Click Here for select icon. for eg:-fab fa-instagram','adventure-tourism') )); $wp_customize->add_setting('adventure_tourism_intagram_url',array( 'default' => '', 'sanitize_callback' => 'esc_url_raw' )); $wp_customize->add_control('adventure_tourism_intagram_url',array( 'label' => esc_html__('Intagram Link','adventure-tourism'), 'section' => 'adventure_tourism_social_link', 'setting' => 'adventure_tourism_intagram_url', 'type' => 'url' )); $wp_customize->add_setting('adventure_tourism_linkedin_icon',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_linkedin_icon',array( 'label' => esc_html__('Social Icon','adventure-tourism'), 'section' => 'adventure_tourism_social_link', 'setting' => 'adventure_tourism_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','adventure-tourism') )); $wp_customize->add_setting('adventure_tourism_linkedin_url',array( 'default' => '', 'sanitize_callback' => 'esc_url_raw' )); $wp_customize->add_control('adventure_tourism_linkedin_url',array( 'label' => esc_html__('Linkedin Link','adventure-tourism'), 'section' => 'adventure_tourism_social_link', 'setting' => 'adventure_tourism_linkedin_url', 'type' => 'url' )); $wp_customize->add_setting('adventure_tourism_pinterest_icon',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_pinterest_icon',array( 'label' => esc_html__('Social Icon','adventure-tourism'), 'section' => 'adventure_tourism_social_link', 'setting' => 'adventure_tourism_pinterest_icon', 'type' => 'text', 'default' => 'fab fa-pinterest-p', 'description' => __('Select font awesome icons Click Here for select icon. for eg:-fab fa-pinterest-p','adventure-tourism') )); $wp_customize->add_setting('adventure_tourism_pintrest_url',array( 'default' => '', 'sanitize_callback' => 'esc_url_raw' )); $wp_customize->add_control('adventure_tourism_pintrest_url',array( 'label' => esc_html__('Pinterest Link','adventure-tourism'), 'section' => 'adventure_tourism_social_link', 'setting' => 'adventure_tourism_pintrest_url', 'type' => 'url' )); // Pro Version $wp_customize->add_setting( 'pro_version_social_link', array( 'sanitize_callback' => 'adventure_tourism_sanitize_custom_control' ) ); $wp_customize->add_control( new Adventure_Tourism_Customize_Pro_Version ( $wp_customize, 'pro_version_social_link', array( 'section' => 'adventure_tourism_social_link', 'type' => 'pro_options', 'label' => esc_html__( 'Customizer Options', 'adventure-tourism' ), 'description' => esc_url( ADVENTURE_TOURISM_URL ), 'priority' => 100 ) ) ); //Slider $wp_customize->add_section('adventure_tourism_top_slider',array( 'title' => esc_html__('Slider Settings','adventure-tourism'), )); $wp_customize->add_setting('adventure_tourism_slider_section_setting', array( 'default' => false, 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize,'adventure_tourism_slider_section_setting',array( 'label' => __( 'Show Slider', 'adventure-tourism' ), 'section' => 'adventure_tourism_top_slider', 'settings' => 'adventure_tourism_slider_section_setting', 'type' => 'checkbox', ))); $wp_customize->add_setting('adventure_tourism_slider_short_heading',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_slider_short_heading',array( 'label' => esc_html__('Short Heading','adventure-tourism'), 'section' => 'adventure_tourism_top_slider', 'setting' => 'adventure_tourism_slider_short_heading', 'type' => 'text' )); for ( $adventure_tourism_count = 1; $adventure_tourism_count <= 3; $adventure_tourism_count++ ) { $wp_customize->add_setting( 'adventure_tourism_top_slider_page' . $adventure_tourism_count, array( 'default' => '', 'sanitize_callback' => 'adventure_tourism_sanitize_dropdown_pages' ) ); $wp_customize->add_control( 'adventure_tourism_top_slider_page' . $adventure_tourism_count, array( 'label' => __( 'Select Slide Page', 'adventure-tourism' ), 'description' => __('Slider image size (1400 x 550)','adventure-tourism'), 'section' => 'adventure_tourism_top_slider', 'type' => 'dropdown-pages' ) ); } // Pro Version $wp_customize->add_setting( 'pro_version_top_slider', array( 'sanitize_callback' => 'adventure_tourism_sanitize_custom_control' ) ); $wp_customize->add_control( new Adventure_Tourism_Customize_Pro_Version ( $wp_customize, 'pro_version_top_slider', array( 'section' => 'adventure_tourism_top_slider', 'type' => 'pro_options', 'label' => esc_html__( 'Customizer Options', 'adventure-tourism' ), 'description' => esc_url( ADVENTURE_TOURISM_URL ), 'priority' => 100 ) ) ); //About Section $wp_customize->add_section('adventure_tourism_about_section',array( 'title' => esc_html__('About Settings','adventure-tourism'), )); $wp_customize->add_setting('adventure_tourism_about_section_setting', array( 'default' => false, 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox' )); $wp_customize->add_control( new WP_Customize_Control($wp_customize,'adventure_tourism_about_section_setting',array( 'label' => __( 'Show About Section', 'adventure-tourism' ), 'section' => 'adventure_tourism_about_section', 'settings' => 'adventure_tourism_about_section_setting', 'type' => 'checkbox', ))); $wp_customize->add_setting('adventure_tourism_about_heading',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_about_heading',array( 'label' => esc_html__('About Heading','adventure-tourism'), 'section' => 'adventure_tourism_about_section', 'setting' => 'adventure_tourism_about_heading', 'type' => 'text' )); $wp_customize->add_setting('adventure_tourism_about_content',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_about_content',array( 'label' => esc_html__('About Content','adventure-tourism'), 'section' => 'adventure_tourism_about_section', 'setting' => 'adventure_tourism_about_content', 'type' => 'text' )); $wp_customize->add_setting('adventure_tourism_left_about_image',array( 'default' => '', 'sanitize_callback' => 'esc_url_raw', )); $wp_customize->add_control( new WP_Customize_Image_Control( $wp_customize,'adventure_tourism_left_about_image',array( 'label' => __('About Left Image ','adventure-tourism'), 'section' => 'adventure_tourism_about_section', 'settings' => 'adventure_tourism_left_about_image', ))); for ( $adventure_tourism_count = 1; $adventure_tourism_count <= 4; $adventure_tourism_count++ ) { $wp_customize->add_setting('adventure_tourism_featured_icon'.$adventure_tourism_count,array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_featured_icon'.$adventure_tourism_count,array( 'label' => esc_html__('Featured Icon '.$adventure_tourism_count,'adventure-tourism'), 'section' => 'adventure_tourism_about_section', 'setting' => 'adventure_tourism_featured_icon'.$adventure_tourism_count, 'type' => 'text', 'description' => __('Select font awesome icons Click Here for select icon. for eg:-fas fa-dollar-sign','adventure-tourism') )); $wp_customize->add_setting('adventure_tourism_featured_title'.$adventure_tourism_count,array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_featured_title'.$adventure_tourism_count,array( 'label' => esc_html__('Featured Title '.$adventure_tourism_count,'adventure-tourism'), 'section' => 'adventure_tourism_about_section', 'setting' => 'adventure_tourism_featured_title'.$adventure_tourism_count, 'type' => 'text' )); } $wp_customize->add_setting('adventure_tourism_right_about_image',array( 'default' => '', 'sanitize_callback' => 'esc_url_raw', )); $wp_customize->add_control( new WP_Customize_Image_Control( $wp_customize,'adventure_tourism_right_about_image',array( 'label' => __('About Right Image ','adventure-tourism'), 'section' => 'adventure_tourism_about_section', 'settings' => 'adventure_tourism_right_about_image', ))); $wp_customize->add_setting('adventure_tourism_discount_text',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_discount_text',array( 'label' => esc_html__('Discount Text','adventure-tourism'), 'section' => 'adventure_tourism_about_section', 'setting' => 'adventure_tourism_discount_text', 'type' => 'text' )); $wp_customize->add_setting('adventure_tourism_about_btn_text',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_about_btn_text',array( 'label' => esc_html__('Add Button Text','adventure-tourism'), 'section' => 'adventure_tourism_about_section', 'setting' => 'adventure_tourism_about_btn_text', 'type' => 'text' )); $wp_customize->add_setting('adventure_tourism_about_btn_url',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_about_btn_url',array( 'label' => esc_html__('Add Button URL','adventure-tourism'), 'section' => 'adventure_tourism_about_section', 'setting' => 'adventure_tourism_about_btn_url', 'type' => 'text' )); // Pro Version $wp_customize->add_setting( 'pro_version_about_section', array( 'sanitize_callback' => 'adventure_tourism_sanitize_custom_control' ) ); $wp_customize->add_control( new Adventure_Tourism_Customize_Pro_Version ( $wp_customize, 'pro_version_about_section', array( 'section' => 'adventure_tourism_about_section', 'type' => 'pro_options', 'label' => esc_html__( 'Customizer Options', 'adventure-tourism' ), 'description' => esc_url( ADVENTURE_TOURISM_URL ), 'priority' => 100 ) ) ); //Menu Settings $wp_customize->add_section('adventure_tourism_menu_settings',array( 'title' => esc_html__('Menus Settings','adventure-tourism'), )); $wp_customize->add_setting('adventure_tourism_menu_font_size',array( 'default' => '', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_menu_font_size',array( 'label' => esc_html__('Menu Font Size','adventure-tourism'), 'section' => 'adventure_tourism_menu_settings', 'type' => 'number' )); $wp_customize->add_setting('adventure_tourism_nav_menu_text_transform',array( 'default'=> 'Capitalize', 'sanitize_callback' => 'adventure_tourism_sanitize_choices' )); $wp_customize->add_control('adventure_tourism_nav_menu_text_transform',array( 'type' => 'radio', 'label' => esc_html__('Menu Text Transform','adventure-tourism'), 'choices' => array( 'Uppercase' => __('Uppercase','adventure-tourism'), 'Capitalize' => __('Capitalize','adventure-tourism'), 'Lowercase' => __('Lowercase','adventure-tourism'), ), 'section'=> 'adventure_tourism_menu_settings', )); $wp_customize->add_setting('adventure_tourism_nav_menu_font_weight',array( 'default'=> '400', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_nav_menu_font_weight',array( 'type' => 'number', 'label' => esc_html__('Menu Font Weight','adventure-tourism'), 'input_attrs' => array( 'step' => 100, 'min' => 100, 'max' => 1000, ), 'section'=> 'adventure_tourism_menu_settings', )); // Pro Version $wp_customize->add_setting( 'pro_version_menu_settings', array( 'sanitize_callback' => 'adventure_tourism_sanitize_custom_control' ) ); $wp_customize->add_control( new Adventure_Tourism_Customize_Pro_Version ( $wp_customize, 'pro_version_menu_settings', array( 'section' => 'adventure_tourism_menu_settings', 'type' => 'pro_options', 'label' => esc_html__( 'Customizer Options', 'adventure-tourism' ), 'description' => esc_url( ADVENTURE_TOURISM_URL ), 'priority' => 100 ) ) ); // Post Settings $wp_customize->add_section('adventure_tourism_post_settings',array( 'title' => esc_html__('Post Settings','adventure-tourism'), 'priority' =>40, )); $wp_customize->add_setting('adventure_tourism_post_page_title',array( 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox', 'default' => 1, )); $wp_customize->add_control('adventure_tourism_post_page_title',array( 'type' => 'checkbox', 'label' => esc_html__('Enable Post Page Title', 'adventure-tourism'), 'section' => 'adventure_tourism_post_settings', 'description' => esc_html__('Check this box to enable title on post page.', 'adventure-tourism'), )); $wp_customize->add_setting('adventure_tourism_post_page_meta',array( 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox', 'default' => 1, )); $wp_customize->add_control('adventure_tourism_post_page_meta',array( 'type' => 'checkbox', 'label' => esc_html__('Enable Post Page Meta', 'adventure-tourism'), 'section' => 'adventure_tourism_post_settings', 'description' => esc_html__('Check this box to enable meta on post page.', 'adventure-tourism'), )); $wp_customize->add_setting('adventure_tourism_post_page_thumb',array( 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox', 'default' => 1, )); $wp_customize->add_control('adventure_tourism_post_page_thumb',array( 'type' => 'checkbox', 'label' => esc_html__('Enable Post Page Thumbnail', 'adventure-tourism'), 'section' => 'adventure_tourism_post_settings', 'description' => esc_html__('Check this box to enable thumbnail on post page.', 'adventure-tourism'), )); $wp_customize->add_setting( 'adventure_tourism_post_page_image_border_radius', array( 'default' => '0', 'transport' => 'refresh', 'sanitize_callback' => 'adventure_tourism_sanitize_number_range' ) ); $wp_customize->add_control( 'adventure_tourism_post_page_image_border_radius', array( 'label' => esc_html__( 'Post Page Image Border Radius','adventure-tourism' ), 'section' => 'adventure_tourism_post_settings', 'type' => 'range', 'input_attrs' => array( 'step' => 1, 'min' => 1, 'max' => 50, ), ) ); $wp_customize->add_setting( 'adventure_tourism_post_page_image_box_shadow', array( 'default' => '0', 'transport' => 'refresh', 'sanitize_callback' => 'adventure_tourism_sanitize_number_range' ) ); $wp_customize->add_control( 'adventure_tourism_post_page_image_box_shadow', array( 'label' => esc_html__( 'Post Page Image Box Shadow','adventure-tourism' ), 'section' => 'adventure_tourism_post_settings', 'type' => 'range', 'input_attrs' => array( 'step' => 1, 'min' => 1, 'max' => 50, ), ) ); $wp_customize->add_setting('adventure_tourism_post_page_content',array( 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox', 'default' => 1, )); $wp_customize->add_control('adventure_tourism_post_page_content',array( 'type' => 'checkbox', 'label' => esc_html__('Enable Post Page Content', 'adventure-tourism'), 'section' => 'adventure_tourism_post_settings', 'description' => esc_html__('Check this box to enable content on post page.', 'adventure-tourism'), )); $wp_customize->add_setting('adventure_tourism_post_page_excerpt_length',array( 'sanitize_callback' => 'adventure_tourism_sanitize_number_range', 'default' => 30, )); $wp_customize->add_control('adventure_tourism_post_page_excerpt_length',array( 'label' => esc_html__('Post Page Excerpt Length', 'adventure-tourism'), 'section' => 'adventure_tourism_post_settings', 'type' => 'range', 'input_attrs' => array( 'step' => 1, 'min' => 1, 'max' => 50, ), )); $wp_customize->add_setting('adventure_tourism_post_page_excerpt_suffix',array( 'sanitize_callback' => 'sanitize_text_field', 'default' => '[...]', )); $wp_customize->add_control('adventure_tourism_post_page_excerpt_suffix',array( 'type' => 'text', 'label' => esc_html__('Post Page Excerpt Suffix', 'adventure-tourism'), 'section' => 'adventure_tourism_post_settings', 'description' => esc_html__('For Ex. [...], etc', 'adventure-tourism'), )); $wp_customize->add_setting('adventure_tourism_post_page_pagination',array( 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox', 'default' => 1, )); $wp_customize->add_control('adventure_tourism_post_page_pagination',array( 'type' => 'checkbox', 'label' => esc_html__('Enable Post Page Pagination', 'adventure-tourism'), 'section' => 'adventure_tourism_post_settings', 'description' => esc_html__('Check this box to enable pagination on post page.', 'adventure-tourism'), )); $wp_customize->add_setting( 'adventure_tourism_blog_pagination_type', array( 'default' => 'blog-nav-numbers', 'sanitize_callback' => 'adventure_tourism_sanitize_choices' )); $wp_customize->add_control( 'adventure_tourism_blog_pagination_type', array( 'section' => 'adventure_tourism_post_settings', 'type' => 'select', 'label' => __( 'Post Pagination Type', 'adventure-tourism' ), 'choices' => array( 'blog-nav-numbers' => __( 'Numeric', 'adventure-tourism' ), 'next-prev' => __( 'Older/Newer Posts', 'adventure-tourism' ), ) )); $wp_customize->add_setting('adventure_tourism_single_post_thumb',array( 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox', 'default' => 1, )); $wp_customize->add_control('adventure_tourism_single_post_thumb',array( 'type' => 'checkbox', 'label' => esc_html__('Enable Single Post Thumbnail', 'adventure-tourism'), 'section' => 'adventure_tourism_post_settings', 'description' => esc_html__('Check this box to enable post thumbnail on single post.', 'adventure-tourism'), )); // Single Post Page Settings $wp_customize->add_setting( 'adventure_tourism_single_post_page_image_border_radius', array( 'default' => '0', 'transport' => 'refresh', 'sanitize_callback' => 'adventure_tourism_sanitize_number_range' ) ); $wp_customize->add_control( 'adventure_tourism_single_post_page_image_border_radius', array( 'label' => esc_html__( 'Single Post Page Image Border Radius','adventure-tourism' ), 'section' => 'adventure_tourism_post_settings', 'type' => 'range', 'input_attrs' => array( 'step' => 1, 'min' => 1, 'max' => 50, ), ) ); $wp_customize->add_setting( 'adventure_tourism_single_post_page_image_box_shadow', array( 'default' => '0', 'transport' => 'refresh', 'sanitize_callback' => 'adventure_tourism_sanitize_number_range' ) ); $wp_customize->add_control( 'adventure_tourism_single_post_page_image_box_shadow', array( 'label' => esc_html__( 'Single Post Page Image Box Shadow','adventure-tourism' ), 'section' => 'adventure_tourism_post_settings', 'type' => 'range', 'input_attrs' => array( 'step' => 1, 'min' => 1, 'max' => 50, ), ) ); $wp_customize->add_setting('adventure_tourism_single_post_meta',array( 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox', 'default' => 1, )); $wp_customize->add_control('adventure_tourism_single_post_meta',array( 'type' => 'checkbox', 'label' => esc_html__('Enable Single Post Meta', 'adventure-tourism'), 'section' => 'adventure_tourism_post_settings', 'description' => esc_html__('Check this box to enable single post meta such as post date, author, category, comment etc.', 'adventure-tourism'), )); $wp_customize->add_setting('adventure_tourism_single_post_title',array( 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox', 'default' => 1, )); $wp_customize->add_control('adventure_tourism_single_post_title',array( 'type' => 'checkbox', 'label' => esc_html__('Enable Single Post Title', 'adventure-tourism'), 'section' => 'adventure_tourism_post_settings', 'description' => esc_html__('Check this box to enable title on single post.', 'adventure-tourism'), )); $wp_customize->add_setting('adventure_tourism_single_post_page_content',array( 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox', 'default' => 1, )); $wp_customize->add_control('adventure_tourism_single_post_page_content',array( 'type' => 'checkbox', 'label' => esc_html__('Enable Single Post Page Content', 'adventure-tourism'), 'section' => 'adventure_tourism_post_settings', 'description' => esc_html__('Check this box to enable content on single post page.', 'adventure-tourism'), )); $wp_customize->add_setting('adventure_tourism_single_post_navigation_show_hide',array( 'default' => true, 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox' )); $wp_customize->add_control('adventure_tourism_single_post_navigation_show_hide',array( 'type' => 'checkbox', 'label' => __('Show / Hide Post Navigation','adventure-tourism'), 'section' => 'adventure_tourism_post_settings', )); $wp_customize->add_setting('adventure_tourism_single_post_comment_title',array( 'default'=> 'Leave a Reply', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_single_post_comment_title',array( 'label' => __('Add Comment Title','adventure-tourism'), 'input_attrs' => array( 'placeholder' => __( 'Leave a Reply', 'adventure-tourism' ), ), 'section'=> 'adventure_tourism_post_settings', 'type'=> 'text' )); $wp_customize->add_setting('adventure_tourism_single_post_comment_btn_text',array( 'default'=> 'Post Comment', 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control('adventure_tourism_single_post_comment_btn_text',array( 'label' => __('Add Comment Button Text','adventure-tourism'), 'input_attrs' => array( 'placeholder' => __( 'Post Comment', 'adventure-tourism' ), ), 'section'=> 'adventure_tourism_post_settings', 'type'=> 'text' )); // Pro Version $wp_customize->add_setting( 'pro_version_post_settings', array( 'sanitize_callback' => 'adventure_tourism_sanitize_custom_control' ) ); $wp_customize->add_control( new Adventure_Tourism_Customize_Pro_Version ( $wp_customize, 'pro_version_post_settings', array( 'section' => 'adventure_tourism_post_settings', 'type' => 'pro_options', 'label' => esc_html__( 'Customizer Options', 'adventure-tourism' ), 'description' => esc_url( ADVENTURE_TOURISM_URL ), 'priority' => 100 ) ) ); // Footer $wp_customize->add_section('adventure_tourism_site_footer_section', array( 'title' => esc_html__('Footer', 'adventure-tourism'), )); $wp_customize->add_setting('adventure_tourism_footer_widget_content_alignment',array( 'default' => 'Left', 'transport' => 'refresh', 'sanitize_callback' => 'adventure_tourism_sanitize_choices' )); $wp_customize->add_control('adventure_tourism_footer_widget_content_alignment',array( 'type' => 'select', 'label' => __('Footer Widget Content Alignment','adventure-tourism'), 'section' => 'adventure_tourism_site_footer_section', 'choices' => array( 'Left' => __('Left','adventure-tourism'), 'Center' => __('Center','adventure-tourism'), 'Right' => __('Right','adventure-tourism') ), ) ); $wp_customize->add_setting('adventure_tourism_show_hide_copyright',array( 'default' => true, 'sanitize_callback' => 'adventure_tourism_sanitize_checkbox' )); $wp_customize->add_control('adventure_tourism_show_hide_copyright',array( 'type' => 'checkbox', 'label' => __('Show / Hide Copyright','adventure-tourism'), 'section' => 'adventure_tourism_site_footer_section', )); $wp_customize->add_setting('adventure_tourism_footer_text_setting', array( 'sanitize_callback' => 'sanitize_text_field', )); $wp_customize->add_control('adventure_tourism_footer_text_setting', array( 'label' => __('Replace the footer text', 'adventure-tourism'), 'section' => 'adventure_tourism_site_footer_section', 'type' => 'text', )); $wp_customize->add_setting('adventure_tourism_copyright_content_alignment',array( 'default' => 'Center', 'transport' => 'refresh', 'sanitize_callback' => 'adventure_tourism_sanitize_choices' )); $wp_customize->add_control('adventure_tourism_copyright_content_alignment',array( 'type' => 'select', 'label' => __('Copyright Content Alignment','adventure-tourism'), 'section' => 'adventure_tourism_site_footer_section', 'choices' => array( 'Left' => __('Left','adventure-tourism'), 'Center' => __('Center','adventure-tourism'), 'Right' => __('Right','adventure-tourism') ), ) ); // Pro Version $wp_customize->add_setting( 'pro_version_site_footer_section', array( 'sanitize_callback' => 'adventure_tourism_sanitize_custom_control' ) ); $wp_customize->add_control( new Adventure_Tourism_Customize_Pro_Version ( $wp_customize, 'pro_version_site_footer_section', array( 'section' => 'adventure_tourism_site_footer_section', 'type' => 'pro_options', 'label' => esc_html__( 'Customizer Options', 'adventure-tourism' ), 'description' => esc_url( ADVENTURE_TOURISM_URL ), 'priority' => 100 ) ) ); } add_action('customize_register', 'adventure_tourism_customize_register'); /** * Render the site title for the selective refresh partial. * * @return void */ function adventure_tourism_customize_partial_blogname(){ bloginfo('name'); } /** * Render the site tagline for the selective refresh partial. * * @return void */ function adventure_tourism_customize_partial_blogdescription(){ bloginfo('description'); } /** * Binds JS handlers to make Theme Customizer preview reload changes asynchronously. */ function adventure_tourism_customize_preview_js(){ wp_enqueue_script('adventure-tourism-customizer', esc_url(get_template_directory_uri()) . '/assets/js/customizer.js', array('customize-preview'), '20151215', true); } add_action('customize_preview_init', 'adventure_tourism_customize_preview_js'); /* ** Load dynamic logic for the customizer controls area. */ function adventure_tourism_panels_js() { wp_enqueue_style( 'adventure-tourism-customizer-layout-css', get_theme_file_uri( '/assets/css/customizer-layout.css' ) ); wp_enqueue_script( 'adventure-tourism-customize-layout', get_theme_file_uri( '/assets/js/customize-layout.js' ), array(), '1.2', true ); } add_action( 'customize_controls_enqueue_scripts', 'adventure_tourism_panels_js' );