esc_html__( 'General', 'babyme' ), 'id' => 'editer-general', 'icon' => 'el el-dashboard', 'customizer_width' => '500px', ) ); Redux::set_section( $opt_name, array( 'title' => esc_html__('Body Layout','babyme'), 'id' => 'layout-section', 'icon' => 'el el-website', 'subsection' => true, 'fields'=> array( array( 'id' => 'opt-slider-label', 'type' => 'dimensions', 'units' => array('em','px','%'), 'height' => false, 'width' => true, 'title' => esc_html__('Grid Container Width', 'babyme') , 'desc' => esc_html__('Adjust Your Site Container Width Wtih Help Of Above Opiton.','babyme'), 'default' => array( 'width' => '1100px', ), ), array( 'id' => 'layout_set', 'type' => 'button_set', 'title' => esc_html__( 'Body Set Option', 'babyme' ), 'subtitle' => esc_html__( 'Select this option for body color or image of the theme.', 'babyme' ), 'options' => array( '1' => 'Color', '2' => 'Default', '3' => 'Image' ), 'default' => '2' ), array( 'id' => 'iq_layout_image', 'type' => 'media', 'url' => false, 'title' => esc_html__( 'Set Body Image','babyme'), 'read-only'=> false, 'required' => array( 'layout_set', '=', '3' ), 'subtitle' => esc_html__( 'Upload Image for your body.','babyme'), ), array( 'id' => 'iq_layout_color', 'type' => 'color', 'title' => esc_html__( 'Set Body Color', 'babyme' ), 'subtitle' => esc_html__( 'Choose Body Color', 'babyme' ), 'required' => array( 'layout_set', '=', '1' ), 'default' =>'#ffffff', 'mode' => 'background', 'transparent' => false ), ) )); Redux::set_section( $opt_name, array( 'title' => esc_html__('Back to Top','babyme'), 'id' => 'header-general', 'icon' => 'el el-circle-arrow-up', 'subsection' => true, 'fields'=> array( array( 'id' => 'iq_back_to_top', 'type' => 'button_set', 'title' => esc_html__( '"Back to top" Button','babyme'), 'subtitle' => esc_html__( 'Turn on to show "Back to top" button.','babyme'), 'options' => array( 'yes' => esc_html__('Yes','babyme'), 'no' => esc_html__('No','babyme') ), 'default' => esc_html__('yes','babyme') ), ) )); Redux::set_section( $opt_name, array( 'title' => esc_html__('Favicon','babyme'), 'id' => 'header-fevicon', 'icon' => 'el el-ok', 'subsection' => true, 'fields'=> array( array( 'id' => 'iq_fevicon', 'type' => 'media', 'url' => false, 'title' => esc_html__( 'Favicon','babyme'), 'default' => array( 'url' => get_template_directory_uri() .'/assets/images/favicon.ico' ), 'subtitle' => esc_html__( 'Upload logo image for your Website. Otherwise site title will be displayed in place of logo.','babyme'), ), ) ));