esc_html__( 'Blog', 'babyme' ),
'id' => 'editor',
'icon' => 'el el-quotes',
'customizer_width' => '500px',
) );
Redux::set_section( $opt_name, array(
'title' => esc_html__('General Blogs','babyme'),
'id' => 'blog-section',
'subsection' => true,
'desc' => esc_html__('This section contains options for blog.','babyme'),
'fields'=> array(
array(
'id' => 'iq_blog_banner_image',
'type' => 'media',
'url' => true,
'title' => esc_html__( 'Blog Page Default Banner Image','babyme'),
'read-only'=> false,
'default' => array( 'url' => get_template_directory_uri() .'/assets/images/banner/bg.png' ),
'subtitle' => esc_html__( 'Upload banner image for your Website. Otherwise blank field will be displayed in place of this section.','babyme'),
),
array(
'id' => 'iq_blog',
'type' => 'image_select',
'title' => esc_html__( 'Blog page Setting','babyme' ),
'subtitle' => wp_kses( __( '
Choose among these structures (Right Sidebar, Left Sidebar, 1column, 2column and 3column) for your blog section.
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__( 'One Columns','babyme' ), 'img' => get_template_directory_uri() . '/assets/images/backend/single-column.jpg' ),
'4' => array( 'title' => esc_html__( 'Two Columns','babyme' ), 'img' => get_template_directory_uri() . '/assets/images/backend/two-column.jpg' ),
'5' => array( 'title' => esc_html__( 'Three Columns','babyme' ), 'img' => get_template_directory_uri() . '/assets/images/backend/three-column.jpg' ),
),
'default' => '1',
),
array(
'id' => 'iq_display_pagination',
'type' => 'button_set',
'title' => esc_html__( 'Previous/Next Pagination','babyme'),
'subtitle' => esc_html__( 'Turn on to display the previous/next post pagination for blog page.','babyme'),
'options' => array(
'yes' => esc_html__('On','babyme'),
'no' => esc_html__('Off','babyme')
),
'default' => esc_html__('yes','babyme')
),
array(
'id' => 'iq_display_image',
'type' => 'button_set',
'title' => esc_html__( 'Featured Image on Blog Archive Page','babyme'),
'subtitle' => esc_html__( 'Turn on to display featured images on the blog or archive pages.','babyme'),
'options' => array(
'yes' => esc_html__('On','babyme'),
'no' => esc_html__('Off','babyme')
),
'default' => esc_html__('yes','babyme')
),
)
));
Redux::set_section( $opt_name, array(
'title' => esc_html__( 'Blog Single Post', 'babyme' ),
'id' => 'basic',
'subsection' => true,
'fields' => array(
array(
'id' => 'iq_blog_type',
'type' => 'image_select',
'title' => esc_html__( 'Blog Single page Setting','babyme' ),
'subtitle' => wp_kses( __( '
Choose among these structures (Right Sidebar, Left Sidebar and 1column) for your blog section.
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' => '1',
),
array(
'id' => 'iq_display_comment',
'type' => 'button_set',
'title' => esc_html__( 'Comments','babyme'),
'subtitle' => esc_html__( 'Turn on to display comments.','babyme'),
'options' => array(
'yes' => esc_html__('On','babyme'),
'no' => esc_html__('Off','babyme')
),
'default' => esc_html__('yes','babyme')
),
))
);
Redux::set_section( $opt_name, array(
'title' => esc_html__('Blogs Sharing','babyme'),
'id' => 'blog-sharing-section',
'subsection' => true,
'desc' => esc_html__('This section contains options for blog sharing.','babyme'),
'fields'=> array(
array(
'id' => 'babyme_facebook_onoff',
'type' => 'switch',
'title' => esc_html__( 'Facebook', 'babyme' ),
'subtitle' => esc_html__( 'Look, it\'s on!', 'babyme' ),
'default' => false,
),
array(
'id' => 'babyme_twitter_onoff',
'type' => 'switch',
'title' => esc_html__( 'Twitter', 'babyme' ),
'subtitle' => esc_html__( 'Look, it\'s on!', 'babyme' ),
'default' => false,
),
array(
'id' => 'babyme_pinterest_onoff',
'type' => 'switch',
'title' => esc_html__( 'Pinterest', 'babyme' ),
'subtitle' => esc_html__( 'Look, it\'s on!', 'babyme' ),
'default' => false,
),
))
);