File: /www/wwwroot/www.molinta.com/wp-content/themes/medical-store/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 Medical Store
*/
?>
<!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('medical_store_preloader_hide', false )){ ?>
<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', 'medical-store' ); ?></a>
<header id="site-navigation" class="header">
<div class="container px-lg-0">
<div class="top-row py-2">
<div class="row row-gap-2">
<div class="col-lg-2 col-md-6 align-self-center">
<div class="logo text-md-start text-center">
<div class="logo-image text-md-start text-center">
<?php the_custom_logo(); ?>
</div>
<div class="logo-content text-md-start text-center">
<?php
if ( get_theme_mod('medical_store_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('medical_store_display_header_text', false) == true ) :
echo '<span>'. esc_attr(get_bloginfo('description')) . '</span>';
endif;
?>
</div>
</div>
</div>
<div class="col-xl-5 col-lg-4 col-md-6 align-self-center ">
<?php if ( get_theme_mod('medical_store_shop_disable_search_icon', 'on' ) == 'on' ) : ?>
<div class="search-box">
<?php if ( class_exists( 'woocommerce' ) ) { ?>
<?php get_product_search_form();?>
<?php }
else { ?>
<?php get_search_form();?>
<?php } ?>
</div>
<?php endif; ?>
</div>
<div class="col-xl-5 col-lg-6 col-md-12 align-self-center d-flex justify-content-between align-items-center flex-sm-row flex-column gap-2">
<div class="currency-language d-flex justify-content-between gap-4 align-items-center">
<?php if ( get_theme_mod('medical_store_shop_currency_switcher', 'on' ) == 'on' ) : ?>
<?php if(class_exists('woocommerce')){ ?>
<div class="currency-box ">
<?php echo do_shortcode('[woocommerce_currency_switcher_drop_down_box]'); ?>
</div>
<?php } ?>
<?php endif; ?>
<?php if ( get_theme_mod('medical_store_shop_gtranslate', 'on' ) == 'on' ) : ?>
<?php if(class_exists('GTranslate')){ ?>
<div class="translate-lang ">
<?php echo do_shortcode( '[gtranslate]' );?>
</div>
<?php } ?>
<?php endif; ?>
</div>
<div class="top-button d-flex justify-content-between align-items-center gap-3">
<?php if ( get_theme_mod('medical_store_header_button_url')) : ?>
<div class="doc-btn">
<a href="<?php echo esc_url( get_theme_mod('medical_store_header_button_url' ) ); ?>"><i class="fa-regular fa-file-lines"></i></a>
</div>
<?php endif; ?>
<?php if(class_exists('woocommerce')){ ?>
<?php if(defined('YITH_WCWL')){ ?>
<div class="wishlist-icon">
<a class="wishlist_view" href="<?php echo YITH_WCWL()->get_wishlist_url(); ?>" title="<?php esc_attr_e('Wishlist','medical-store'); ?>"><i class="fa-solid fa-heart"></i></a>
</div>
<?php }?>
<?php }?>
<?php if ( get_theme_mod('medical_store_phone_number') || get_theme_mod('medical_store_phone_number_text') ) : ?>
<div class="row call-icon w-100">
<div class="col-lg-3 col-md-3 col-sm-3 col-3 align-self-center p-0 text-end">
<i class="fa-solid fa-phone"></i>
</div>
<div class="col-lg-9 col-md-9 col-sm-9 col-9 align-self-center text-start">
<h6 class="mb-0"><?php echo esc_html( get_theme_mod('medical_store_phone_number_text' ) ); ?></h6>
<a href="tel:<?php echo esc_attr( get_theme_mod('medical_store_phone_number' ) ); ?>"><p class="mb-0"><?php echo esc_html( get_theme_mod('medical_store_phone_number' ) ); ?></p></a>
</div>
</div>
<?php endif; ?>
</div>
</div>
</div>
</div>
<div class="bottom-row py-1">
<div class="row row-gap-2">
<div class="col-xxl-9 col-xl-8 col-lg-8 col-md-12 col-sm-3 col-12 align-self-center bottom-menu">
<div class="text-sm-start text-center">
<button class="menu-toggle mx-auto mx-sm-0" aria-controls="top-menu" aria-expanded="false" type="button">
<span aria-hidden="true"><i class="fa-solid fa-bars"></i></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>
<div class="col-xxl-3 col-xl-4 col-lg-4 col-md-12 col-sm-9 col-12 align-self-center bottom-button">
<div class="d-flex flex-row gap-4 justify-content-lg-end align-items-center justify-content-md-around justify-content-sm-between justify-content-around py-md-2">
<?php if ( get_theme_mod('medical_store_login_enable_setting', true)) : ?>
<?php if(class_exists('woocommerce')){ ?>
<?php if ( is_user_logged_in() ) { ?>
<a href="<?php echo esc_url( get_permalink( get_option('woocommerce_myaccount_page_id') ) ); ?>" class="account-login" title="<?php esc_attr_e('My Account','medical-store'); ?>"><i class="fas fa-sign-in-alt me-2"></i><span class="acc-text"><?php esc_html_e('My Account','medical-store'); ?></span><span class="screen-reader-text"><?php esc_html_e( 'My Account','medical-store' );?></span></a>
<?php }
else { ?>
<a href="<?php echo esc_url( get_permalink( get_option('woocommerce_myaccount_page_id') ) ); ?>" class="account-login" title="<?php esc_attr_e('Login Here','medical-store'); ?>"><i class="fas fa-user me-2"></i><span class="acc-text"><?php esc_html_e('Login Here','medical-store'); ?></span><span class="screen-reader-text"><?php esc_html_e( 'Login Here','medical-store' );?></span></a>
<?php } ?>
<?php }?>
<?php endif; ?>
<?php if ( get_theme_mod('medical_store_cart_enable_setting', true)) : ?>
<?php if ( class_exists( 'woocommerce' ) ) {?>
<div class="d-flex flex-row gap-2 cart-customlocation-row align-items-center">
<div class="cart-icon"><a class="cart-customlocation" href="<?php if(function_exists('wc_get_cart_url')){ echo esc_url(wc_get_cart_url()); } ?>" title="<?php esc_attr_e( 'View Shopping Cart','medical-store' ); ?>"><i class="fas fa-shopping-bag"></i></a></div>
<div class="cart-info">
<div class="cart-text"><a href="<?php if(function_exists('wc_get_cart_url')){ echo esc_url(wc_get_cart_url()); } ?>" title="<?php esc_attr_e( 'View Shopping Cart','medical-store' ); ?>"><?php esc_html_e('Add To Cart','medical-store'); ?></a></div>
<div class="cart-count"><a title="<?php esc_attr_e( 'View Shopping Cart','medical-store' ); ?>"><?php echo esc_html(wp_kses_data( WC()->cart->get_cart_contents_count() ));?><?php esc_html_e(' Product','medical-store'); ?></a></div>
</div>
</div>
<?php }?>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
</header>