'blog_layout_option', 'label' => esc_html__( 'Blog Layout', 'buddyx' ), 'section' => 'site_blog_section', 'priority' => 10, 'default' => 'default-layout', 'choices' => array( 'default-layout' => get_template_directory_uri() . '/assets/images/default-layout.png', 'list-layout' => get_template_directory_uri() . '/assets/images/list-layout.png', 'grid-layout' => get_template_directory_uri() . '/assets/images/grid-layout.png', 'masonry-layout' => get_template_directory_uri() . '/assets/images/masonry-layout.png', ), ) ); new \Kirki\Field\Radio( array( 'settings' => 'blog_image_position', 'label' => esc_html__( 'Image position', 'buddyx' ), 'section' => 'site_blog_section', 'priority' => 10, 'default' => 'thumb-left', 'choices' => array( 'thumb-left' => esc_html__( 'Left', 'buddyx' ), 'thumb-right' => esc_html__( 'Right', 'buddyx' ), ), 'active_callback' => array( array( 'setting' => 'blog_layout_option', 'operator' => '==', 'value' => 'list-layout', ), ), ) ); new \Kirki\Field\Radio( array( 'settings' => 'blog_grid_columns', 'label' => esc_html__( 'Grid Columns', 'buddyx' ), 'section' => 'site_blog_section', 'priority' => 10, 'default' => 'one-column', 'choices' => array( 'one-column' => esc_html__( 'One', 'buddyx' ), 'two-column' => esc_html__( 'Two', 'buddyx' ), ), 'active_callback' => array( array( 'setting' => 'blog_layout_option', 'operator' => '==', 'value' => 'grid-layout', ), ), ) ); new \Kirki\Field\Radio( array( 'settings' => 'blog_masonry_view', 'label' => esc_html__( 'View', 'buddyx' ), 'section' => 'site_blog_section', 'priority' => 10, 'default' => 'without-masonry', 'choices' => array( 'without-masonry' => esc_html__( 'Without Masonry', 'buddyx' ), 'with-masonry' => esc_html__( 'With Masonry', 'buddyx' ), ), 'active_callback' => array( array( 'setting' => 'blog_layout_option', 'operator' => '==', 'value' => 'masonry-layout', ), ), ) ); new \Kirki\Field\Select( array( 'settings' => 'post_per_row', 'label' => esc_html__( 'Post Per Row', 'buddyx' ), 'section' => 'site_blog_section', 'default' => 'buddyx-masonry-2', 'priority' => 10, 'choices' => array( 'buddyx-masonry-2' => esc_html__( 'Two', 'buddyx' ), 'buddyx-masonry-3' => esc_html__( 'Three', 'buddyx' ), ), 'active_callback' => array( array( 'setting' => 'blog_layout_option', 'operator' => '==', 'value' => 'masonry-layout', ), ), ) ); new \Kirki\Field\Checkbox_Switch( array( 'settings' => 'blog_show_tags', 'label' => esc_html__( 'Show Tags', 'buddyx' ), 'section' => 'site_blog_section', 'default' => '', 'priority' => 10, 'choices' => array( 'on' => esc_html__( 'Enable', 'buddyx' ), 'off' => esc_html__( 'Disable', 'buddyx' ), ), 'tooltip' => esc_html__( 'Display tags on blog layouts.', 'buddyx' ), ) ); new \Kirki\Field\Radio( array( 'settings' => 'blog_show_tags_style', 'label' => esc_html__( 'Tags Style', 'buddyx' ), 'section' => 'site_blog_section', 'priority' => 10, 'default' => 'default', 'choices' => array( 'default' => esc_html__( 'Default', 'buddyx' ), 'badge' => esc_html__( 'Badge', 'buddyx' ), 'underline' => esc_html__( 'Underline', 'buddyx' ), ), 'active_callback' => array( array( 'setting' => 'blog_show_tags', 'operator' => '==', 'value' => true, ), ), ) ); new \Kirki\Field\Checkbox_Switch( array( 'settings' => 'blog_edit_link', 'label' => esc_html__( 'Show Edit Link', 'buddyx' ), 'section' => 'site_blog_section', 'default' => '', 'priority' => 10, 'choices' => array( 'on' => esc_html__( 'Enable', 'buddyx' ), 'off' => esc_html__( 'Disable', 'buddyx' ), ), 'tooltip' => esc_html__( 'Please remember that the results will be shown in the frontend.', 'buddyx' ), ) ); new \Kirki\Field\Custom( array( 'settings' => 'custom-skin-divider1', 'section' => 'site_blog_section', 'default' => '