Missing Header.liquid file

Missing Header.liquid file

BByrne
Visitor
2 0 0

I've updated my email and want to change it on the header displayed on my website.
I've gone to  "Edit Code", but the folder for the header.liquid is not listed anywhere (sections folder is empty). Can anyone help me find the code to change the email displayed in the header?
Template used is Supply

Replies 4 (4)

Guleria
Shopify Partner
4059 797 1146

Hello @BByrne ,

 

Sounds like you are using a old version of Supply theme.
btw you can track your header file from theme.liquid or once try to check in snippets 
If still not found please share the theme.liquid here.

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
BByrne
Visitor
2 0 0

HI Thanks for your reply
Ive pasted my theme.liquid below. Any help would be appreciated


<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="ie9 no-js"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-touch no-js"> <!--<![endif]-->
<head>
<meta name="google-site-verification" content="8khXehDabYjA35sUE95UpGBNkq4tnMaah4yxooBiaVY" />
  <!-- Basic page needs ================================================== -->
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 
  {% if settings.favicon_enable %}
  <link rel="shortcut icon" href="{{ 'favicon.png' | asset_url }}" type="image/png" />
  {% endif %}
 
  <!-- Title and description ================================================== -->
{% case template %} 
{% when 'product' %} 
  <title>
  {{ page_title }} {% if current_tags %}{% assign current_tags_joined = current_tags | join: ', ' %} &ndash; {{ 'general.meta.tags' | t: tags: current_tags_joined }}{% endif %}{% if current_page != 1 %} &ndash; {{ 'general.meta.page' | t: page: current_page }}{% endif %}{% unless page_title contains shop.name %}Costume {{ product.price | money }} &ndash; {{ shop.name }}{% endunless %} 
  </title>
{% when 'search' %}
  <title>
  {{ page_title }}{% if current_tags %}{% assign current_tags_joined = current_tags | join: ', ' %} &ndash; {{ 'general.meta.tags' | t: tags: current_tags_joined }}{% endif %}{% if current_page != 1 %} &ndash; {{ 'general.meta.page' | t: page: current_page }}{% endif %}{% unless page_title contains shop.name %} Costumes &ndash; {{ shop.name }}{% endunless %}
  </title>
{% else %}
  <title>
  {{ page_title }}{% if current_tags %}{% assign current_tags_joined = current_tags | join: ', ' %} &ndash; {{ 'general.meta.tags' | t: tags: current_tags_joined }}{% endif %}{% if current_page != 1 %} &ndash; {{ 'general.meta.page' | t: page: current_page }}{% endif %}{% unless page_title contains shop.name %} &ndash; {{ shop.name }}{% endunless %}
  </title>
 
 
{% endcase %} 
 
  
 
  {% if page_description %}
    <meta name="description" content="{{ page_description | escape }}">
  {% endif %}
 
  <!-- Product meta ================================================== -->
  {% include 'open-graph-tags' %}
  {% include 'twitter-card' %}
 
  <!-- Helpers ================================================== -->
  <link rel="canonical" href="{{ canonical_url }}">
  <meta name="viewport" content="width=device-width,initial-scale=1">
 
  {% if settings.ajax_cart_method != 'page' %}
  <!-- Ajaxify Cart Plugin ================================================== -->
  {{ 'ajaxify.scss.css' | asset_url | stylesheet_tag }}
  {% endif %}
 
  <!-- CSS ================================================== -->
  {{ 'timber.scss.css' | asset_url | stylesheet_tag }}
  {% include 'google-fonts' %}
 
  <!-- Header hook for plugins ================================================== -->
  {{ content_for_header }}
 
 
  {% include 'oldIE-js' %}
 
  {% comment %}
    If you store has customers disabled, you can remove the following JS file
  {% endcomment %}
  {% if template contains 'customers' %}
    {{ 'shopify_common.js' | shopify_asset_url | script_tag }}
    {{ 'customer_area.js'  | shopify_asset_url | script_tag }}
  {% endif %}
 
  {{ '//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js' | script_tag }}
  {{ 'modernizr.min.js' | asset_url | script_tag }}
 
