esc_html__( 'Footer Settings', 'bizmax' ), 'id' => 'all_footer_options', 'icon' => 'fa fa-wordpress', ) ); CSF::createSection( $bizmax_theme_option, array( 'parent' => 'all_footer_options', 'title' => esc_html__( 'Default Footer', 'bizmax' ), 'id' => 'default_footer_options', 'icon' => 'fa fa-wordpress', 'fields' => array( array( 'id' => 'site_default_footer', 'type' => 'image_select', 'title' => esc_html__('Footer Style', 'bizmax'), 'options' => array( 'footer-style-one' => get_theme_file_uri('assets/images/footer-one.png'), 'footer-style-two' => get_theme_file_uri('assets/images/footer-two.png'), ), 'default' => 'footer-style-one', 'subtitle' => esc_html__('Select site default footer style. You can override this settings on individual page / Posts.', 'bizmax'), ), ) ) ); CSF::createSection( $bizmax_theme_option, array( 'parent' => 'all_footer_options', 'title' => esc_html__( 'Footer Top', 'bizmax' ), 'id' => 'footer_top_options', 'icon' => 'fa fa-wordpress', 'fields' => array( array( 'id' => 'enable_footer_top', 'type' => 'switcher', 'title' => esc_html__( 'Enable Footer Top', 'bizmax' ), 'text_on' => esc_html__( 'Yes', 'bizmax' ), 'text_off' => esc_html__( 'No', 'bizmax' ), 'desc' => esc_html__( 'Enable or disable footer top.', 'bizmax' ), 'default' => false ), array( 'id' => 'footer_logo', 'type' => 'media', 'title' => esc_html__( 'Footer Logo', 'bizmax' ), 'library' => 'image', 'url' => false, 'button_title' => esc_html__( 'Upload Logo', 'bizmax' ), 'desc' => esc_html__( 'Upload logo image', 'bizmax' ), 'dependency' => array( 'site_default_footer|enable_footer_top', 'any|==', 'footer-style-one|true', 'all|all' ), ), array( 'id' => 'footer_top_info_text', 'type' => 'group', 'title' => esc_html__( 'Info Text', 'bizmax' ), 'subtitle' => esc_html__( 'Add / edit footer top info text from here.', 'bizmax' ), 'desc' => esc_html__( 'Click "Add Info" button to add new Information.', 'bizmax' ), 'button_title' => esc_html__( 'Add Info', 'bizmax' ), 'fields' => array( array( 'id' => 'footer_top_subtitle', 'type' => 'text', 'title' => esc_html__( 'Subtitle', 'bizmax' ), 'desc' => esc_html__( 'Top info subtitle here.', 'bizmax' ), ), array( 'id' => 'footer_info_text', 'type' => 'wp_editor', 'media_buttons' => false, 'height' => '80px', 'title' => esc_html__( 'Info Text', 'bizmax' ), 'desc' => esc_html__( 'Type top left text here.', 'bizmax' ), ), array( 'id' => 'footer_info_icon', 'type' => 'icon', 'title' => esc_html__( 'Icon', 'bizmax' ), 'desc' => esc_html__( 'Select icon', 'bizmax' ), ), ), 'dependency' => array( 'site_default_footer|enable_footer_top', 'any|==', 'footer-style-one|true', 'all|all' ), ), array( 'id' => 'footer_top_left_text', 'type' => 'wp_editor', 'title' => esc_html__( 'Footer Top Left Text', 'bizmax' ), 'desc' => esc_html__( 'Type footer top left text here.', 'bizmax' ), 'tinymce' => true, 'quicktags' => true, 'media_buttons' => false, 'height' => '100px', 'dependency' => array( 'site_default_footer|enable_footer_top', 'any|==', 'footer-style-two|true', 'all|all' ), ), array( 'id' => 'footer_btn', 'type' => 'fieldset', 'title' => esc_html__( 'Footer Button', 'bizmax' ), 'fields' => array( array( 'id' => 'footer_btn_text', 'type' => 'text', 'title' => esc_html__( 'Button Text', 'bizmax' ), 'default' => esc_html__( 'Contact Us', 'bizmax' ), ), array( 'id' => 'footer_btn_url', 'type' => 'text', 'title' => esc_html__( 'Button Url', 'bizmax' ), 'default' => '#', ), ), 'dependency' => array( 'site_default_footer|enable_footer_top', 'any|==', 'footer-style-two|true', 'all|all' ), ), array( 'id' => 'footer_bottom_line', 'type' => 'background', 'title' => esc_html__( 'Bottom Line Image', 'bizmax' ), 'background_gradient' => false, 'background_origin' => false, 'background_clip' => false, 'background_blend-mode' => false, 'background_attachment' => true, 'background_size' => true, 'background_position' => true, 'background_repeat' => true, 'output' => '.footer-bottom-line', 'desc' => esc_html__( 'Select footer widget area background color and image.', 'bizmax' ), 'dependency' => array( 'site_default_footer|enable_footer_top', 'any|==', 'footer-style-two|true', 'all|all' ), ), ) ) ); CSF::createSection( $bizmax_theme_option, array( 'parent' => 'all_footer_options', 'title' => esc_html__( 'Widget & Bottom', 'bizmax' ), 'id' => 'footer_options', 'icon' => 'fa fa-wordpress', 'fields' => array( array( 'id' => 'footer_widget_column', 'type' => 'select', 'title' => esc_html__( 'Widget Column', 'bizmax' ), 'desc' => esc_html__( 'Select widget area column number.', 'bizmax' ), 'options' => array( 'col-lg-12' => esc_html__( '1 Column', 'bizmax' ), 'col-lg-6' => esc_html__( '2 Column', 'bizmax' ), 'col-lg-4' => esc_html__( '3 Column', 'bizmax' ), 'col-lg-3' => esc_html__( '4 Column', 'bizmax' ), ), 'default' => 'col-lg-3', ), array( 'id' => 'widget_area_background', 'type' => 'background', 'title' => esc_html__( 'Widget Area Background', 'bizmax' ), 'background_gradient' => false, 'background_origin' => false, 'background_clip' => false, 'background_blend-mode' => false, 'background_attachment' => true, 'background_size' => true, 'background_position' => true, 'background_repeat' => true, 'output' => '.footer-widget-area', 'desc' => esc_html__( 'Select footer widget area background color and image.', 'bizmax' ), ), array( 'id' => 'footer_info_left_text', 'type' => 'wp_editor', 'title' => esc_html__( 'Footer Info Left Text', 'bizmax' ), 'desc' => esc_html__( 'Type footer info left text here.', 'bizmax' ), 'tinymce' => true, 'quicktags' => true, 'media_buttons' => false, 'height' => '100px', ), array( 'id' => 'copyright_text', 'type' => 'wp_editor', 'title' => esc_html__( 'Copyright Text', 'bizmax' ), 'desc' => esc_html__( 'Type site copyright text here.', 'bizmax' ), 'tinymce' => true, 'quicktags' => true, 'media_buttons' => false, 'height' => '100px', ), array( 'id' => 'copyright_area_bg_color', 'type' => 'color', 'title' => esc_html__( 'Copyright Area Background Color', 'bizmax' ), 'desc' => esc_html__( 'Select copyright area background color.', 'bizmax' ), 'output' => array( 'background-color' => '.footer-bottom-area', ), ), array( 'id' => 'go_to_top_button', 'type' => 'switcher', 'title' => esc_html__( 'Enable Go Top Button', 'bizmax' ), 'default' => true, 'text_on' => esc_html__( 'Yes', 'bizmax' ), 'text_off' => esc_html__( 'No', 'bizmax' ), 'desc' => esc_html__( 'Enable or disable go to top button.', 'bizmax' ), ), ) ) );