'footer', 'settings' => 'layout_field_footer', 'type' => 'radio-image', 'label' => esc_html__( 'Footer', 'bongo' ), 'description ' => esc_attr__( 'Select general Content and Sidebar alignment. This option can be overridden per post/page setting', 'bongo' ), 'default' => 'full_width', 'priority' => 11, 'choices' => array( 'full_width' => get_template_directory_uri() . '/assets/images/fullscreen-min.png', 'boxed' => get_template_directory_uri() . '/assets/images/box-min.png', ), ) ); Kirki::add_field( 'wprig_footer_config', array( 'section' => 'footer', 'settings' => 'footer_text_color', 'label' => esc_attr__( 'Text Color', 'bongo' ), 'description' => esc_attr__( 'Custom color of footer', 'bongo' ), 'type' => 'color', 'default' => '', ) ); Kirki::add_field( 'wprig_footer_config', array( 'section' => 'footer', 'settings' => 'footer_text_link_color', 'label' => esc_attr__( 'Link Color', 'bongo' ), 'description' => esc_attr__( 'Custom color of footer text link', 'bongo' ), 'type' => 'color', 'default' => '', ) ); Kirki::add_field( 'wprig_footer_config', array( 'section' => 'footer', 'settings' => 'footer_text_link_hover_color', 'label' => esc_attr__( 'Link Hover Color', 'bongo' ), 'description' => esc_attr__( 'Custom color of footer text link hover', 'bongo' ), 'type' => 'color', 'default' => '', ) ); Kirki::add_field( 'wprig_footer_config', array( 'section' => 'footer', 'settings' => 'footer_background_color', 'label' => esc_attr__( 'Background Color', 'bongo' ), 'description' => esc_attr__( 'Custom background color of footer', 'bongo' ), 'type' => 'color', 'default' => '', ) ); Kirki::add_field( 'wprig_footer_config', array( 'settings' => 'footer_bg_image', 'section' => 'footer', 'label' => esc_attr__( 'Background Image', 'bongo' ), 'description' => esc_attr__( 'Add your background image for footer section', 'bongo' ), 'type' => 'image', 'transport' => 'refresh', ) ); Kirki::add_field( 'wprig_footer_config', array( 'settings' => 'footer_image_size', 'section' => 'footer', 'label' => esc_attr__( 'Background Size', 'bongo' ), 'type' => 'select', 'choices' => array( 'cover' => esc_attr__( 'Cover', 'bongo' ), 'contain' => esc_attr__( 'Contain', 'bongo' ), 'none' => esc_attr__( 'None', 'bongo' ), ), 'default' => 'cover', 'transport' => 'postMessage', ) ); Kirki::add_field( 'wprig_footer_config', array( 'settings' => 'footer_image_repeat', 'section' => 'footer', 'label' => esc_attr__( 'Background Repeat', 'bongo' ), 'type' => 'select', 'choices' => array( 'no-repeat' => esc_attr__( 'no-repeat', 'bongo' ), 'repeat' => esc_attr__( 'repeat', 'bongo' ), 'repeat-x' => esc_attr__( 'repeat-x', 'bongo' ), 'repeat-y' => esc_attr__( 'repeat-y', 'bongo' ), ), 'default' => 'no-repeat', 'transport' => 'postMessage', ) ); Kirki::add_field( 'wprig_footer_config', array( 'section' => 'footer', 'settings' => 'footer_image_position', 'label' => esc_attr__( 'Background Position', 'bongo' ), 'type' => 'select', 'choices' => array( 'center top' => esc_attr__( 'center top', 'bongo' ), 'center center' => esc_attr__( 'center center', 'bongo' ), 'center bottom' => esc_attr__( 'center bottom', 'bongo' ), 'left top' => esc_attr__( 'left top', 'bongo' ), 'left center' => esc_attr__( 'left center', 'bongo' ), 'left bottom' => esc_attr__( 'left bottom', 'bongo' ), 'right top' => esc_attr__( 'right top', 'bongo' ), 'right center' => esc_attr__( 'right center', 'bongo' ), 'right bottom' => esc_attr__( 'right bottom', 'bongo' ), ), 'default' => 'center center', 'transport' => 'postMessage', ) ); Kirki::add_field( 'wprig_footer_config', array( 'section' => 'footer', 'settings' => 'footer_copyright_text', 'label' => esc_attr__( 'Footer Copyright Text', 'bongo' ), 'description' => esc_attr__( 'Select the typography you want for your Footer Copyright', 'bongo' ), 'type' => 'textarea', 'default' => sprintf( '', 'wprig-wordpress-theme/' ), 'render_callback' => 'wprig_footer_content', ) );