| Server IP : 34.67.85.211 / Your IP : 216.73.217.52 Web Server : Apache System : Linux wordpress-1-vm 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64 User : root ( 0) PHP Version : 7.4.9 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /var/www/html/wp-content/themes/airi/template-parts/menus/ |
Upload File : |
<?php
/**
* Template part for Menu style 5
*
* @package Airi
*/
?>
<header id="masthead" class="site-header">
<div class="container">
<div class="top-section d-none d-md-block">
<div class="row">
<div class="left-content col-md-6 col-12 text-md-left text-center">
<?php
$airi_left_content = get_theme_mod( 'menu6_top_section_left' );
echo wp_kses_post( $airi_left_content );
?>
</div>
<div class="botton-section col-md-6 col-12 text-md-right text-center">
<?php
$airi_right_content = get_theme_mod( 'menu6_top_section_right' );
echo wp_kses_post( $airi_right_content );
?>
</div>
</div>
</div>
<div class="row bottom-section align-items-center">
<div class="site-branding col-md-4 col-sm-6 col-lg-3 col-9">
<?php airi_site_branding(); ?>
</div><!-- .site-branding -->
<div class="header-mobile-menu col-lg-9 col-md-8 col-sm-6 col-3">
<button class="mobile-menu-toggle" aria-controls="primary-menu">
<span class="mobile-menu-toggle_lines"></span>
<span class="sr-only"><?php esc_html_e( 'Toggle mobile menu', 'airi' ); ?></span>
</button>
</div>
<div class="right-content col-xl-9 col-md-12">
<div class="d-flex align-items-center justify-content-end">
<nav id="site-navigation" class="main-navigation">
<?php
wp_nav_menu( array(
'theme_location' => 'menu-1',
'menu_id' => 'primary-menu',
) );
?>
</nav><!-- #site-navigation -->
<div class="group-actions d-none d-xl-flex align-items-center">
<div class="search-form">
<?php airi_header_cart_search(); ?>
<div class="header-search-form">
<?php get_search_form(); ?>
</div>
</div>
<?php
$airi_button_text = get_theme_mod( 'menu6_button_text' );
if ( $airi_button_text )
{
$airi_button_url = get_theme_mod( 'menu6_button_url' );
?>
<a href="<?php echo esc_url( $airi_button_url ); ?>" class="btn">
<?php echo esc_html( $airi_button_text ); ?>
</a>
<?php
}
?>
</div>
</div>
</div>
</div>
</div>
</header><!-- #masthead -->