get_theme_mod( 'bansta_link_color', $bansta_default['link_color'] ), 'primary_color' => get_theme_mod( 'bansta_primary_color', $bansta_default['primary_color'] ), 'secondary_color' => get_theme_mod( 'bansta_secondary_color', $bansta_default['secondary_color'] ), 'link_hover_color' => get_theme_mod( 'bansta_link_hover_color', $bansta_default['link_hover_color'] ), 'single_boxed' => get_theme_mod( 'bansta_hero_boxed' ), //Top Container 'show_top_nav' => get_theme_mod( 'bansta_top_nav', true ), 'show_top_social' => get_theme_mod( 'bansta_show_hide_top_social', true ), 'top_fb_profile' => get_theme_mod( 'bansta_fb_top_social'), 'top_x_profile' => get_theme_mod( 'bansta_x_top_social'), 'top_insta_profile' => get_theme_mod( 'bansta_insta_top_social' ), 'top_pin_profile' => get_theme_mod( 'bansta_pin_top_social' ), 'top_in_profile' => get_theme_mod( 'bansta_in_top_social' ), 'header_style' => get_theme_mod( 'bansta_header_part' ), 'main_menu_direction' => get_theme_mod( 'bansta_main_menu_direction', $bansta_default['main_menu_direction'] ), 'logo_align' => get_theme_mod( 'bansta_logo_align', $bansta_default['logo_align'] ), 'header_mode' => get_theme_mod( 'bansta_header_style', $bansta_default['header_style'] ), 'header_background_color' => get_theme_mod( 'bansta_header_background_color'), 'header_background_image' => get_theme_mod( 'bansta_header_background_image' ), 'header_background_image_position' => get_theme_mod( 'bansta_header_background_image_position' ), 'header_background_image_size' => get_theme_mod( 'bansta_header_background_image_size' ), 'menu_icon_color' => get_theme_mod( 'bansta_menu_icon', $bansta_default['menu_icon'] ), 'site_identity_color' => get_theme_mod( 'site_identity_color', $bansta_default['site_identity_color'] ), 'main_nav_link_color' => get_theme_mod( 'bansta_main_nav_link_color', $bansta_default['main_nav_link_color'] ), 'top_nav_icon_color' => get_theme_mod( 'bansta_top_nav_icon_color', $bansta_default['top_nav_icon_color'] ), 'mainnav_background_color' => get_theme_mod( 'bansta_mainnav_background_color', $bansta_default['mainnav_background_color'] ), 'topnav_background_color' => get_theme_mod( 'bansta_topnav_background_color', $bansta_default['topnav_background_color'] ), 'header_layout_size' => get_theme_mod( 'bansta_header_layout_size', $bansta_default['grid_layout_size'] ), 'show_breadcrumbs' => get_theme_mod( 'bansta_breadcrumbs_option', true ), //Before content grid/slider 'show_big_grids' => get_theme_mod( 'bansta_show_hide_big_grid' ), 'big_grids_before_content' => get_theme_mod( 'bansta_before_content_grid', 'default' ), 'grid_layout_size' => get_theme_mod( 'bansta_grid_layout_size', $bansta_default['grid_layout_size'] ), //Main container 'container_layout_size' => get_theme_mod( 'bansta_container_layout_size', $bansta_default['container_layout_size'] ), 'content_layout_size' => get_theme_mod( 'bansta_content_layout_size', $bansta_default['content_layout_size'] ), 'content_color' => get_theme_mod( 'bansta_content_color', $bansta_default['content_color'] ), 'home_layout' => get_theme_mod( 'bansta_front_page' ), 'archive_layout' => get_theme_mod( 'bansta_archive_page' ), 'single_layout' => get_theme_mod( 'bansta_single_option' ), 'search_layout' => get_theme_mod( 'bansta_search_page' ), 'show_home_image' => get_theme_mod( 'bansta_hide_show_featured_image', true ), 'show_archive_image' => get_theme_mod( 'bansta_archive_hide_show_featured_image', true), 'show_search_image' => get_theme_mod( 'bansta_search_hide_show_featured_image', true ), 'show_single_image' => get_theme_mod( 'bansta_single_post_hide_show_image', true ), 'home_thumbnail_size' => get_theme_mod( 'bansta_post_featured_image_size', $bansta_default['post_featured_image_size'] ), 'archive_thumbnail_size' => get_theme_mod( 'bansta_archive_featured_image_size', $bansta_default['archive_featured_image_size'] ), 'search_thumbnail_size' => get_theme_mod( 'bansta_search_featured_image_size', $bansta_default['search_featured_image_size'] ), 'single_thumbnail_size' => get_theme_mod( 'bansta_post_single_featured_image_size', $bansta_default['post_single_featured_image_size'] ), 'show_single_category' => get_theme_mod( 'bansta_single_post_hide_show_categories', true ), 'show_home_category' => get_theme_mod( 'bansta_post_show_hide_categories', true ), 'show_archive_category' => get_theme_mod( 'bansta_archive_show_hide_categories', true ), 'show_search_category' => get_theme_mod( 'bansta_search_show_hide_categories', true ), 'show_home_metas' => get_theme_mod( 'bansta_post_show_hide_metas', true ), 'show_archive_metas' => get_theme_mod( 'bansta_archive_show_hide_metas', true), 'show_search_metas' => get_theme_mod( 'bansta_search_show_hide_metas', true ), 'show_single_metas' => get_theme_mod( 'bansta_single_post_hide_show_metas' , true ), 'show_single_tags' => get_theme_mod( 'bansta_show_hide_post_tags', true ), 'show_post_excerpt' => get_theme_mod( 'bansta_show_hide_post_excerpt', true ), 'show_archive_excerpt' => get_theme_mod( 'bansta_show_hide_archive_excerpt', true ), 'show_search_excerpt' => get_theme_mod( 'bansta_show_hide_search_excerpt', true ), 'post_excerpt_length' => get_theme_mod( 'bansta_post_snippet_excerpt_size', $bansta_default['post_snippet_excerpt_size'] ), 'archive_excerpt_length' => get_theme_mod( 'bansta_archive_snippet_excerpt_size', $bansta_default['archive_snippet_excerpt_size'] ), 'search_excerpt_length' => get_theme_mod( 'bansta_search_snippet_excerpt_size', $bansta_default['search_snippet_excerpt_size'] ), 'show_post_readmore' => get_theme_mod( 'bansta_show_hide_post_readmore', true ), 'show_archive_readmore' => get_theme_mod( 'bansta_show_hide_archive_readmore', true ), 'show_search_readmore' => get_theme_mod( 'bansta_show_hide_search_readmore', true ), 'show_social_icons' => get_theme_mod( 'bansta_hide_show_social_icons', true ), 'show_prev_next_post' => get_theme_mod( 'bansta_hide_show_next_prev_nav', true ), 'show_author_box' => get_theme_mod( 'bansta_show_hide_author_box', true ), 'show_related_articles' => get_theme_mod( 'bansta_show_hide_related_articles', true ), 'show_comment_box' => get_theme_mod( 'bansta_show_hide_comment', true ), 'single_comment_box' => get_theme_mod( 'single_comment_box' ), //Footer container 'footer_color' => get_theme_mod( 'bansta_footer_color', $bansta_default['footer_color'] ), 'copyright_color' => get_theme_mod( 'bansta_copyright_color', $bansta_default['copyright_color'] ), 'show_back_to_top' => get_theme_mod( 'bansta_back_to_top', true ), 'footer_background_image' => get_theme_mod( 'bansta_footer_background_image' ), 'bansta_footer_grid' => get_theme_mod( 'bansta_footer_grid', $bansta_default['footer_grid'] ), //Misc 'paginate_style' => get_theme_mod( 'paginate_select_style', $bansta_default['paginate_select_style'] ), 'sticky_header' => get_theme_mod( 'bansta_sticky_header', true ), 'bansta_animation' => get_theme_mod( 'bansta_animation' ), 'anime_scale' => get_theme_mod( 'bansta_scale', $bansta_default['scale'] ), 'heading_style' => get_theme_mod( 'bansta_heading_style', $bansta_default['heading_style'] ), 'hover_styling' => get_theme_mod( 'bansta_hover_styling', $bansta_default['hover_styling'] ), 'image_aspect_ratio' => get_theme_mod( 'bansta_image_aspect_ratio', $bansta_default['image_aspect_ratio'] ), 'menu_hover_styling' => get_theme_mod( 'bansta_menu_hover_styling', $bansta_default['menu_hover_styling'] ), //Fonts 'font_size' => get_theme_mod( 'bansta_font_size', $bansta_default['font_size']), 'font_weight' => get_theme_mod( 'bansta_font_weight', $bansta_default['font_weight'] ), 'font_line_height' => get_theme_mod( 'bansta_font_line_height', $bansta_default['font_line_height'] ), 'logo_size' => get_theme_mod( 'logo_size', $bansta_default['logo_size'] ), 'site_identity_font_size' => get_theme_mod( 'site_identity_font_size', $bansta_default['site_identity_font_size'] ), 'main_font_family' => get_theme_mod( 'bansta_main_font_family', $bansta_default['main_font_family'] ), 'secondary_font_family' => get_theme_mod( 'bansta_secondary_font_family', $bansta_default['secondary_font_family'] ), 'site_identity_font_family' => get_theme_mod( 'site_identity_font_family', $bansta_default['site_identity_font_family'] ) ]; return $settings; } }