In this tutorial, we are presenting you the way to update Magento 2 theme.
I. Proper preparation for update:
Before updating magento 2 theme, we need to have a well preparation including 4 small steps below:
II. Detailed process for Theme File Updating:
After the preparation stage, now are you willing to update to last version of theme files?
Here is the best part:
In this tutorial, we will use the theme_files.zip to update the new version for the site.
Step 1:Â Download latest theme package on our site or on Themeforest.net. Then decompress the package on your PC.
 Step 2: Decompress the file “Theme Files/magento 2.1.0/theme_files.zip†– in the file we stored theme files, theme’s extensions files, sample theme media files.
 Step 3: Upload the files in theme_files.zip which you just decompressed into the webroot folder in your site (it will override the app/ and pub/ folders in your site).
 Step 4: Open SSH Terminal of your site, then run there commands:
php bin/magento setup:upgrade --keep-generated php bin/magento setup:static-content:deploy php bin/magento cache:clean
But there’s a catch:
Sometimes your site is broken, after run this command, it’s because of you ran this command with the incorrect user. If your site was broken, it’s very important to set the file’s permissions and ownership correctly, after run this command line. You can refer this command chown -R : .
Typical examples:
chown -R apache:apache /var/www/html/magento2/venustheme chown -R www-data:www-data /home/domain/public_html
Table of Contents
In an ever changing world of e-commerce with so many options for customers, it’s quite…
Development services for online business plays a vital role to make a store stand out…
Without a proper and tailored SEO tools strategy, a website risks lagging behind segment competitors…
In today's digital age, an online presence is crucial for businesses to stay relevant, competitive,…
Want to set up a hosting server for Magento 2? Getting the server setup right…
In the competitive world of e-commerce, effective communication is the cornerstone of exceptional customer experiences.…