X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/themes/hub/templates/header
home
/
hamdjcne
/
public_html
/
wp-content
/
themes
/
hub
/
templates
/
header
/
ðŸ“
..
📄
custom.php
(1.88 KB)
📄
default.php
(6.76 KB)
📄
header-cart-offcanvas.php
(4.55 KB)
📄
header-cart.php
(4.13 KB)
📄
header-search-default.php
(1.86 KB)
📄
header-search-frame.php
(3.99 KB)
📄
header-search-slide-top.php
(2.84 KB)
📄
header-search-visible-form.php
(979 B)
📄
header-search-zoom-out.php
(3.54 KB)
📄
header-search.php
(3.1 KB)
📄
header-title-bar-bbpress.php
(849 B)
📄
header-title-bar.php
(10.12 KB)
Editing: default.php
<?php /** * Default header * * @package Hub */ ?> <style> @media (max-width: 991px) { .lqd-head-sec-wrap { display: none; } } </style> <header class="main-header lqd-main-header-default"> <div class="lqd-head-sec-wrap pos-rel"> <div class="lqd-head-sec container-fluid d-flex align-items-center ps-3 pe-3"> <div class="lqd-head-col elementor-widget col d-flex"> <div class="header-module elementor-widget-container module-logo pt-5 pb-5" style="width: auto;" itemscope="itemscope" itemtype="https://schema.org/Brand" id="site-logo"> <a class="navbar-brand d-flex pos-rel" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url"> <span class="navbar-brand-inner"> <img class="logo-default" src="<?php liquid_logo_url(); ?>" alt="<?php echo bloginfo( 'name' ) ?>" /> </span> </a> </div> </div> <div class="lqd-head-col elementor-widget col d-flex justify-content-end flex-grow-1"> <div class="header-module elementor-widget-container pos-stc pt-0 pb-0" style="width: auto;"> <div class="navbar-collapse" id="main-header-collapse" aria-expanded="false" role="navigation"> <?php if( has_nav_menu( 'primary' ) ) : wp_nav_menu( array( 'theme_location' => 'primary', 'container' => 'ul', 'before' => false, 'after' => false, 'link_before' => '', 'link_after' => '<span class="submenu-expander pos-abs"><svg xmlns="http://www.w3.org/2000/svg" width="21" height="32" viewBox="0 0 21 32" style="width: 1em; height: 1em;"><path fill="currentColor" d="M10.5 18.375l7.938-7.938c.562-.562 1.562-.562 2.125 0s.562 1.563 0 2.126l-9 9c-.563.562-1.5.625-2.063.062L.437 12.562C.126 12.25 0 11.876 0 11.5s.125-.75.438-1.063c.562-.562 1.562-.562 2.124 0z"></path></svg></span>', 'menu_id' => 'primary-nav', 'menu_class' => 'main-nav nav reset-ul inline-ul ps-0 pe-0', 'items_wrap' => '<ul id="%1$s" class="%2$s" itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope">%3$s</ul>', 'walker' => class_exists( 'Liquid_Mega_Menu_Walker' ) ? new Liquid_Mega_Menu_Walker : '', ) ); else: wp_page_menu( array( 'container' => 'ul', 'before' => false, 'after' => false, 'link_before' => '', 'link_after' => '<span class="submenu-expander pos-abs"><svg xmlns="http://www.w3.org/2000/svg" width="21" height="32" viewBox="0 0 21 32" style="width: 1em; height: 1em;"><path fill="currentColor" d="M10.5 18.375l7.938-7.938c.562-.562 1.562-.562 2.125 0s.562 1.563 0 2.126l-9 9c-.563.562-1.5.625-2.063.062L.437 12.562C.126 12.25 0 11.876 0 11.5s.125-.75.438-1.063c.562-.562 1.562-.562 2.124 0z"></path></svg></span>', 'menu_id' => 'primary-nav', 'menu_class' => 'main-nav nav reset-ul inline-ul ps-0 pe-0', 'depth' => 3 ) ); endif; ?> </div> </div> <div class="header-module elementor-widget" style="width: auto;"> <div class="elementor-widget-container"> <?php get_template_part( 'templates/header/header', 'search-default' ); ?> </div> </div> </div> </div> </div> <div class="lqd-mobile-sec pos-rel"> <div class="lqd-mobile-sec-inner navbar-header d-flex align-items-stretch w-100"> <div class="lqd-mobile-modules-container empty"></div> <button type="button" class="navbar-toggle collapsed nav-trigger style-mobile d-flex pos-rel align-items-center justify-content-center" data-ld-toggle="true" data-toggle="collapse" data-bs-toggle="collapse" data-target="#lqd-mobile-sec-nav" data-bs-target="#lqd-mobile-sec-nav" aria-expanded="false" data-toggle-options='{ "changeClassnames": {"html": "mobile-nav-activated"} }'> <span class="sr-only"><?php esc_html_e( 'Toggle navigation', 'hub' ); ?></span> <span class="bars d-inline-block pos-rel z-index-1"> <span class="bars-inner d-flex flex-column w-100 h-100"> <span class="bar d-inline-block"></span> <span class="bar d-inline-block"></span> <span class="bar d-inline-block"></span> </span> </span> </button> <a class="navbar-brand d-flex pos-rel" href="<?php echo esc_url( home_url( '/' ) ); ?>"> <span class="navbar-brand-inner"> <img class="logo-default" src="<?php liquid_logo_url(); ?>" alt="<?php echo bloginfo( 'name' ) ?>" /> </span> </a> </div> <div class="lqd-mobile-sec-nav w-100 pos-abs z-index-10"> <div class="collapse navbar-collapse w-100" id="lqd-mobile-sec-nav" aria-expanded="false" role="navigation"> <?php if( has_nav_menu( 'primary' ) ) : wp_nav_menu( array( 'theme_location' => 'primary', 'container' => 'ul', 'before' => false, 'after' => false, 'link_before' => '', 'link_after' => '<span class="submenu-expander pos-abs"><svg xmlns="http://www.w3.org/2000/svg" width="21" height="32" viewBox="0 0 21 32" style="width: 1em; height: 1em;"><path fill="currentColor" d="M10.5 18.375l7.938-7.938c.562-.562 1.562-.562 2.125 0s.562 1.563 0 2.126l-9 9c-.563.562-1.5.625-2.063.062L.437 12.562C.126 12.25 0 11.876 0 11.5s.125-.75.438-1.063c.562-.562 1.562-.562 2.124 0z"></path></svg></span>', 'menu_id' => 'mobile-primary-nav', 'menu_class' => 'mobile-main-nav main-nav reset-ul ps-2 pe-0', 'items_wrap' => '<ul id="%1$s" class="%2$s" itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope">%3$s</ul>', 'walker' => class_exists( 'Liquid_Mega_Menu_Walker' ) ? new Liquid_Mega_Menu_Walker : '', ) ); else: wp_page_menu( array( 'container' => 'ul', 'before' => false, 'after' => false, 'link_before' => '', 'link_after' => '<span class="submenu-expander pos-abs"><svg xmlns="http://www.w3.org/2000/svg" width="21" height="32" viewBox="0 0 21 32" style="width: 1em; height: 1em;"><path fill="currentColor" d="M10.5 18.375l7.938-7.938c.562-.562 1.562-.562 2.125 0s.562 1.563 0 2.126l-9 9c-.563.562-1.5.625-2.063.062L.437 12.562C.126 12.25 0 11.876 0 11.5s.125-.75.438-1.063c.562-.562 1.562-.562 2.124 0z"></path></svg></span>', 'menu_id' => 'mobile-primary-nav', 'menu_class' => 'mobile-main-nav main-nav reset-ul ps-2 pe-0', 'items_wrap' => '<ul id="%1$s" class="%2$s" itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope">%3$s</ul>', 'depth' => 3 ) ); endif; ?> </div> </div> </div> </header>
Upload File
Create Folder