Current Path : /home/theafprt/conviviality360.com/wp-content/themes/hueman/parts/ |
Current File : /home/theafprt/conviviality360.com/wp-content/themes/hueman/parts/header-nav-topbar.php |
<?php $mobile_menu_opt = hu_get_option( 'header_mobile_menu_layout' ); $topnav_classes = array( 'nav-container', 'group', 'desktop-menu', 'no_stick' != hu_normalize_stick_menu_opt( hu_get_option('header-desktop-sticky') ) ? 'desktop-sticky' : '', hu_has_nav_menu( 'topbar' ) ? '' : 'no-menu-assigned' ); if ( is_multisite() ) { $fallback_cb = ''; } else { $fallback_cb = hu_is_checked( "default-menu-header" ) ? 'hu_page_menu' : ''; } $fallback_cb = apply_filters( 'hu_topbar_menu_fallback_cb', $fallback_cb );//set to 'hu_page_menu' on prevdem $display_search = ( 'topbar' == hu_get_option( 'desktop-search' ) ) && ( hu_has_nav_menu( 'topbar' ) || ! empty( $fallback_cb ) ); ?> <nav class="<?php echo implode(' ', $topnav_classes ); ?>" id="nav-topbar" data-menu-id="<?php echo hu_get_menu_id( 'header'); ?>"> <?php if ( 'both_menus' == $mobile_menu_opt ) { hu_print_mobile_btn(); } ?> <div class="nav-text"><?php apply_filters( 'hu_mobile_menu_text', '' );//put your mobile menu text here ?></div> <div class="topbar-toggle-down"> <i class="fas fa-angle-double-down" aria-hidden="true" data-toggle="down" title="<?php _e('Expand menu', 'hueman' ); ?>"></i> <i class="fas fa-angle-double-up" aria-hidden="true" data-toggle="up" title="<?php _e('Collapse menu', 'hueman' ); ?>"></i> </div> <div class="nav-wrap container"> <?php wp_nav_menu( array( 'theme_location' => 'topbar', 'menu_class' => 'nav container-inner group', 'container' => '', 'menu_id' => '', 'fallback_cb' => $fallback_cb ) ); ?> </div> <?php if ( $display_search ) : ?> <div id="topbar-header-search" class="container"> <div class="container-inner"> <button class="toggle-search"><i class="fas fa-search"></i></button> <div class="search-expand"> <div class="search-expand-inner"><?php get_search_form(); ?></div> </div> </div><!--/.container-inner--> </div><!--/.container--> <?php endif; ?> </nav><!--/#nav-topbar-->