Update Theme
Things to know before you update the theme:
Starting your update:
Go to your account on Themeforest to download the latest theme source.
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:
Go to the old theme source -> Edit Code -> Open this file settings_data.json and COPY ALL codes.
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.
02: Update for Home Page:
Go to the old theme source -> Edit Code -> Open this file index.json and COPY ALL codes.
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:
Go to the old theme source -> Edit Code -> Open this file header-group.json and COPY ALL codes.
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.
04: Update for Footer:
Go to the old theme source -> Edit Code -> Open this file footer-group.json and COPY ALL codes.
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:
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:
Go to the old theme source -> Edit Code -> Locales

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

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.
Last updated