get_theme_mod( 'bansta_background_color', $bansta_defaults[ 'bansta_background_color' ] ), 'bansta_link_color' => get_theme_mod( 'bansta_link_color', $bansta_defaults[ 'bansta_link_color' ] ), 'bansta_primary_color' => get_theme_mod( 'bansta_primary_color', $bansta_defaults[ 'bansta_primary_color' ] ), 'bansta_secondary_color' => get_theme_mod( 'bansta_secondary_color', $bansta_defaults[ 'bansta_secondary_color' ] ), 'bansta-background-image' => get_theme_mod( 'bansta-background-image' ), 'bansta_link_hover_color' => get_theme_mod( 'bansta_link_hover_color', $bansta_defaults[ 'bansta_link_hover_color' ] ), 'bansta_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( 'show_hide_top_social', true ), 'top_fb_profile' => get_theme_mod( 'fb_top_social'), 'top_x_profile' => get_theme_mod( 'x_top_social'), 'top_insta_profile' => get_theme_mod( 'insta_top_social' ), 'top_pin_profile' => get_theme_mod( 'pin_top_social' ), 'top_in_profile' => get_theme_mod( 'in_top_social' ), 'header_style' => get_theme_mod( 'bansta_header_part' ), 'main_menu_direction' => get_theme_mod( 'main_menu_direction', $bansta_defaults['main_menu_direction'] ), 'bansta_logo_align' => get_theme_mod( 'bansta_logo_align', $bansta_defaults['bansta_logo_align'] ), 'header_mode' => get_theme_mod( 'bansta_header_style', $bansta_defaults['bansta_header_style'] ), 'menu_icon_color' => get_theme_mod( 'bansta_menu_icon', $bansta_defaults[ 'bansta_menu_icon' ] ), 'site_identity_color' => get_theme_mod( 'site_identity_color', $bansta_defaults[ 'site_identity_color' ] ), 'main_nav_link_color' => get_theme_mod( 'main_nav_link_color', $bansta_defaults[ 'main_nav_link_color' ] ), 'top_nav_icon_color' => get_theme_mod( 'top_nav_icon_color', $bansta_defaults[ 'top_nav_icon_color' ] ), 'mainnav_background_color' => get_theme_mod( 'mainnav_background_color', $bansta_defaults[ 'mainnav_background_color' ] ), 'topnav_background_color' => get_theme_mod( 'topnav_background_color', $bansta_defaults[ 'topnav_background_color' ] ), 'header_background_color' => get_theme_mod( 'header_background_color', $bansta_defaults[ 'header_background_color' ] ), 'header-background-image' => get_theme_mod( 'header-background-image' ), 'header-background-image-size' => get_theme_mod( 'header-background-image-size', $bansta_defaults['header-background-image-size'] ), 'header-background-image-position' => get_theme_mod( 'header-background-image-position', $bansta_defaults['header-background-image-position'] ), 'header_layout_size' => get_theme_mod( 'header_layout_size', $bansta_defaults[ 'grid_layout_size' ] ), 'show_breadcrumbs' => get_theme_mod( 'breadcrumbs_option', true ), //Before content grid/slider 'show_big_grids' => get_theme_mod( 'show_hide_big_grid' ), 'big_grids_before_content' => get_theme_mod( 'before_content_grid', 'default' ), 'grid_layout_size' => get_theme_mod( 'grid_layout_size', $bansta_defaults[ 'grid_layout_size' ] ), //Main container 'container_layout_size' => get_theme_mod( 'container_layout_size', $bansta_defaults['container_layout_size'] ), 'content_layout_size' => get_theme_mod( 'content_layout_size', $bansta_defaults[ 'content_layout_size' ] ), 'bansta_content_color' => get_theme_mod( 'bansta_content_color', $bansta_defaults[ 'bansta_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( 'post_front_hide_show_featured_image', true ), 'show_archive_image' => get_theme_mod( 'archive_hide_show_featured_image', true), 'show_search_image' => get_theme_mod( 'search_hide_show_featured_image', true ), 'show_single_image' => get_theme_mod( 'single_post_hide_show_image', true ), 'home_thumbnail_size' => get_theme_mod( 'post_front_featured_image_size', $bansta_defaults[ 'post_front_featured_image_size'] ), 'front_image_aspect_ratio' => get_theme_mod( 'post_front_image_aspect_ratio', $bansta_defaults['post_front_image_aspect_ratio'] ), 'archive_thumbnail_size' => get_theme_mod( 'archive_front_featured_image_size', $bansta_defaults[ 'archive_front_featured_image_size'] ), 'search_thumbnail_size' => get_theme_mod( 'search_front_featured_image_size', $bansta_defaults[ 'search_front_featured_image_size'] ), 'single_thumbnail_size' => get_theme_mod( 'post_single_featured_image_size', $bansta_defaults[ 'post_single_featured_image_size'] ), 'show_single_category' => get_theme_mod( 'single_post_hide_show_categories', true ), 'show_home_category' => get_theme_mod( 'post_show_hide_categories', true ), 'show_archive_category' => get_theme_mod( 'archive_show_hide_categories', true ), 'show_search_category' => get_theme_mod( 'search_show_hide_categories', true ), 'show_home_metas' => get_theme_mod( 'post_show_hide_metas', true ), 'show_archive_metas' => get_theme_mod( 'archive_show_hide_metas', true), 'show_search_metas' => get_theme_mod( 'search_show_hide_metas', true ), 'show_single_metas' => get_theme_mod( 'single_post_hide_show_metas' , true ), 'show_single_tags' => get_theme_mod( 'show_hide_post_tags', true ), 'show_post_excerpt' => get_theme_mod( 'show_hide_post_excerpt', true ), 'show_archive_excerpt' => get_theme_mod( 'show_hide_archive_excerpt', true ), 'show_search_excerpt' => get_theme_mod( 'show_hide_search_excerpt', true ), 'post_excerpt_length' => get_theme_mod( 'post_snippet_excerpt_size', $bansta_defaults[ 'post_snippet_excerpt_size'] ), 'archive_excerpt_length' => get_theme_mod( 'archive_snippet_excerpt_size', $bansta_defaults[ 'archive_snippet_excerpt_size'] ), 'search_excerpt_length' => get_theme_mod( 'search_snippet_excerpt_size', $bansta_defaults['search_snippet_excerpt_size'] ), 'show_post_readmore' => get_theme_mod( 'show_hide_post_readmore', true ), 'show_archive_readmore' => get_theme_mod( 'show_hide_archive_readmore', true ), 'show_search_readmore' => get_theme_mod( 'show_hide_search_readmore', true ), 'show_social_icons' => get_theme_mod( 'hide_show_social_icons', true ), 'show_prev_next_post' => get_theme_mod( 'hide_show_next_prev_nav', true ), 'show_author_box' => get_theme_mod( 'show_hide_author_box', true ), 'show_related_articles' => get_theme_mod( 'show_hide_related_articles', true ), 'show_comment_box' => get_theme_mod( 'show_hide_comment', true ), 'single_comment_box' => get_theme_mod( 'single_comment_box' ), //Footer container 'footer_color' => get_theme_mod( 'bansta_footer_color', $bansta_defaults['bansta_footer_color'] ), 'copyright_color' => get_theme_mod( 'bansta_copyright_color', $bansta_defaults['bansta_copyright_color'] ), 'show_back_to_top' => get_theme_mod( 'back_to_top', true ), 'footer_background_image' => get_theme_mod( 'footer_background_image' ), 'bansta_footer_grid' => get_theme_mod( 'bansta_footer_grid', $bansta_defaults['bansta_footer_grid'] ), //Misc 'paginate_style' => get_theme_mod( 'paginate_select_style', $bansta_defaults['paginate_select_style'] ), 'sticky_header' => get_theme_mod( 'bansta_sticky_header', true ), 'bansta_animation' => get_theme_mod( 'bansta_animation' ), 'bansta_scale' => get_theme_mod( 'bansta_scale', $bansta_defaults['bansta_scale'] ), 'bansta_heading_style' => get_theme_mod( 'bansta_heading_style', $bansta_defaults['bansta_heading_style'] ), 'bansta_hover_styling' => get_theme_mod( 'bansta_hover_styling', $bansta_defaults['bansta_hover_styling'] ), 'menu_hover_styling' => get_theme_mod( 'menu_hover_styling', $bansta_defaults['menu_hover_styling'] ), //Fonts 'font_size' => get_theme_mod( 'font_size', $bansta_defaults[ 'font_size' ]), 'font_weight' => get_theme_mod( 'font_weight', $bansta_defaults[ 'font_weight'] ), 'line_height' => get_theme_mod( 'line_height', $bansta_defaults[ 'line_height' ] ), 'logo_size' => get_theme_mod( 'logo_size', $bansta_defaults[ 'logo_size' ] ), 'site_identity_font_size' => get_theme_mod( 'site_identity_font_size', $bansta_defaults[ 'site_identity_font_size' ] ), 'main_font_family' => get_theme_mod( 'main_font_family', $bansta_defaults[ 'main_font_family' ] ), 'secondary_font_family' => get_theme_mod( 'secondary_font_family', $bansta_defaults[ 'secondary_font_family' ] ), 'site_identity_font_family' => get_theme_mod( 'site_identity_font_family', $bansta_defaults[ 'site_identity_font_family' ] ) ]; return $theme_settings; } }