esc_html__( 'Footer', 'blogbit' ), 'panel' => 'db_panel_id', 'tabs' => [ 'general' => [ 'label' => esc_html__( 'General', 'blogbit' ), ], 'design' => [ 'label' => esc_html__( 'Design', 'blogbit' ), ], ], ] ); new \Kirki\Field\Image( [ 'type' => 'image', 'settings' => 'footer_logo', 'label' => esc_html__( 'Footer Logo ','blogbit'), 'section' => 'footer_section_id', 'default' => '', 'tab' => 'general', 'choices' => [ 'alpha' => true, ], ] ); new \Kirki\Field\Checkbox_Switch([ 'type' => 'switch', 'settings' => 'show_footer_top', 'label' => esc_html__( 'Show Footer Top','blogbit'), 'section' => 'footer_section_id', 'default' => '0', 'priority' => 10, 'tab' => 'general', 'choices' => [ 'on' => esc_html__( 'Yes','blogbit'), 'off' => esc_html__( 'No','blogbit'), ], ] ); new \Kirki\Field\Checkbox_Switch([ 'type' => 'switch', 'settings' => 'back_to_top', 'label' => esc_html__( 'Show back Top','blogbit'), 'section' => 'footer_section_id', 'default' => '1', 'tab' => 'general', 'priority' => 10, 'choices' => [ 'on' => esc_html__( 'Yes','blogbit'), 'off' => esc_html__( 'No','blogbit'), ], ] ); Kirki::add_field( 'db_theme_config_id', [ 'type' => 'textarea', 'settings' => 'copyright', 'label' => esc_html__( 'Copyright Text','blogbit'), 'section' => 'footer_section_id', 'default' => esc_html__( '© Copyright blogbit All rights reserved.Crafted by pxelcode','blogbit'), 'priority' => 10, 'tab' => 'general', ] ); Kirki::add_field( 'db_theme_config_id', [ 'type' => 'color', 'settings' => 'footer_bg_color', 'label' => esc_html__( 'Background Color','blogbit'), 'section' => 'footer_section_id', 'choices' => [ 'alpha' => true, ], 'priority' => 10, 'tab' => 'design', ] ); new \Kirki\Field\Color([ 'type' => 'color', 'settings' => 'footer_title_color', 'label' => esc_html__( 'Title Color','blogbit'), 'section' => 'footer_section_id', 'choices' => [ 'alpha' => true, ], 'priority' => 10, 'tab' => 'design', ] ); new \Kirki\Field\Color( [ 'type' => 'color', 'settings' => 'footer_text_color', 'label' => esc_html__( 'Text Color','blogbit'), 'section' => 'footer_section_id', 'choices' => [ 'alpha' => true, ], 'priority' => 10, 'tab' => 'design', ] ); new \Kirki\Field\Color( [ 'type' => 'color', 'settings' => 'footer_text_link_color', 'label' => esc_html__( 'Link Color','blogbit'), 'section' => 'footer_section_id', 'choices' => [ 'alpha' => true, ], 'priority' => 10, 'tab' => 'design', ] ); new \Kirki\Field\Color( [ 'type' => 'color', 'settings' => 'footer_link_hover_color', 'label' => esc_html__( 'Hover Color','blogbit'), 'section' => 'footer_section_id', 'choices' => [ 'alpha' => true, ], 'priority' => 10, 'tab' => 'design', ] ); new \Kirki\Pro\Field\Padding( [ 'settings' => 'footer_padding', 'label' => esc_html__( 'Footer Top Padding', 'blogbit' ), 'description' => esc_html__( 'Type padding in with px','blogbit'), 'section' => 'footer_section_id', 'tab' => 'design', 'priority' => 10, 'default' => [ 'padding-top' => '', 'padding-bottom' => '', ], 'transport' => 'postMessage', 'choices' => [ 'unit' => 'px', ], 'output' => [ [ 'element' => ['.footer' , '.footer-2'], ], ], ] );