| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/meadowcroftca/wp-content/themes/wp-spectratheme/ |
Upload File : |
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js">
<head>
<?php wp_head(); ?>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php
if (!get_site_icon_url()){
// Site Icon is not set
echo '<link rel="shortcut icon" href="'.esc_url_raw(get_field('favicon', 'options')).'" type="image/vnd.microsoft.icon">';
echo '<link rel="apple-touch-icon" href="'. esc_url_raw(get_field('apple_touch_icon', 'options')) .'">';
} // end if site icon is set
?>
<?php if(get_field('custom_script_head', 'option')){ echo get_field('custom_script_head','option'); }; ?>
</head>
<?php if(get_field('customize_logo_width','option')){ ?>
<style>
.header__logo{
width: <?php echo get_field('mobile_logo_width','option'); ?>px;
}
@media only screen and (min-width: 64.0625em){
.header__logo{
width: <?php echo get_field('desktop_logo_width','option'); ?>px;
}
}
@media only screen and (min-width: 64.0625em){
.scrolled .header__logo{
width: <?php echo get_field('desktop_logo_width_on_scroll','option'); ?>px;
}
}
</style>
<?php } ?>
<?php
$header_extra_class = '';
if(get_field('header_bar_toggle', 'options')){
$header_extra_class .= 'header-promo-active ';
};
if(get_field('enable_commerce7','options')){
$header_extra_class .= ' c7-activated';
}else{
$header_extra_class .= ' c7-not-activated ';
}
if(get_field('hide_pickup_option_in_checkout', 'option')){
$header_extra_class .= ' c7-hide-pickup ';
}
if(get_field('hide_hold_option_in_profile', 'option')){
$header_extra_class .= ' c7-hide-hold ';
}
if(get_field('hide_cancel_option_in_profile', 'option')){
$header_extra_class .= ' c7-hide-cancel ';
}
if(get_field('hide_skip_option_in_profile', 'option')){
$header_extra_class .= ' c7-hide-skip ';
}
if(get_field('enable_commerce7_v2','option')){
$header_extra_class .= ' commerce7-v2 ';
}
?>
<body <?php body_class($header_extra_class); ?>>
<?php if(get_field('custom_script_after_body', 'option')){ echo get_field('custom_script_after_body','option'); }; ?>