label ); ?>

get_setting( 'blogname' )->transport = 'postMessage'; $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; $wp_customize->remove_control('display_header_text'); $wp_customize->add_setting('color_scheme',array( 'default' => '#000000', 'sanitize_callback' => 'sanitize_hex_color' )); $wp_customize->add_control( new WP_Customize_Color_Control($wp_customize,'color_scheme',array( 'label' => esc_html__('Color Scheme','correct-lite'), 'description' => esc_html__('More color options in PRO Version','correct-lite'), 'section' => 'colors', 'settings' => 'color_scheme' )) ); // Slider Section $wp_customize->add_section( 'slider_section', array( 'title' => esc_html__('Slider Settings', 'correct-lite'), 'priority' => null, 'description' => wp_kses_post('Slider Display When Frontpage Is Selected.

Featured Image Size Should be ( 1420 X 549 ) More slider settings available in PRO Version','correct-lite'), ) ); $wp_customize->add_setting('page-setting10',array( 'default' => '0', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'absint' )); $wp_customize->add_control('page-setting10',array( 'type' => 'dropdown-pages', 'label' => esc_html__('Select page for slide one:','correct-lite'), 'section' => 'slider_section' )); $wp_customize->add_setting('page-setting11',array( 'default' => '0', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'absint' )); $wp_customize->add_control('page-setting11',array( 'type' => 'dropdown-pages', 'label' => esc_html__('Select page for slide two:','correct-lite'), 'section' => 'slider_section' )); $wp_customize->add_setting('page-setting12',array( 'default' => '0', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'absint' )); $wp_customize->add_control('page-setting12',array( 'type' => 'dropdown-pages', 'label' => esc_html__('Select page for slide three:','correct-lite'), 'section' => 'slider_section' )); //Slider hide $wp_customize->add_setting('hide_slides',array( 'sanitize_callback' => 'wp_validate_boolean', 'default' => true, )); $wp_customize->add_control( 'hide_slides', array( 'section' => 'slider_section', 'label' => esc_html__('Check To Hide Slider','correct-lite'), 'type' => 'checkbox' )); // Slider Section // Home Three Boxes Section $wp_customize->add_section('section_second', array( 'title' => esc_html__('Home Page Section 1','correct-lite'), 'description' => wp_kses_post('Section Display When Frontpage Is Selected.

Select pages from the dropdown for homepage section 1 boxes','correct-lite'), 'priority' => null )); $wp_customize->add_setting('page-column1', array( 'default' => '0', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'absint', )); $wp_customize->add_control( 'page-column1',array('type' => 'dropdown-pages', 'section' => 'section_second', )); $wp_customize->add_setting('page-column2', array( 'default' => '0', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'absint', )); $wp_customize->add_control( 'page-column2',array('type' => 'dropdown-pages', 'section' => 'section_second', )); $wp_customize->add_setting('page-column3', array( 'default' => '0', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'absint', )); $wp_customize->add_control( 'page-column3',array('type' => 'dropdown-pages', 'section' => 'section_second', )); //Hide Page Boxes Column Section $wp_customize->add_setting('hide_pagethreeboxes',array( 'sanitize_callback' => 'wp_validate_boolean', 'default' => true, )); $wp_customize->add_control('hide_pagethreeboxes', array( 'section' => 'section_second', 'label' => esc_html__('Check To Hide Section','correct-lite'), 'type' => 'checkbox' )); // Hide Page Boxes Column Section // Home Section Two Four Boxes Section $wp_customize->add_section('section_third', array( 'title' => esc_html__('Home Page Section 2','correct-lite'), 'description' => wp_kses_post('Section Display When Frontpage Is Selected.

