true, 'preloader_type' => 'pulse', 'preloader_color' => '#ff5722', 'preloader_bg_color' => '#ffffff', // Text colors 'color_bg_highlight' => '#ff5722', 'color_text_highlight' => '#ffffff', 'color_text_primary' => '#505050', 'color_text_secondary' => '#909090', 'color_text_field' => '#909090', 'color_text_field_focus' => '#505050', 'color_link_primary' => '#ff5722', 'color_link_secondary' => '#ff8a65', 'color_text_button' => '#ffffff', 'color_button' => '#ff5722', 'color_button_hover' => '#ff8a65', 'color_border' => 'rgba(0,0,0,0.1)', // Header color 'color_bg_header' => '#ffffff', 'color_text_header' => '#505050', 'color_header_input' => 'rgba(255,255,255,0.5)', 'color_header_input_focus' => 'rgba(255,255,255,1)', 'color_header_input_border' => 'rgba(0,0,0,0.1)', 'color_header_input_border_focus' => 'rgba(0,0,0,0.1)', 'color_header_textfield' => '#909090', 'color_header_textfield_focus' => '#505050', 'color_header_btn' => 'rgba(255,255,255,0.5)', 'color_header_btn_hover' => '#ff5722', 'color_header_btn_icon' => '#505050', 'color_header_btn_icon_hover' => '#ffffff', // Layout 'layout_archive' => 'content-sidebar', 'layout_post' => 'content-sidebar', 'layout_page' => 'content-sidebar', // Blog post 'thumb_placeholder' => '', 'meta_date' => true, 'meta_author' => true, 'meta_comment' => true, 'meta_categories' => true, 'meta_tags' => true, 'author_profile' => true, 'excerpt_length' => 30, 'more_link_text' => esc_html__( 'Continue reading', 'baltic' ), 'nav_posts' => 'posts_pagination', 'nav_posts_prev' => esc_html( '← Older posts', 'baltic' ), 'nav_posts_next' => esc_html( 'Newer posts →', 'baltic' ), // Footer 'footer_widgets_col' => 4, 'footer_text' => esc_html__( 'Copyright © 2017-{{YEAR}} {{SITE}}. Proudly powered by {{WP}}.', 'baltic' ), 'footer_credits' => true, 'return_top' => true, 'payment_icons' => '', // WooCommerce 'color_price' => '#77a464', 'color_sale_text' => '#ffffff', 'color_sale' => '#f44336', 'color_stars' => '#ffc107', 'layout_products' => 'full-width', 'layout_product' => 'content-sidebar', 'products_per_page' => 12, 'products_columns' => 4, 'product_quick_view' => true, 'products_nav' => 'products_pagination', 'products_nav_prev' => esc_html( '← Older product', 'baltic' ), 'products_nav_next' => esc_html( 'Newer product →', 'baltic' ), ); return apply_filters( 'baltic_setting_defaults', $defaults ); } }