<!-- Hits Analytics tracking code -->
{% if shop.customer_accounts_enabled %}
  {% if customer %}
    <script type="text/javascript">
        function hitsReady() {
            if (typeof hits != 'undefined')
                hits('user','identify', {'id' : '{{ customer.id }}'});
            else
                setTimeout(hitsReady,500);
        }
        window.attachEvent ? window.attachEvent('onload', hitsReady) : window.addEventListener('load', hitsReady, false);
    </script>
  {% endif %}
{% endif %}
<!-- end of Hits Analytics code -->
{% include 'hide-paypal' %}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
<!-- BeginConsistentCartAddon -->  <script>  {% if customer %}  Shopify.merge_cart_text = '{{ "consistent_cart_addon.merge_cart_text" | t }}' ;  Shopify.customer_logged_in = true ;  Shopify.customer_email = "{{ customer.email }}" ;  Shopify.log_uuids = true;  {% else %}  Shopify.customer_logged_in = false ;  Shopify.customer_email = "" ;  Shopify.log_uuids = true;  {% endif %}  </script>  <!-- EndConsistentCartAddon -->
</head>
 
<body id="{{ page_title | handle }}" class="{% if customer %}customer-logged-in {% endif %}template-{{ template | replace: '.', ' ' | truncatewords: 1, '' | handle }}" >
{% capture the_snippet_content %}{% include 'socialshopwave-helper' %}{% endcapture %}
            {% unless the_snippet_content contains 'Liquid error' %}
              {{ the_snippet_content }}
            {% endunless %}
 
  <header class="site-header" role="banner">
    <div class="wrapper">
 
      <div class="grid--full">
        <div class="grid-item large--one-half">
          {% if template == 'index' %}
            <h1 class="head
