Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
themes
/
Avada
/
tribe
:
header-v4.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Header-v4 template. * * @author ThemeFusion * @copyright (c) Copyright by ThemeFusion * @link https://avada.com * @package Avada * @subpackage Core */ // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } ?> <div class="fusion-header-sticky-height"></div> <div class="fusion-sticky-header-wrapper"> <!-- start fusion sticky header wrapper --> <div class="fusion-header"> <div class="fusion-row"> <?php if ( 'flyout' === Avada()->settings->get( 'mobile_menu_design' ) ) : ?> <div class="fusion-header-has-flyout-menu-content"> <?php endif; ?> <?php avada_logo(); ?> <?php if ( 'flyout' === Avada()->settings->get( 'mobile_menu_design' ) ) : ?> <?php get_template_part( 'templates/menu-mobile-flyout' ); ?> <?php else : ?> <?php get_template_part( 'templates/menu-mobile-modern' ); ?> <?php endif; ?> <?php if ( 'flyout' === Avada()->settings->get( 'mobile_menu_design' ) ) : ?> </div> <?php endif; ?> </div> </div>