Version 1.1.5
This update was released on the 29th of May.
Changelog
- Added support for the new font picker option
- Improved ajax search functionality
- Fixed "natural image aspect" look
- 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.
The font picker is a really complex update which requires you to install a fresh copy of the theme and redo your customizations.
- Go to the theme editor (read this article for more info)
- 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
-
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; } }
-
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>
- Choose /layout/theme.liquid and completely replace the file with the contents of the following file: https://pastebin.com/raw/C8JEgP38
- Choose /sections/home_product.liquid and completely replace the file with the contents of the following file: https://pastebin.com/raw/cF44dJMw
- Choose /sections/product.liquid and completely replace the file with the contents of the following file: https://pastebin.com/raw/hBUf9XhV
- Choose /sections/product_pre-order.liquid and completely replace the file with the contents of the following file: https://pastebin.com/raw/jeinuv8f
- 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).
- Save all files!
If done correctly, you should now have v1.1.5 installed.