whoami7 - Manager
:
/
home
/
analuakl
/
somethingsmushy.com
/
wp-content
/
themes
/
beauty-spa-elementor
/
Upload File:
files >> /home/analuakl/somethingsmushy.com/wp-content/themes/beauty-spa-elementor/header.php
<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Beauty Spa Elementor */ ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta http-equiv="Content-Type" content="<?php echo esc_attr(get_bloginfo('html_type')); ?>; charset=<?php echo esc_attr(get_bloginfo('charset')); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.2, user-scalable=yes" /> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); }else{ do_action('wp_body_open'); } ?> <?php if(get_theme_mod('beauty_spa_elementor_preloader_hide','')){ ?> <div class="loader"> <div class="preloader"> <div class="diamond"> <span></span> <span></span> <span></span> </div> </div> </div> <?php } ?> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'beauty-spa-elementor' ); ?></a> <header id="site-navigation" class="header text-center text-md-start"> <div class="topheader py-3 <?php if( get_theme_mod( 'beauty_spa_elementor_sticky_header',true) != '') { ?>sticky-header<?php } else { ?>close-sticky <?php } ?>"> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-3 col-sm-3 align-self-center"> <div class="logo text-center text-md-start mb-3 mb-lg-0"> <div class="logo-image"> <?php the_custom_logo(); ?> </div> <div class="logo-content "> <?php if ( get_theme_mod('beauty_spa_elementor_display_header_title', true) == true ) : echo '<a href="' . esc_url(home_url('/')) . '" title="' . esc_attr(get_bloginfo('name')) . '">'; echo esc_attr(get_bloginfo('name')); echo '</a>'; endif; if ( get_theme_mod('beauty_spa_elementor_display_header_text', false) == true ) : echo '<span>'. esc_attr(get_bloginfo('description')) . '</span>'; endif; ?> </div> </div> </div> <div class="col-lg-6 col-md-5 col-sm-6 align-self-center"> <button class="menu-toggle my-2 py-2 px-3" aria-controls="top-menu" aria-expanded="false" type="button"> <span aria-hidden="true"><?php esc_html_e( 'Menu', 'beauty-spa-elementor' ); ?></span> </button> <nav id="main-menu" class="close-panal"> <?php wp_nav_menu( array( 'theme_location' => 'main-menu', 'container' => 'false' )); ?> <button class="close-menu my-2 p-2" type="button"> <span aria-hidden="true"><i class="fa fa-times"></i></span> </button> </nav> </div> <div class="col-lg-3 col-md-4 col-sm-3 align-self-center head-btn text-center text-md-end"> <?php if ( get_theme_mod('beauty_spa_elementor_search_enable', 'on' ) == true ) : ?> <div class="search-cont py-2 me-4 d-inline-block"> <button type="button" class="search-cont-button"><i class="fas fa-search"></i></button> </div> <div class="outer-search"> <div class="inner-search"> <?php get_search_form(); ?> </div> <button type="button" class="closepop search-cont-button-close" >X</button> </div> <?php endif; ?> <?php if ( get_theme_mod('beauty_spa_elementor_header_button_text') ) : ?> <a href="<?php echo esc_url( get_theme_mod('beauty_spa_elementor_header_button_url' ) ); ?>"><?php echo esc_html( get_theme_mod('beauty_spa_elementor_header_button_text' ) ); ?></a> <?php endif; ?> </div> </div> </div> </div> </header>
Copyright ©2021 || Defacer Indonesia