Dashboard
PHP:
7.4.33
OS:
Linux
User:
vqweckd
/
/
home
/
vqweckd
/
www
/
wp-content
/
themes
/
Avada
/
templates
📤 Upload
📝 New File
📁 New Folder
Close
Editing: header-v4.php
<?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>
Save
Cancel