PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
mobile-header
/
templates
/
parts
<?php $enable_numbers = webon_core_get_post_value_through_levels( 'qodef_nav_1st_lvl_numbers' ); if ( $enable_numbers == 'yes' ) { $numbers = 'qodef-menu-has-numbers'; } ?> <?php if ( has_nav_menu( 'mobile-navigation' ) || has_nav_menu( 'main-navigation' ) ) { ?> <nav class="qodef-mobile-header-navigation <?php echo esc_html__( $numbers );?>" role="navigation" aria-label="<?php esc_attr_e( 'Mobile Menu', 'webon-core' ); ?>"> <?php // Set main navigation menu as mobile if mobile navigation is not set $theme_location = has_nav_menu( 'mobile-navigation' ) ? 'mobile-navigation' : 'main-navigation'; wp_nav_menu( array( 'theme_location' => $theme_location, 'container' => '', 'menu_class' => 'qodef-content-grid', 'link_before' => '<span class="qodef-menu-item-text">', 'link_after' => '</span>', 'walker' => new WebOnCoreRootMainMenuWalker() ) ); ?> </nav> <?php } ?>
[+]
..
[-] mobile-logo.php
[edit]
[-] mobile-navigation.php
[edit]
[-] mobile-navigation-opener.php
[edit]