'top-menu', 'container_class' => 'blogbyte-top-nav', 'fallback_cb' => false, 'depth' => 2, 'menu_class' => 'blogbyte-top-menu reset-list-style', ) ); endif; } endif; add_action( 'blogbyte_topbar_first_col_items', 'blogbyte_topbar_nav', 20 ); // Topbar Social icons. if ( ! function_exists( 'blogbyte_topbar_social' ) ) : function blogbyte_topbar_social() { if ( get_theme_mod( 'enable_topbar_social_nav', true ) ) : $menu_class = ' reset-list-style blogbyte-social-icons '; $social_link_style = get_theme_mod( 'header_social_links_display_style', 'style_1' ); $social_link_style .= blogbyte_get_social_icons_class( $social_link_style ); $social_link_color = get_theme_mod( 'header_social_links_color_as', 'theme_color' ); $menu_class .= $social_link_style . ' ' . $social_link_color; $enable_header_social_label = get_theme_mod( 'enable_header_social_links_label' ); if ( $enable_header_social_label ) { $header_social_label_txt = get_theme_mod( 'header_social_links_label_text' ); if ( ! $header_social_label_txt ) { $header_social_label_txt = __( 'Follow Us :', 'blogbyte' ); } } ?>
'social-menu', 'container_class' => '', 'fallback_cb' => false, 'depth' => 1, 'menu_class' => $menu_class, 'link_before' => '', 'link_after' => '', ) ); ?>
__( 'Search for:', 'blogbyte' ), ) ); ?>
"; ?>

'social-menu', 'container_class' => '', 'fallback_cb' => false, 'depth' => 1, 'menu_class' => $menu_class, 'link_before' => '', 'link_after' => '', ) ); ?>
__( 'Search for:', 'blogbyte' ), ) ); ?>