er-logo" itemscope itemtype="http://schema.org/Organization">
          {% else %}
            <div class="h1 header-logo" itemscope itemtype="http://schema.org/Organization">
          {% endif %}
            {% if settings.logo_use_image %}
              <a href="/" itemprop="url">
                <img src="{{ 'logo.png' | asset_url }}" alt="{{ shop.name }}" itemprop="logo">
              </a>
            {% else %}
              <a href="/" itemprop="url">{{ shop.name }}</a>
            {% endif %}
          {% if template == 'index' %}
            </h1>
          {% else %}
            </div>
          {% endif %}
        </div>
 
        <div class="grid-item large--one-half text-center large--text-right">
          <span>e: <u><a href="mailto:&#105;&#110;&#102;&#111;&#064;&#099;&#111;&#115;&#116;&#117;&#109;&#101;&#099;&#111;&#114;&#110;&#101;&#114;&#046;&#105;&#101;">&#105;&#110;&#102;&#111;&#064;&#099;&#111;&#115;&#116;&#117;&#109;&#101;&#099;&#111;&#114;&#110;&#101;&#114;&#046;&#105;&#101;</a></u>&nbsp;&nbsp;p: <u><a href="tel:+353872374503">087-237 4503</a></u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/></span>
          <p>&nbsp;</p>
          {% if settings.header_message != blank or shop.customer_accounts_enabled %}
            <div class="site-header--text-links{% if settings.header_message == blank %} medium-down--hide{% endif %}">
              {% if settings.header_message != blank %}
                {{ settings.header_message }}
              {% endif %}
              {% if shop.customer_accounts_enabled %}
                <span class="site-header--meta-links medium-down--hide">
                  {% if customer %}
                    {% capture first_name %}<a href="/account">{{ customer.first_name }}</a>{% endcapture %}
                    {{ 'layout.customer.logged_in_as_html' | t: first_name: first_name }} &middot; {{ 'layout.customer.log_out' | t | customer_logout_link }}
                  {% else %}
                    {{ 'layout.customer.sign_in' | t | customer_login_link }}
                    <span class="site-header--spacer">{{ 'layout.customer.or' | t }}</span>
                    {{ 'layout.customer.create_account' | t | customer_register_link }}
                  {% endif %}
                </span>
              {% endif %}
            </div>
 
            <br class="medium-down--hide">
          {% endif %}
 
          {% include 'search-bar' %}
 
          <a href="/cart" class="header-cart-btn cart-toggle">
            <span class="icon icon-cart"></span>
            {{ 'layout.cart.cart' | t }} <span class="cart-count cart-badge--desktop {% if cart.item_count == 0 %}hidden-count{% endif %}">{{ cart.item_count }}</span>
          </a>
        </div>
      </div>
 
    </div>
  </header>
 
  <nav class="nav-bar" role="navigation">
    <div class="wrapper">
      {% include 'search-bar' %}
      {% include 'site-nav' %}
    </div>
  </nav>
 
  <div id="mobileNavBar">
    <div class="display-table-cell">
      <a class="menu-toggle mobileNavBar-link"><span class="icon icon-hamburger"></span>{{ 'layout.navigation.mobile_menu' | t }}</a>
    </div>
    <div class="display-table-cell">
      <a href="/cart" class="cart-toggle mobileNavBar-link">
        <span class="icon icon-cart"></span>
        {{ 'layout.cart.cart' | t }} <span class="cart-count {% if cart.item_count == 0 %}hidden-count{% endif %}">{{ cart.item_count }}</span>
      </a>
    </div>
  </div>
 
  <main class="wrapper main-content" role="main">
 
    {{ content_for_layout }}
 
  </main>
 
  {% capture theme_settings_link %}<a href="/admin/themes/{{ theme.id }}/settings">{{ 'layout.footer.theme_settings' | t }}</a>{% endcapture %}
 
  <footer class="site-footer small--text-center" role="contentinfo">
 
    <div class="wrapper">
 
      <div class="grid">
 
        {% if settings.footer_quicklinks_enable %}
          <div class="grid-item medium--one-half large--three-twelfths">
            <h3>{{ 'layout.footer.quick_links' | t }}</h3>
            <ul>
              {% for link in linklists[settings.footer_quicklinks_linklist].links %}
                <li><a href="{{ link.url }}">{{ link.title }}</a></li>
              {% else %}
                {% capture theme_settings_footer_linklist_path %}<strong>Footer</strong> > <strong>Quick links link list</strong>{% endcapture %}
                {{ 'layout.footer.instructions_for_linklist_html' | t: theme_settings_link: theme_settings_link, theme_settings_footer_linklist_path: theme_settings_footer_linklist_path }}
              {% endfor %}
            </ul>
          </div>
        {% endif %}
 
        {% if settings.footer_content_enable or settings.footer_social_enable %}
        <div class="grid-item medium--one-half large--five-twelfths">
          <h3>{{ 'layout.footer.get_in_touch' | t }}</h3>
          {% if settings.footer_content_enable %}
            <p>
              {% if settings.footer_content_text != blank %}
                {{ settings.footer_content_text }}
              {% else %}
                {{ 'layout.footer.instructions_for_text_content_html' | t: theme_settings_link: theme_settings_link }}
              {% endif %}
            </p>
          {% endif %}
          {% if settings.footer_social_enable %}
            <ul class="inline-list social-icons">
              {% if settings.social_twitter_link != blank %}
                <li>
                  <a class="icon-fallback-text" href="{{ settings.social_twitter_link }}" title="{{ 'layout.footer.store_on_social_network' | t: store_name: shop.name, social_network: 'Twitter' | escape }}">
                    <span class="icon icon-twitter" aria-hidden="true"></span>
                    <span class="fallback-text">Twitter</span>
                  </a>
                </li>
              {% endif %}
              {% if settings.social_facebook_link != blank %}
                <li>
                  <a class="icon-fallback-text" href="{{ settings.social_facebook_link }}" title="{{ 'layout.footer.store_on_social_network' | t: store_name: shop.name, social_network: 'Facebook' | escape }}">
                    <span class="icon icon-facebook" aria-hidden="true"></span>
                    <span class="fallback-text">Facebook</span>
                  </a>
                </li>
              {% endif %}
              {% if settings.social_pinterest_link != blank %}
                <li>
                  <a class="icon-fallback-text" href="{{ settings.social_pinterest_link }}" title="{{ 'layout.footer.store_on_social_network' | t: store_name: shop.name, social_network: 'Pinterest' | escape }}">
                    <span class="icon icon-pinterest" aria-hidden="true"></span>
                    <span class="fallback-text">Pinterest</span>
                  </a>
                </li>
              {% endif %}
              {% if settings.social_google_plus_link != blank %}
                <li>
                  <a class="icon-fallback-text" href="{{ settings.social_google_plus_link }}" title="{{ 'layout.footer.store_on_social_network' | t: store_name: shop.name, social_network: 'Google' | escape }}" rel="publisher">
                    <span class="icon icon-google_plus" aria-hidden="true"></span>
                    <span class="fallback-text">Google</span>
                  </a>
                </li>
              {% endif %}
              {% if settings.social_instagram_link != blank %}
                <li>
                  <a class="icon-fallback-text" href="{{ settings.social_instagram_link }}" title="{{ 'layout.footer.store_on_social_network' | t: store_name: shop.name, social_network: 'Instagram' | escape }}">
                    <span class="icon icon-instagram" aria-hidden="true"></span>
                    <span class="fallback-text">Instagram</span>
                  </a>
                </li>
              {% endif %}
              {% if settings.social_tumblr_link != blank %}
                <li>
                  <a class="icon-fallback-text" href="{{ settings.social_tumblr_link }}" title="{{ 'layout.footer.store_on_social_network' | t: store_name: shop.name, social_network: 'Tumblr' | escape }}">
                    <span class="icon icon-tumblr" aria-hidden="true"></span>
                    <span class="fallback-text">Tumblr</span>
                  </a>
                </li>
              {% endif %}
              {% if settings.social_youtube_link != blank %}
                <li>
                  <a class="icon-fallback-text" href="{{ settings.social_youtube_link }}" title="{{ 'layout.footer.store_on_social_network' | t: store_name: shop.name, social_network: 'YouTube' | escape }}">
                    <span class="icon icon-youtube" aria-hidden="true"></span>
                    <span class="fallback-text">YouTube</span>
                  </a>
                </li>
              {% endif %}
              {% if settings.social_vimeo_link != blank %}
                <li>
                  <a class="icon-fallback-text" href="{{ settings.social_vimeo_link }}" title="{{ 'layout.footer.store_on_social_network' | t: store_name: shop.name, social_network: 'Vimeo' | escape }}">
                    <span class="icon icon-vimeo" aria-hidden="true"></span>
                    <span class="fallback-text">Vimeo</span>
                  </a>
                </li>
              {% endif %}
              {% if settings.social_fancy_link != blank %}
                <li>
                  <a class="icon-fallback-text" href="{{ settings.social_fancy_link }}" title="{{ 'layout.footer.store_on_social_network' | t: store_name: shop.name, social_network: 'Fancy' | escape }}">
                    <span class="icon icon-fancy" aria-hidden="true"></span>
                    <span class="fallback-text">Fancy</span>
                  </a>
                </li>
              {% endif %}
            </ul>
          {% endif %}
        </div>
        {% endif %}
 
        {% if settings.footer_newsletter_enable %}
        <div class="grid-item large--one-third">
          <h3>{{ 'layout.footer.newsletter_title' | t }}</h3>
          {% include 'newsletter-form' %}
        </div>
        {% endif %}
      </div>
 
      <hr class="hr--small">
 
      <div class="grid">
        <div class="grid-item{% unless shop.enabled_payment_types == empty %} large--two-fifths{% endunless %}">
          {% if settings.footer_legallinks_enable %}
            <ul class="legal-links inline-list">
              {% for link in linklists[settings.footer_legallinks_linklist].links %}
                <li><a href="{{ link.url }}">{{ link.title }}</a></li>
              {% endfor %}
            </ul>
          {% endif %}
          <ul class="legal-links inline-list">
            <li>
              &copy; {{ 'now' | date: "%Y" }} {{ shop.name | link_to: '/' }}
            </li>
            {% comment %}
  <li>
              {{ powered_by_link }}
            </li>
            {% endcomment %}
          </ul>
        </div>
 
        {% unless shop.enabled_payment_types == empty %}
          <div class="grid-item large--three-fifths large--text-right">
            {% assign payment_icons_available = 'amazon_payments,american_express,bitcoin,cirrus,dankort,diners_club,discover,dogecoin,dwolla,forbrugsforeningen,interac,jcb,litecoin,maestro,master,paypal,stripe,visa' | split: ',' %}
            <ul class="inline-list payment-icons">
              {% for type in shop.enabled_payment_types %}
                {% if payment_icons_available contains type %}
                  <li>
                    <span class="icon-fallback-text">
                      <span class="icon icon-{{ type }}" aria-hidden="true"></span>
                      <span class="fallback-text">{{ type | replace: '_',' ' }}</span>
                    </span>
                  </li>
                {% endif %}
              {% endfor %}
            </ul>
          </div>
        {% endunless %}
 
      </div>
 
    </div>
 
  </footer>
 
  {{ 'fastclick.min.js' | asset_url | script_tag }}
 
  {{ 'shop.js' | asset_url | script_tag }}
 
  {% if template == 'index' and hero_enabled %}
    {{ 'jquery.flexslider.min.js' | asset_url | script_tag }}
  {% endif %}
 
  <script>
  var moneyFormat = '{{ shop.money_format }}';
  </script>
 
