selective_refresh ) ? 'postMessage' : 'refresh'; // Footer Panel // $wp_customize->add_panel( 'footer_section', array( 'priority' => 34, 'capability' => 'edit_theme_options', 'title' => __('Footer', 'automotive-mechanic'), ) ); // Footer Bottom // $wp_customize->add_section( 'footer_bottom', array( 'title' => __('Footer','automotive-mechanic'), 'panel' => 'footer_section', 'priority' => 3, ) ); // Footer Copyright Head $wp_customize->add_setting( 'footer_btm_copy_head' ,array( 'capability' => 'edit_theme_options', 'sanitize_callback' => 'automotivemechanic_sanitize_text', 'priority' => 3, ) ); // Footer Copyright $automotivemechanic_foo_copy = esc_html__('Copyright © [current_year] [site_title] | Powered by [theme_author]', 'automotive-mechanic' ); $wp_customize->add_setting( 'footer_copyright', array( 'default' => $automotivemechanic_foo_copy, 'capability' => 'edit_theme_options', 'sanitize_callback' => 'wp_kses_post', 'priority' => 4, ) ); $wp_customize->add_control( 'footer_copyright', array( 'label' => __('CopyRight','automotive-mechanic'), 'section' => 'footer_bottom', 'type' => 'textarea', 'transport' => $selective_refresh, ) ); // footer copyright color $footercopyrightcolor = esc_html__('#fff', 'automotive-mechanic' ); $wp_customize->add_setting( 'footer_copyrightcolor', array( 'default' => $footercopyrightcolor, 'capability' => 'edit_theme_options', 'sanitize_callback' => 'wp_kses_post', 'priority' => 4, ) ); $wp_customize->add_control( 'footer_copyrightcolor', array( 'label' => __('Copyright Color','automotive-mechanic'), 'section' => 'footer_bottom', 'type' => 'color', 'transport' => $selective_refresh, ) ); // footer copyrightbrd color $footercopyrightbrdcolor = esc_html__('#fff', 'automotive-mechanic' ); $wp_customize->add_setting( 'footer_copyrightbrdcolor', array( 'default' => $footercopyrightbrdcolor, 'capability' => 'edit_theme_options', 'sanitize_callback' => 'wp_kses_post', 'priority' => 4, ) ); $wp_customize->add_control( 'footer_copyrightbrdcolor', array( 'label' => __('Border Color','automotive-mechanic'), 'section' => 'footer_bottom', 'type' => 'color', 'transport' => $selective_refresh, ) ); // footer bg color $footerbgcolor = esc_html__('#2E2E2D', 'automotive-mechanic' ); $wp_customize->add_setting( 'footer_bgcolor', array( 'default' => $footerbgcolor, 'capability' => 'edit_theme_options', 'sanitize_callback' => 'wp_kses_post', 'priority' => 4, ) ); $wp_customize->add_control( 'footer_bgcolor', array( 'label' => __('BG Color','automotive-mechanic'), 'section' => 'footer_bottom', 'type' => 'color', 'transport' => $selective_refresh, ) ); // footer widgettile color $footerwidgettilecolor = esc_html__('#fff', 'automotive-mechanic' ); $wp_customize->add_setting( 'footer_widgettilecolor', array( 'default' => $footerwidgettilecolor, 'capability' => 'edit_theme_options', 'sanitize_callback' => 'wp_kses_post', 'priority' => 4, ) ); $wp_customize->add_control( 'footer_widgettilecolor', array( 'label' => __('Widegts Title Color','automotive-mechanic'), 'section' => 'footer_bottom', 'type' => 'color', 'transport' => $selective_refresh, ) ); // footer text color $footertextcolor = esc_html__('#fff', 'automotive-mechanic' ); $wp_customize->add_setting( 'footer_textcolor', array( 'default' => $footertextcolor, 'capability' => 'edit_theme_options', 'sanitize_callback' => 'wp_kses_post', 'priority' => 4, ) ); $wp_customize->add_control( 'footer_textcolor', array( 'label' => __('Text Color','automotive-mechanic'), 'section' => 'footer_bottom', 'type' => 'color', 'transport' => $selective_refresh, ) ); // footer icon color $footericoncolor = esc_html__('#fff', 'automotive-mechanic' ); $wp_customize->add_setting( 'footer_iconcolor', array( 'default' => $footericoncolor, 'capability' => 'edit_theme_options', 'sanitize_callback' => 'wp_kses_post', 'priority' => 4, ) ); $wp_customize->add_control( 'footer_iconcolor', array( 'label' => __('Icon Color','automotive-mechanic'), 'section' => 'footer_bottom', 'type' => 'color', 'transport' => $selective_refresh, ) ); // footer listhover color $footerlisthovercolor = esc_html__('#F7C02E', 'automotive-mechanic' ); $wp_customize->add_setting( 'footer_listhovercolor', array( 'default' => $footerlisthovercolor, 'capability' => 'edit_theme_options', 'sanitize_callback' => 'wp_kses_post', 'priority' => 4, ) ); $wp_customize->add_control( 'footer_listhovercolor', array( 'label' => __('List Hover Color','automotive-mechanic'), 'section' => 'footer_bottom', 'type' => 'color', 'transport' => $selective_refresh, ) ); // footer scrolltotopicon color $footerscrolltotopiconcolor = esc_html__('#fff', 'automotive-mechanic' ); $wp_customize->add_setting( 'footer_scrolltotopiconcolor', array( 'default' => $footerscrolltotopiconcolor, 'capability' => 'edit_theme_options', 'sanitize_callback' => 'wp_kses_post', 'priority' => 4, ) ); $wp_customize->add_control( 'footer_scrolltotopiconcolor', array( 'label' => __('Scroll To Top Icon Color','automotive-mechanic'), 'section' => 'footer_bottom', 'type' => 'color', 'transport' => $selective_refresh, ) ); // footer scrolltotopiconbg color $footerscrolltotopiconbgcolor = esc_html__('#F7C02E', 'automotive-mechanic' ); $wp_customize->add_setting( 'footer_scrolltotopiconbgcolor', array( 'default' => $footerscrolltotopiconbgcolor, 'capability' => 'edit_theme_options', 'sanitize_callback' => 'wp_kses_post', 'priority' => 4, ) ); $wp_customize->add_control( 'footer_scrolltotopiconbgcolor', array( 'label' => __('Scroll To Top Icon BG Color','automotive-mechanic'), 'section' => 'footer_bottom', 'type' => 'color', 'transport' => $selective_refresh, ) ); // footer scrolltotopiconbghrv color $footerscrolltotopiconbghrvcolor = esc_html__('#002434', 'automotive-mechanic' ); $wp_customize->add_setting( 'footer_scrolltotopiconbghrvcolor', array( 'default' => $footerscrolltotopiconbghrvcolor, 'capability' => 'edit_theme_options', 'sanitize_callback' => 'wp_kses_post', 'priority' => 4, ) ); $wp_customize->add_control( 'footer_scrolltotopiconbghrvcolor', array( 'label' => __('Scroll To Top Icon BG Hover Color','automotive-mechanic'), 'section' => 'footer_bottom', 'type' => 'color', 'transport' => $selective_refresh, ) ); } add_action( 'customize_register', 'automotivemechanic_footer' ); // Footer selective refresh function automotivemechanic_footer_partials( $wp_customize ){ // footer_copyright $wp_customize->selective_refresh->add_partial( 'footer_copyright', array( 'selector' => '.copy-right .copyright-text', 'settings' => 'footer_copyright', 'render_callback' => 'automotivemechanic_footer_copyright_render_callback', ) ); } add_action( 'customize_register', 'automotivemechanic_footer_partials' ); // copyright_content function automotivemechanic_footer_copyright_render_callback() { return get_theme_mod( 'footer_copyright' ); }