Update from Ella 6.0 to a higher version

Things to know before you update the theme:

The Logic of Updating a theme in Shopify platform:

  • Ella is the same as any other Shopify themes in Shopify platform. That is when a new update version released, it will be a core theme source, independent from the previous ones you are using. Thus, your changes on the previous versions will not be included in the update.

  • To update the theme to the latest version, you can follow our next instructions. We will guide you how to update theme and help you save your settings.

  • Any custom works/ customizations/ changes which are not available from theme core default will be lost and needs customization from the starting point.

Remember: The instructions below are applied to update the theme without losing default settings in Theme Editor (Not including the customization and app's code). All custom works which were changed in our theme files will not be updated and have to be redone manually.

About the apps you installed, you might need to install them again. We recommend you contact the app provider to have support because we're not able to handle the app's code.

Starting your update:

If your store is using from Ella 6.0 version and you would like to update to the latest version, please follow below instruction:

You should duplicate your current theme to avoid issues (if any) when updating the theme.

  1. Go to your account on Themeforest to download the latest theme source.

  2. Upload the latest theme source into your store.

There are some files that need to be copied to maintain your modifications in the latest theme source

01: Update for Theme Settings:

  1. Go to the old theme source -> Edit Code -> Open this file settings_data.json and COPY ALL codes.

  2. Go to the new theme source which you just installed into your site -> Edit Code -> Open this file settings_data.json, delete and PASTE codes you just copied into this file.

At this step, you can get some errors because of header and footer in section groups, follow this video to fix: https://youtu.be/zM4oGyxOSDs (Read our video description for the explanation about why the errors appear when updating to version 6.5.0) Our support team is available to support you if you need our help: https://halosoft.ticksy.com/

02: Update for Home Page:

  1. Go to the old theme source -> Edit Code -> Open this file index.json and COPY ALL codes.

  2. Go to the new theme source which you just installed into your site -> Edit Code -> Open this file index.json, delete and PASTE codes you just copied into this file.

03: Update for Header:

From Ella versions 6.0.0 to less than 6.5.0, skip this instruction as the header-group.json does not exist in your current theme source. Follow the alternative instruction to set up the header.

From Ella 6.5.0 to the latest version, we have updated the Header to Header Group. Follow the instruction below to maintain the same header layout in the newest theme source.

  1. Go to the old theme source -> Edit Code -> Open this file header-group.json and COPY ALL codes.

  2. Go to the new theme source which you just installed into your site -> Edit Code -> Open this file header-group.json, delete and PASTE codes you just copied into this file.

From Ella versions 6.0.0 to less than 6.5.0, skip this instruction as the footer-group.json does not exist in your current theme source. Follow the alternative instruction to set up the header.

From Ella 6.5.0 to the latest version, we have updated the Footer to Footer Group. Follow the instruction below to maintain the same header layout in the newest theme source.

  1. Go to the old theme source -> Edit Code -> Open this file footer-group.json and COPY ALL codes.

  2. Go to the new theme source which you just installed into your site -> Edit Code -> Open this file footer-group.json, delete and PASTE codes you just copied into this file.

05: Update for other Pages:

Repeat the procedure: Copy codes in file from old theme source, go to the corresponding file in new theme source, delete and PASTE codes you just copied for other pages:

  • Collection List Page => list-collections.json

  • Collection Page => collection.json

  • Product Page => product.json

  • Blog Page => blog.json

  • Blog Detail Page => article.json

  • For Inner pages such as: About us, Contact us... => Search "page.template" to see the corresponding files

For any other pages you have created yourself, they are not included in the newer theme sources.

To keep the same layout + settings of pages, please go to Edit Code -> Templates -> Search .json to see all files of page template.

Copy codes in file from the old theme source, go to the corresponding file in new theme source, delete and PASTE codes you just copied.

06: Update for Language files:

  1. Go to the old theme source -> Edit Code -> Locales

2. Open the file of your languages. Example we are using German, we will open de.json file

3. Copy all codes in the language file from the old theme source and go to the corresponding language file in new theme source, delete and PASTE codes you just copied.

07: Update Custom CSS + Custom JS

Note:

  • This instruction only applies in case you (yourself) make any changes, custom code/ customizations in these 2 files: custom.css or custom.js

  • If you make changes not only on these 2 files, but also on other files (such as liquid, Json), you have to do by yourself again.

If you don't make any changes in these 2 files, please skip this instruction below.

01: Custom CSS

Step 1: Copy CSS from the custom.css file:

  1. Select the theme source with previous version before updating.

  2. Go to Edit Code -> Open this file custom.css and COPY ALL.

Step 2: Paste CSS to the custom.css file:

  1. Select the newest theme source after updating.

  2. Go to Edit Code -> Open this file custom.css, delete and PASTE code you just copied into this file.

  3. Click Save.

02: Custom JS

Step 1: Copy JS from the custom.js file:

  1. Select the theme source with previous version before updating.

  2. Go to Edit Code -> Open this file custom.js and COPY ALL.

Step 2: Paste JS to the custom.js file:

  1. Select the newest theme source after updating.

  2. Go to Edit Code -> Open this file custom.js, delete and PASTE code you just copied into this file.

  3. Click Save.

*****************

Theme Update Service:

In the event that your extensively modified or customized theme requires professional intervention, our expert team is at your service. We provide solutions to ensure the continuous optimization, updating, and safeguarding of your themes.

With an average of 10 annual releases, updating your theme to the latest version is pivotal to harnessing Shopify's latest features, bolstering security, and addressing bugs.

Our Services Include:

  • Updating your theme source to the latest version

  • Preserving your settings and setup within the theme

  • Keeping your custom code modifications from the previous theme source

  • Assisting in the reinstallation of apps for seamless integration

Contact us and share your detailed requirements. Our expert team will get back to you asap.

Last updated