__( 'Style 4', 'blogbyte' ), ) ); } endif; add_filter( 'blogbyte_read_more_styles', 'blogbyte_add_new_read_more_styles' ); $fresh_site_activate = get_option( 'blogpath_site_activate' ); if ( (bool) $fresh_site_activate === false ) { $options = array( 'accent_color' => '#c69d6d', 'header_social_links_label_color' => '#ffffff', 'header_social_links_icons_color' => '#ffffff', 'header_social_links_icons_hover_color' => '#c69d6d', 'header_search_btn_bg_color' => '#c69d6d', 'preloader_color' => '#c69d6d', 'progressbar_color' => '#c69d6d', 'enable_breadcrumb' => true, 'breadcrumb_link_color' => '#c69d6d', 'global_buttons_bg_color' => '#c69d6d', 'global_buttons_border_color' => '#c69d6d', 'global_post_meta_icons_color' => '#c69d6d', 'ticker_label_bg_color' => '#c69d6d', 'scroll_to_top_bg_color' => '#c69d6d', 'scroll_to_top_hover_bg_color' => '#c69d6d', 'header_style' => 'header_style_1', 'enable_top_bar' => true, 'top_bar_theme' => 'dark', 'top_bar_bg_color' => '#000000', 'top_bar_date_color' => '#ffffff', 'top_bar_nav_menu_color' => '#ffffff', 'top_bar_nav_menu_hover_color' => '#c69d6d', 'enable_topbar_border_bottom' => false, 'primary_menu_text_hover_color' => '#c69d6d', 'primary_menu_active_item_border' => '#c69d6d', 'primary_menu_desc_color' => '#c69d6d', 'sub_menu_text_hover_color' => '#c69d6d', 'sub_menu_style' => 'style_1', 'center_align_primary_nav' => true, 'show_menu_bar_social_nav' => false, 'enable_bottom_border_menu_bar' => false, 'offcanvas_hide_desktop' => false, 'enable_ticker_posts' => false, 'primary_font' => '"Poppins", "100:100italic:200:200italic:300:300italic:regular:italic:500:500italic:600:600italic:700:700italic:800:800italic:900:900italic", sans-serif', 'primary_font_weight' => 400, 'secondary_font' => '"Roboto", "100:100italic:300:300italic:regular:italic:500:500italic:700:700italic:900:900italic", sans-serif', 'secondary_font_weight' => 'normal', 'primary_menu_font' => '"Montserrat", "100:200:300:regular:500:600:700:800:900:100italic:200italic:300italic:italic:500italic:600italic:700italic:800italic:900italic", sans-serif', 'primary_menu_font_weight' => 400, 'sub_menu_font' => '"Montserrat", "100:200:300:regular:500:600:700:800:900:100italic:200italic:300italic:italic:500italic:600italic:700italic:800italic:900italic", sans-serif', 'sub_menu_font_weight' => 400, 'archive_style' => 'archive_style_1', 'archive_post_meta' => array( 'author', 'date', 'category' ), 'archive_category_color_display' => 'none', 'archive_category_style' => 'style_1', 'excerpt_length' => 32, 'show_archive_read_more' => true, 'archive_read_more_style' => 'style_2', 'excerpt_read_more_icon' => 'arrow-right', 'pagination_type' => 'button_click_load', 'single_category_position' => 'before_title', 'single_category_color_display' => 'none', 'single_category_style' => 'style_1', 'enable_single_cat_label' => false, 'enable_single_tag_label' => false, 'author_info_box_style' => 'style_2', 'author_info_title_style' => 'style_3', 'author_info_title_align' => 'center', 'author_posts_title_style' => 'style_3', 'author_posts_title_align' => 'center', 'enable_author_posts_desc' => false, 'related_posts_title_style' => 'style_3', 'related_posts_title_align' => 'center', 'enable_related_posts_desc' => false, 'single_comments_heading_style' => 'style_3', 'single_comments_heading_align' => 'center', 'single_comments_center_form_content' => true, 'enable_border_above_footer' => false, ); foreach ( $options as $key => $value ) { set_theme_mod( $key, $value ); } update_option( 'blogpath_site_activate', true ); }