{% if settings.ajax_cart_method != 'page' %}
  {{ 'handlebars.min.js' | asset_url | script_tag }}
  {% include 'ajax-cart-template' %}
  {{ 'ajaxify.js' | asset_url | script_tag }}
  <script>
  jQuery(function($) {
    ajaxifyShopify.init({
      method: '{{ settings.ajax_cart_method }}',
      wrapperClass: 'wrapper',
      formSelector: '#addToCartForm',
      addToCartSelector: '#addToCart',
      cartCountSelector: '.cart-count',
      toggleCartButton: '.cart-toggle',
      useCartTemplate: true,
      btnClass: 'btn',
      moneyFormat: {{ shop.money_format | json }},
      disableAjaxCart: false,
      enableQtySelectors: true
    });
  });
  </script>
{% endif %}
 
 
<!-- Start of StatCounter Code for Shopify -->
<script type="text/javascript">
var sc_project=9782147; 
var sc_invisible=1; 
var sc_security="056d5ed0"; 
var scJsHost = (("https:" == document.location.protocol) ?
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="hit counter"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="//c.statcounter.com/9782147/0/056d5ed0/1/" alt="hit
counter"></a></div></noscript>
<!-- End of StatCounter Code for Shopify -->
 
<pixel-hook style="display:none;">
     {% if template == 'collection' %}
   <page-collection-id>
    {% for collection in collections %}{{ collection.id  }},{% endfor %}
    </page-collection-id>
    {% endif %}
      {% if template == 'product' %}
   <product-collection>{% for collection in product.collections %}{{ collection.id  }},{% endfor %}</product-collection>
      {% endif %}
        {% if template == 'cart' %}
         <product-tags>{% for item in cart.items %}{% for tag in item.product.tags %}{{ tag }}, {% endfor %}{% endfor %}</product-tags>
            <product-collection>{% for item in cart.items %}{% for collection in item.product.collections %}{{ collection.id }}, {% endfor %}{% endfor %}</product-collection>
  
    {% endif %}
  </pixel-hook>
 
{% include 'swymSnippet' %}
 
</body>
 
</html>
    
 
{% include 'livechat_chat_window' %}
Guleria
Shopify Partner
4059 797 1146

Your header code available in the same file theme.liquid
 check b/w the tag 
  <header class="site-header" role="banner">
 
</header>
Make te necessary changes you want to do.  

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

INA_MSWEB
Shopify Partner
1281 144 168

Hello,

 

I am San from MS Web Designer.

 

If this is Empire Supply theme you can find it here:

 

SAN_MSWEB_0-1719379502237.png

Do let me know in case of any concerns.

 

Regards,

San

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin