Base_Start_Package
1. Prepare Installation
In this guide, We assume that you already have Magento installed, so to prepare installation, you need to do the following steps:
Backup your Magento source files and your store database
Creating a backup is very imporant before installing theme, especially when you are working on a live site. Please don't ignore this step.
Disable all cache on your server:
Any additional cache on your server, for instance PHP cache engines, APC, ...
Enable Maintenance mode for your store before uploading theme source.
2. Install
Download our theme package files from themesforest.
1.1. Extract this package, upload folders in kalles_theme: app, lib, pub to the root directory ( www, public_html) of your magento folder. You can use a FTP software, such as FileZilla, then login to your hosting to do it.
If you have use old magento 2.3.6 or lower magento version. You need use tool Sublime Text or Notepad++ (Any editor code) search folder kalles_theme and replace string from $escaper to $block
1.2. For 2.3.5 version or lower version, upload and overwrite files in the patch_for_magento_2.3.5_and_below.zip folder.
1.3. For 2.3.6 version, upload and overwrite files in the patch_for_magento_2.3.6 folder.
1.4. For 2.3.7 version, upload and overwrite files in the patch_for_magento_2.3.7 folder.
1.5. For 2.4.0 or 2.4.1 version, upload and overwrite files in the patch_for_magento_2.4.0_and_2.4.1 folder.
1.6. For 2.4.2 version, upload and overwrite files in the patch_for_magento_2.4.2 folder.
1.7. For 2.4.4 version, upload and overwrite files in the patch_for_magento_2.4.4 folder.
Make sure that you upload all theme folders and files successfully. You disable Maintenance Mode for your store.
Go to SSH on server and cd to root magento and run commandlines below
Note: If you have use old magento 2.4.2 or lower magento version.. You need run command composer require lib for old version magento. Magento page builder public in version 2.4.3. Pls run: composer require phpgt/dom
php bin/magento cache:flush
php bin/magento indexer:reindex
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
sudo chmod -R 777 var pub generated (if you use linux)
How to add CLI commands. Pls check here: https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli.html
3. Active theme
To activate the license key for your theme/plugin, follow these steps:
1. Login to admin.
2. Navigate to
BLUESKYTECHCO > Activation Purchase Code
3. Insert the license key into the field and click Save Config.
4. One Click Demo Import
After install our theme, you can easy select the demo that you want by One Click Demo Import.
Kalles provides extremely easy - One click demo installation. With One click, you can import: Cms page, cms block and all setting for the demo that you are want to use.
Please follow this steps:
1. Login to admin.
2. Navigate to BLUESKYTECHCO > Demo Importer
3. Choose demo that you want to use and click button Active.
4. A Success message popup will show to inform you about the active. Click button Ok4
5. Go to frontend and reload your site, you will see the result.
Please follow this video for more information:
How to Install Kalles Magento 2 Theme with Base Package:
How to One Click Import Demo with Kalles Magento 2 Theme:
Last updated