Hi there,
Here is the code. This is with the Automizely app deleted by removing store connection, deleting the app and removing the js file that was inserted by the app in the code. The resizing is still happening, also happening on all my other copies of the themes I have which are not published.
{%- comment -%}DHSEO_START{%- endcomment -%}{% capture dh %}{% include ‘dhseo-snippet’ %}{% endcapture %}{% unless dh contains ‘Liquid error’ %}{% include ‘dhseo-snippet’ %}{% endunless %}{%- comment -%}DHSEO_END{%- endcomment -%}
{% if settings.favicon %}
{% endif %}
{{ page_title }}{% if current_tags %}{% assign meta_tags = current_tags | join: ', ' %} – {{ 'general.meta.tags' | t: tags: meta_tags }}{% endif %}{% if current_page != 1 %} – {{ 'general.meta.page' | t: page: current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %}
{% if page_description %}
{% endif %}
{% include ‘social-meta-tags’ %}
{% render 'css-variables' %}
{{ ‘timber.scss.css’ | asset_url | stylesheet_tag }}
{{ ‘theme.scss.css’ | asset_url | stylesheet_tag }}
{{ ‘jquery-2.2.3.min.js’ | asset_url | script_tag }}
{{ content_for_header }}
{{ shop.metafields.fontify.stylesheets }}
{{ ‘modernizr.min.js’ | asset_url | script_tag }}
{% comment %}
If you store has customer accounts disabled, you can remove the following JS file
{% endcomment %}
{% if request.page_type contains ‘customers/’ %}
{{ ‘shopify_common.js’ | shopify_asset_url | script_tag }}
{% endif %}
{% comment %}
Add the page template as a class for easy page or template specific styling.
{% endcomment %}
{% capture the_snippet_content %}{% render 'socialshopwave-helper' %}{% endcapture %}
{% unless the_snippet_content contains 'Liquid error' %}
{{ the_snippet_content }}
{% endunless %}
{% section ‘header’ %}
{{ 'cart.general.title' | t }}
{{ 'cart.general.close_cart' | t }}
{% unless request.page_type == "index" %}
{% endunless %}
{% include 'breadcrumbs' %}
{% if settings.show_breadcrumb_nav %}
{% include 'breadcrumbs' %}
{% endif %}
{{ content_for_layout }}
{% unless request.page_type == "index" %}
{% endunless %}
{% section ‘footer’ %}
{% comment %}
Template-specific js
{% endcomment %}
{% comment %}
Ajaxify your cart with this plugin.
Documentation:
{% if settings.cart_type == ‘drawer’ %}
{% include ‘ajax-cart-template’ %}
{% endif %}
{% if request.page_type == ‘product’ or request.page_type == ‘index’ %}
{% endif %}
{% include 'search-bar', search_btn_style: 'btn', search_bar_location: 'search-bar--modal' %}
- {{ 'general.accessibility.refresh_page' | t }}
- {{ 'general.accessibility.selection_help' | t }}
- {{ 'home_page.slideshow.navigation_instructions' | t }}
{% include 'product_pinch_zoom' %}