esc_html__( 'Portfolio', 'babyme' ), 'id' => 'portfolio-editor', 'icon' => 'el el-th', 'customizer_width' => '500px', 'fields' => array( array( 'id' => 'portfolio_variation', 'type' => 'image_select', 'title' => esc_html__( 'Page Variation Type','babyme' ), 'subtitle' => wp_kses( __( '
Choose among these structures (left sidebar, right sidebar and full width) for your pages.
To filling these column sections you should go to appearance > widget.
And put every widget that you want in these sections.','babyme' ), array( 'br' => array() ) ), 'options' => array( '1' => array( 'title' => esc_html__( 'Right Sidebar','babyme' ), 'img' => get_template_directory_uri() . '/assets/images/backend/right-side.jpg' ), '2' => array( 'title' => esc_html__( 'Left Sidebar','babyme' ), 'img' => get_template_directory_uri() . '/assets/images/backend/left-side.jpg' ), '3' => array( 'title' => esc_html__( 'Full width','babyme' ), 'img' => get_template_directory_uri() . '/assets/images/backend/single-column.jpg' ), ), 'default' => '3', ), array( 'id' => 'portfolio_top', 'type' => 'button_set', 'title' => esc_html__( 'Display Portfolio Detail Top','babyme'), 'subtitle' => esc_html__( 'Display Portfolio Detail Top on Single Portfolio Page', 'babyme' ), 'options' => array( 'yes' => esc_html__('Yes','babyme'), 'no' => esc_html__('No','babyme') ), 'default' => esc_html__('yes','babyme') ), array( 'id' => 'portfolio_sub_title', 'type' => 'text', 'title' => esc_html__( 'Portfolio Detail Page Title', 'babyme' ), 'subtitle' => esc_html__( 'Change Title On Portfolio Detail page', 'babyme' ), 'default' => esc_html__('We work with you to address your most critical business priorities.','babyme'), ), array( 'id' => 'portfolio_title_desc', 'type' => 'editor', 'title' => esc_html__( 'Portfolio Detail Page Description', 'babyme' ), 'subtitle' => esc_html__( 'Change Description On Portfolio Detail page', 'babyme' ), 'default' => esc_html__('There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don’t look even slightly believable.','babyme'), ), array( 'id' => 'iq_recent_portfolio', 'type' => 'button_set', 'title' => esc_html__( 'Display Recent Portfolio','babyme'), 'subtitle' => esc_html__( 'Display Recent Portfolio on Single page', 'babyme' ), 'options' => array( 'yes' => esc_html__('Yes','babyme'), 'no' => esc_html__('No','babyme') ), 'default' => esc_html__('yes','babyme') ), array( 'id' => 'portfolio_title', 'type' => 'text', 'title' => esc_html__( 'Portfolio Title', 'babyme' ), 'subtitle' => esc_html__( 'Change Title On Portfolio Single page', 'babyme' ), 'required' => array( 'iq_recent_portfolio', '=', 'yes' ), 'default' => esc_html__('Recent Portfolio','babyme' ), ), array( 'id' => 'portfolio_title_contant', 'type' => 'textarea', 'title' => esc_html__( 'Portfolio Title content', 'babyme' ), 'subtitle' => esc_html__( 'Change Portfolio Title Content On Portfolio Single page', 'babyme' ), 'required' => array( 'iq_recent_portfolio', '=', 'yes' ), 'default' => esc_html__('It is a long established fact that a reader will be distracted', 'babyme' ), ), ) ) );