X7ROOT File Manager
Current Path:
/home/notabjze/shop.houreglass.com/wp-content/themes/elessi-theme/headers
home
/
notabjze
/
shop.houreglass.com
/
wp-content
/
themes
/
elessi-theme
/
headers
/
ðŸ“
..
📄
header-builder.php
(520 B)
📄
header-mobile.php
(1.39 KB)
📄
header-responsive.php
(645 B)
📄
header-structure-1.php
(2.44 KB)
📄
header-structure-2.php
(3.36 KB)
📄
header-structure-3.php
(2.99 KB)
📄
header-structure-4.php
(3.05 KB)
📄
header-structure-5.php
(2.34 KB)
📄
header-structure-6.php
(3.05 KB)
📄
header-structure-7.php
(2.8 KB)
📄
menu-mobile.php
(395 B)
📄
top-bar.php
(1.66 KB)
Editing: top-bar.php
<?php defined('ABSPATH') or die(); // Exit if accessed directly $topbar_left = !isset($topbar_left) ? '' : $topbar_left; $class_topbar = !isset($class_topbar) ? '' : $class_topbar; $class_topbar .= trim($topbar_left) != '' ? '' : ' hide-for-mobile'; ?> <div class="nasa-topbar-wrap<?php echo esc_attr($class_topbar); ?>"> <div id="top-bar" class="top-bar"> <?php if (!$mobile) : ?> <!-- Desktop | Responsive Top-bar --> <div class="row"> <div class="large-12 columns"> <div class="left-text left rtl-right"> <?php echo $topbar_left; ?> </div> <div class="right-text nasa-hide-for-mobile right rtl-left"> <div class="topbar-menu-container"> <?php do_action('nasa_topbar_menu'); ?> </div> </div> </div> </div> <?php else : ?> <!-- Mobile Top-bar --> <div class="topbar-mobile-text"> <?php echo $topbar_left; ?> </div> <div class="topbar-menu-container hidden-tag"> <?php do_action('nasa_mobile_topbar_menu'); ?> </div> <?php endif; ?> </div> <?php if (!$mobile) : ?> <div class="nasa-hide-for-mobile"> <a class="nasa-icon-toggle" href="javascript:void(0);" rel="nofollow"> <i class="nasa-topbar-up pe-7s-angle-up"></i> <i class="nasa-topbar-down pe-7s-angle-down"></i> </a> </div> <?php endif; ?> </div>
Upload File
Create Folder