Version 1.1.5

This update was released on the 29th of May.

Changelog

  1. Added support for the new font picker option
  2. Improved ajax search functionality
  3. Fixed "natural image aspect" look
  4. Updated instagram icon

How to manually update

The manual update is available only for the search functionality fix & natural image aspect look (and at least from 1.1.0).
The font picker is a really complex update which requires you to install a fresh copy of the theme and redo your customizations.
  1. Go to the theme editor (read this article for more info)
  2. Choose /assets/js_main.js (or js_main.min.js if you are updating from older versions BUT in this case please also change the file name to js_main.js, ) and completely replace the file with the contents of the following file: https://pastebin.com/raw/8h5D9FFd
  3. Go to /assets/css_main.scss.liquid and at the very end of the file, paste the following code snippet:   

    /* search form fix */
    #search-results .next-page.hidden {
      display: block !important;
      opacity: 0;
      visibility: visible;
    }
    #site-search .preloader {
      span {
        width: 3px;
        height: 3px;
        margin: 0 1px;
      }
      p {
        opacity: .62;
        float: left;
        margin-top: -13px;
        margin-right: 5px;
        font-size: 14px;
      }
    }
    	
  4. Go to /snippets/sidebar_content-search.liquid and replace the following code snippet:

    <div class="preloader" aria-hidden="true"><span>.</span><span>.</span><span>.</span></div>
    	

    With the one below:

    <div class="preloader" aria-hidden="true"><span>.</span><span>.</span><span>.</span>
       <p>Loading results</p>
    </div>
    	
  5. Choose /layout/theme.liquid and completely replace the file with the contents of the following file: https://pastebin.com/raw/C8JEgP38
  6. Choose /sections/home_product.liquid and completely replace the file with the contents of the following file: https://pastebin.com/raw/cF44dJMw
  7. Choose /sections/product.liquid and completely replace the file with the contents of the following file: https://pastebin.com/raw/hBUf9XhV
  8. Choose /sections/product_pre-order.liquid and completely replace the file with the contents of the following file: https://pastebin.com/raw/jeinuv8f
  9. Choose /config/settings_schema.json and at line 6, change the theme_version to 1.1.5 (just for remembering that you did the update, and don't forget, it is only partial - for custom fonts via Shopify's font picker you still have to do a hard update).
  10. Save all files!

If done correctly, you should now have v1.1.5 installed.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.