array( 'label' => esc_html__( 'Site Identity Extra Options', 'blogberg' ), 'section' => 'title_tagline', 'priority' => 50, 'type' => 'radio', 'choices' => array( 'site_identity_hide_all' => esc_html__( 'Hide All', 'blogberg' ), 'site_identity_show_all' => esc_html__( 'Show All', 'blogberg' ), 'site_identity_title_only' => esc_html__( 'Title Only', 'blogberg' ), 'site_identity_tagline_only' => esc_html__( 'Tagline Only', 'blogberg' ), 'site_identity_logo_title' => esc_html__( 'Logo + Title', 'blogberg' ), 'site_identity_logo_tagline' => esc_html__( 'Logo + Tagline', 'blogberg' ), ), ), 'disable_footer_logo' => array( 'label' => esc_html__( 'Disable Footer Logo', 'blogberg' ), 'section' => 'title_tagline', 'priority' => 51, 'type' => 'checkbox', ), # Color 'site_title_color' => array( 'label' => esc_html__( 'Site Title', 'blogberg' ), 'section' => 'colors', 'type' => 'colors', ), 'site_tagline_color' => array( 'label' => esc_html__( 'Site Tagline', 'blogberg' ), 'section' => 'colors', 'type' => 'colors', ), 'site_body_text_color' => array( 'label' => esc_html__( 'Body Text', 'blogberg' ), 'section' => 'colors', 'type' => 'colors', ), 'site_primary_color' => array( 'label' => esc_html__( 'Primary', 'blogberg' ), 'section' => 'colors', 'type' => 'colors', ), 'site_hover_color' => array( 'label' => esc_html__( 'Hover', 'blogberg' ), 'section' => 'colors', 'type' => 'colors', ), # Theme Options # Homepage // Slider 'slider_category' => array( 'label' => esc_html__( 'Choose Slider Category', 'blogberg' ), 'description' => esc_html__( 'Recent posts will show if any, category is not chosen.', 'blogberg' ), 'section' => 'homepage_options', 'type' => 'dropdown-categories', ), 'slider_type' => array( 'label' => esc_html__( 'Slider Type', 'blogberg' ), 'section' => 'homepage_options', 'type' => 'select', 'choices' => array( 'box' => esc_html__( 'Box', 'blogberg' ), ), ), 'slider_layout' => array( 'label' => esc_html__( 'Slider Layout', 'blogberg' ), 'section' => 'homepage_options', 'type' => 'select', 'choices' => array( 'slider_layout_one' => esc_html__( 'Slider Layout One', 'blogberg' ), ), ), 'slider_overlay_opacity' => array( 'label' => esc_html__( 'Slider Overlay Opacity', 'blogberg' ), 'description' => esc_html__( '1 equals to 10%', 'blogberg' ), 'section' => 'homepage_options', 'type' => 'number', 'input_attrs' => array( 'min' => 0, 'max' => 9, 'style' => 'width: 70px;' ), ), 'slider_content_alignment' => array( 'label' => esc_html__( 'Slider Content Alignment', 'blogberg' ), 'section' => 'homepage_options', 'type' => 'select', 'choices' => array( 'center' => esc_html__( 'Center', 'blogberg' ), ), ), 'disable_slider_control' => array( 'label' => esc_html__( 'Disable Slider Control', 'blogberg' ), 'section' => 'homepage_options', 'type' => 'checkbox' ), 'slider_autoplay' => array( 'label' => esc_html__( 'Slider Auto Play', 'blogberg' ), 'section' => 'homepage_options', 'type' => 'checkbox', ), 'slider_timeout' => array( 'label' => esc_html__( 'Slider Auto Play Timeout ( in sec )', 'blogberg' ), 'section' => 'homepage_options', 'type' => 'number', 'input_attrs' => array( 'min' => 3, 'max' => 60, 'style' => 'width: 70px;' ) ), 'slider_button_text' => array( 'label' => esc_html__( 'Slider Button Text', 'blogberg' ), 'section' => 'homepage_options', 'type' => 'text', ), 'slider_posts_number' => array( 'label' => esc_html__( 'Slider Post View Number', 'blogberg' ), 'description' => esc_html__( 'Total number of posts to show', 'blogberg' ), 'section' => 'homepage_options', 'type' => 'number', 'input_attrs' => array( 'min' => 1, 'max' => 3, 'style' => 'width: 70px;' ), ), 'disable_slider' => array( 'label' => esc_html__( 'Disable Slider Section', 'blogberg' ), 'section' => 'homepage_options', 'type' => 'checkbox', ), # Header 'header_layout' => array( 'label' => esc_html__( 'Select Header Layout', 'blogberg' ), 'section' => 'header_options', 'type' => 'select', 'choices' => array( 'header_one' => esc_html__( 'Header Layout One', 'blogberg' ), ), ), 'disable_search_icon' => array( 'label' => esc_html__( 'Disable Header Search Icon', 'blogberg' ), 'section' => 'header_options', 'type' => 'checkbox', ), 'disable_hamburger_menu_icon' => array( 'label' => esc_html__( 'Disable Hamburger Menu Icon', 'blogberg' ), 'description' => esc_html__( 'It will disable the icon from desktop view', 'blogberg' ), 'section' => 'header_options', 'type' => 'checkbox', ), 'disable_fixed_header' => array( 'label' => esc_html__( 'Disable Fixed Header', 'blogberg' ), 'section' => 'header_options', 'type' => 'checkbox', ), # Footer // Instagram 'insta_shortcode' => array( 'label' => esc_html__( 'Instagram Shortcode', 'blogberg' ), 'section' => 'footer_options', 'type' => 'text', ), 'enable_instagram' => array( 'label' => esc_html__( 'Enable Instagram', 'blogberg' ), 'section' => 'footer_options', 'type' => 'checkbox', ), 'footer_layout' => array( 'label' => esc_html__( 'Select Footer Layout', 'blogberg' ), 'section' => 'footer_options', 'type' => 'select', 'choices' => array( 'footer_one' => esc_html__( 'Footer Layout One', 'blogberg' ), ), ), // Widgets 'disable_footer_widget' => array( 'label' => esc_html__( 'Disable Footer Widget Area', 'blogberg' ), 'section' => 'footer_options', 'type' => 'checkbox', ), // Copyright 'footer_text' => array( 'label' => esc_html__( 'Footer Text', 'blogberg' ), 'section' => 'footer_options', 'type' => 'textarea', ), # Layout 'site_layout' => array( 'label' => esc_html__( 'Site Layout', 'blogberg' ), 'section' => 'layout_options', 'type' => 'radio-image', 'choices' => array( 'site_layout_full' => array( 'label' => esc_html__( 'Full Width', 'blogberg' ), 'url' => '/assets/images/placeholder/full-width.png' ), 'site_layout_box' => array( 'label' => esc_html__( 'Box Width', 'blogberg' ), 'url' => '/assets/images/placeholder/box-layout.png' ) ), ), 'archive_layout' => array( 'label' => esc_html__( 'Archive Page Layout', 'blogberg' ), 'section' => 'layout_options', 'type' => 'radio-image', 'choices' => array( 'right' => array( 'label' => esc_html__( 'Right Sidebar', 'blogberg' ), 'url' => '/assets/images/placeholder/right-sidebar.png' ), 'left' => array( 'label' => esc_html__( 'Left Sidebar', 'blogberg' ), 'url' => '/assets/images/placeholder/left-sidebar.png' ), 'none' => array( 'label' => esc_html__( 'No Sidebar', 'blogberg' ), 'url' => '/assets/images/placeholder/no-sidebar.png' ) ), ), 'archive_post_layout' => array( 'label' => esc_html__( 'Archive Post Layout', 'blogberg' ), 'section' => 'layout_options', 'type' => 'radio-image', 'choices' => array( 'grid' => array( 'label' => esc_html__( 'Grid', 'blogberg' ), 'url' => '/assets/images/placeholder/grid-layout.png' ), 'list' => array( 'label' => esc_html__( 'List', 'blogberg' ), 'url' => '/assets/images/placeholder/list-layout.png' ), 'simple' => array( 'label' => esc_html__( 'Simple', 'blogberg' ), 'url' => '/assets/images/placeholder/single-layout.png' ) ), ), 'single_layout' => array( 'label' => esc_html__( 'Single Post Page Layout', 'blogberg' ), 'section' => 'layout_options', 'type' => 'radio-image', 'choices' => array( 'right' => array( 'label' => esc_html__( 'Right Sidebar', 'blogberg' ), 'url' => '/assets/images/placeholder/right-sidebar.png' ), 'left' => array( 'label' => esc_html__( 'Left Sidebar', 'blogberg' ), 'url' => '/assets/images/placeholder/left-sidebar.png' ), 'none' => array( 'label' => esc_html__( 'No Sidebar', 'blogberg' ), 'url' => '/assets/images/placeholder/no-sidebar.png' ) ), ), 'page_layout' => array( 'label' => esc_html__( 'Pages Layout', 'blogberg' ), 'section' => 'layout_options', 'type' => 'radio-image', 'choices' => array( 'none' => array( 'label' => esc_html__( 'No Sidebar', 'blogberg' ), 'url' => '/assets/images/placeholder/no-sidebar.png' ), 'left' => array( 'label' => esc_html__( 'Left Sidebar', 'blogberg' ), 'url' => '/assets/images/placeholder/left-sidebar.png' ), 'right' => array( 'label' => esc_html__( 'Right Sidebar', 'blogberg' ), 'url' => '/assets/images/placeholder/right-sidebar.png' ) ), ), # Archive 'archive_page_title' => array( 'label' => esc_html__( 'Blog Page Title', 'blogberg' ), 'description' => esc_html__( 'This title will appear when the slider is disabled.', 'blogberg' ), 'section' => 'archive_options', 'type' => 'text', ), 'disable_archive_cat_link' => array( 'label' => esc_html__( 'Disable Category link', 'blogberg' ), 'section' => 'archive_options', 'type' => 'checkbox', ), 'disable_archive_date' => array( 'label' => esc_html__( 'Disable Post Date', 'blogberg' ), 'section' => 'archive_options', 'type' => 'checkbox', ), 'disable_archive_author' => array( 'label' => esc_html__( 'Disable Author', 'blogberg' ), 'section' => 'archive_options', 'type' => 'checkbox', ), 'disable_archive_comment_link' => array( 'label' => esc_html__( 'Disable Comment link', 'blogberg' ), 'section' => 'archive_options', 'type' => 'checkbox', ), 'post_excerpt_length' => array( 'label' => esc_html__( 'Global Excerpt Length', 'blogberg' ), 'description' => esc_html__( 'in words', 'blogberg' ), 'section' => 'archive_options', 'type' => 'number', 'input_attrs' => array( 'min' => 10, 'max' => 200, 'style' => 'width: 70px;' ), ), 'sticky_simple_post_excerpt_length' => array( 'label' => esc_html__( 'Sticky & Simple Post Excerpt Length', 'blogberg' ), 'description' => esc_html__( 'in words', 'blogberg' ), 'section' => 'archive_options', 'type' => 'number', 'input_attrs' => array( 'min' => 10, 'max' => 200, 'style' => 'width: 70px;' ), ), 'disable_pagination' => array( 'label' => esc_html__( 'Disable Pagination', 'blogberg' ), 'section' => 'archive_options', 'type' => 'checkbox' ), # Single 'disable_single_date' => array( 'label' => esc_html__( 'Disable Post Date', 'blogberg' ), 'section' => 'single_options', 'type' => 'checkbox', ), 'disable_single_feature_image' => array( 'label' => esc_html__( 'Disable Feauture Image', 'blogberg' ), 'section' => 'single_options', 'type' => 'checkbox' ), 'disable_single_post_format' => array( 'label' => esc_html__( 'Disable Post Format', 'blogberg' ), 'section' => 'single_options', 'type' => 'checkbox', ), 'disable_single_tag_links' => array( 'label' => esc_html__( 'Disable Tag links', 'blogberg' ), 'section' => 'single_options', 'type' => 'checkbox', ), 'disable_single_cat_links' => array( 'label' => esc_html__( 'Disable Category links', 'blogberg' ), 'section' => 'single_options', 'type' => 'checkbox', ), 'disable_single_author' => array( 'label' => esc_html__( 'Disable Author detail', 'blogberg' ), 'section' => 'single_options', 'type' => 'checkbox', ), 'single_post_nav_prev' => array( 'label' => esc_html__( 'Previous Reading Text', 'blogberg' ), 'description' => esc_html__( 'Post Navigation Previous Reading Text', 'blogberg' ), 'section' => 'single_options', 'type' => 'text', ), 'single_post_nav_next' => array( 'label' => esc_html__( 'Next Reading Text', 'blogberg' ), 'description' => esc_html__( 'Post Navigation Next Reading Text', 'blogberg' ), 'section' => 'single_options', 'type' => 'text', ), # Page 'disable_page_feature_image' => array( 'label' => esc_html( 'Disable Page Feature Image' ), 'section' => 'page_options', 'type' => 'checkbox', ), # General // Site Loader 'site_loader_options' => array( 'label' => esc_html__( 'Site Loader Options', 'blogberg' ), 'section' => 'general_options', 'type' => 'select', 'choices' => array( 'site_loader_one' => esc_html__( 'Site Loader One', 'blogberg' ), ), ), 'disable_site_loader' => array( 'label' => esc_html__( 'Disable Site Loader', 'blogberg' ), 'section' => 'general_options', 'type' => 'checkbox', ), // Site layout box shadow 'disable_site_layout_shadow' => array( 'label' => esc_html__( 'Disable Site layout Shadow', 'blogberg' ), 'description' => esc_html__( 'It will effect on Box & Frame site layout options', 'blogberg' ), 'section' => 'general_options', 'type' => 'checkbox' ), // Scroll Top 'enable_scroll_top' => array( 'label' => esc_html__( 'Enable Scroll Top', 'blogberg' ), 'section' => 'general_options', 'type' => 'checkbox', ), // Page Header Layout 'page_header_layout' => array( 'label' => esc_html__( 'Page Header Title Layouts', 'blogberg' ), 'section' => 'general_options', 'type' => 'radio-image', 'choices' => array( 'header_layout_one' => array( 'label' => esc_html__( 'Layout One', 'blogberg' ), 'url' => '/assets/images/placeholder/noimage-breadcrumb.png' ), ), ), // Breadcrumb 'breadcrumb_separator_layout' => array( 'label' => esc_html__( 'Breadcrumb Separator Layouts', 'blogberg' ), 'section' => 'general_options', 'type' => 'select', 'choices' => array( 'separator_layout_one' => esc_html__( 'Separator Layout One', 'blogberg' ), 'separator_layout_two' => esc_html__( 'Separator Layout Two', 'blogberg' ), 'separator_layout_three' => esc_html__( 'Separator Layout Three', 'blogberg' ), ), ), 'enable_breadcrumb_home_icon' => array( 'label' => esc_html__( 'Enable Breadcrumb Home Icon', 'blogberg' ), 'section' => 'general_options', 'type' => 'checkbox' ), 'disable_bradcrumb' => array( 'label' => esc_html__( 'Disable Breadcrumb', 'blogberg' ), 'section' => 'general_options', 'type' => 'checkbox' ), ); return array_merge( $settings, $general ); } add_filter( 'Blogberg_Customizer_Fields', 'Blogberg_Customizer_General_Settings' );