Select pages from the dropdown for homepage section 2 boxes','correct-lite'), 'priority' => null )); $wp_customize->add_setting('sec2-page-column5', array( 'default' => '0', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'absint', )); $wp_customize->add_control( 'sec2-page-column5',array('type' => 'dropdown-pages', 'section' => 'section_third', )); $wp_customize->add_setting('sec2-page-column6', array( 'default' => '0', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'absint', )); $wp_customize->add_control( 'sec2-page-column6',array('type' => 'dropdown-pages', 'section' => 'section_third', )); $wp_customize->add_setting('sec2-page-column7', array( 'default' => '0', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'absint', )); $wp_customize->add_control( 'sec2-page-column7',array('type' => 'dropdown-pages', 'section' => 'section_third', )); $wp_customize->add_setting('sec2-page-column8', array( 'default' => '0', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'absint', )); $wp_customize->add_control( 'sec2-page-column8',array('type' => 'dropdown-pages', 'section' => 'section_third', )); //Hide Page Boxes Column Section $wp_customize->add_setting('hide_pagefourboxes',array( 'sanitize_callback' => 'wp_validate_boolean', 'default' => true, )); $wp_customize->add_control( 'hide_pagefourboxes', array( 'section' => 'section_third', 'label' => esc_html__('Check To Hide Section','correct-lite'), 'type' => 'checkbox' )); // Home Section Two Four Boxes Section $wp_customize->add_setting('correct_lite_options[layout-info]', array( 'type' => 'info_control', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'sanitize_text_field' ) ); $wp_customize->add_control( new correct_lite_Info( $wp_customize, 'layout_section', array( 'section' => 'theme_layout_sec', 'settings' => 'correct_lite_options[layout-info]', 'priority' => null ) ) ); $wp_customize->add_setting('correct_lite_options[font-info]', array( 'type' => 'info_control', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'sanitize_text_field' ) ); $wp_customize->add_control( new correct_lite_Info( $wp_customize, 'font_section', array( 'section' => 'theme_font_sec', 'settings' => 'correct_lite_options[font-info]', 'priority' => null ) ) ); $wp_customize->add_setting('correct_lite_options[info]', array( 'type' => 'info_control', 'capability' => 'edit_theme_options', 'sanitize_callback' => 'sanitize_text_field' ) ); $wp_customize->add_control( new correct_lite_Info( $wp_customize, 'doc_section', array( 'section' => 'theme_doc_sec', 'settings' => 'correct_lite_options[info]', 'priority' => 10 ) ) ); } add_action( 'customize_register', 'correct_lite_customize_register' ); //setting inline css. function correct_lite_custom_css() { wp_enqueue_style( 'custom-style', get_template_directory_uri() . '/css/custom_script.css' ); $color = get_theme_mod( 'color_scheme' ); //E.g. #FF0000 $header_text_color = get_header_textcolor(); $custom_css = " #sidebar ul li a:hover, .threebox:hover h3, .cols-3 ul li a:hover, .cols-3 ul li.current_page_item a, .phone-no strong, .left a:hover, .blog_lists h4 a:hover, .recent-post h6 a:hover, .postmeta a:hover, .recent-post .morebtn:hover{ color: {$color}; } .copyright-wrapper, .pagination .nav-links span.current, .pagination .nav-links a:hover, #commentform input#submit:hover, .slide_info .slide_more:hover, .nivo-controlNav a.active, h3.widget-title, .wpcf7 input[type='submit'], .social-icons a:hover, a.ReadMore, input.search-submit{ background-color: {$color}; } .head-info-area{ border-top-color: {$color}; } #menubar, h2.section-title::after, h2.section-title{ border-color: {$color}; } .logo h2, .logo p{ color: #$header_text_color; } "; wp_add_inline_style( 'custom-style', $custom_css ); } add_action( 'wp_enqueue_scripts', 'correct_lite_custom_css' ); /** * Binds JS handlers to make Theme Customizer preview reload changes asynchronously. */ function correct_lite_customize_preview_js() { wp_enqueue_script( 'correct_lite_customizer', get_template_directory_uri() . '/js/customize-preview.js', array( 'customize-preview' ), '20130508', true ); } add_action( 'customize_preview_init', 'correct_lite_customize_preview_js' );