Skip to main content

Fix Images That Do Not Update When They Are Changed

Try clearing your browser's cache first.
Then, if you still see the old image, try and use the asset_url filter on it as described here. Shopify Support can help you apply that solution to your theme. Please mention the image filename in the ticket you create.

Comments

Popular posts from this blog

How To Add Social Media In Shopify

There are various customizations that you can make to integrate social media with your online store: In this section: Add social media buttons Embed a Twitter feed in your online store Use Twitter cards Add Disqus to your blog Support for themes Before customizing your theme, make sure that you understand what level of support is available. Supported customizations If you use a  free theme from Shopify , we can help if you have trouble with supported customizations. Supported customizations include all tutorials in the  Shopify Help Center  that do not have the warning message shown in the  Unsupported customizations  section below. You can  chat, email, or call us  any time. Unsupported customizations Unsupported customizations are outside the scope of our support service. This means that we’re not able to help you if you run into problems. All unsupported customizations include the following warning message: Caution This is an advanced tutorial and is

How To Fix HTML Errors In Your Theme Code In Shopify

When making changes to your theme settings in the  theme editor , you might see an 'HTML error found' warning message in the editor: This error message appears when a syntax error is found in your theme code. To resolve the problem, you can examine the code in the Liquid file that is referenced in the error message. In the example above, this would be the  slideshow.liquid . Finding the problem in your theme code Click on the  .liquid  section file that is linked to in the error message. This will take you to the  Edit HTML/CSS page , and the file will open in the code editor. Look through the code in the file and try to find invalid HTML or Liquid. The code editor will show potential syntax errors in red. Common problems include the following: Extra closing HTML tags, for example, a closing  </div>  without an opening  <div> Extra unclosed HTML tags, for example, an opening  <div>  without a closing  </div> Malformed HTML tags, for ex