đź’ś
Image Slider
  • Overview
  • Installation
    • Setup Module
    • Extension Version Update
  • Config and Usage
    • How to add image slider in my site
    • Config widget to add image slider
    • How to config js and css file
    • FAQ
      • How to custom layout xml and template?
      • How to add content over slide image?
      • How to setup sample profile?
  • Other Module Guides
    • Magento 2 Step Recommendation
Powered by GitBook
On this page
  1. Installation

Extension Version Update

PreviousSetup ModuleNextHow to add image slider in my site

Last updated 2 years ago

Prepare before update

– We recommend you to duplicate your live store on a development store and try update Ves Image Slider version on it in advance. – Backup database of your site: Go to admin > System > Backup > Click on button “Backup Database”, input file name and submit it. – Backup your modified files of the theme and extensions: app/code/Ves/ImageSlider – Disable all cache related section that you have in your magento.

Update Theme Files

Update to last version of extension file

Step 1: – Download latest extension package on our site . Then decompress the package on your PC.

Step 2: – Upload the file Module File/Ves_ImageSlider_v2.0.0.zip which you just decompressed into the webroot folder in your site (it will override the app/ folder 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

Important!

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

And also please refer this,

http://landofcoder.com/
http://devdocs.magento.com/guides/v2.0/install-gde/prereq/integrator_install.html#perms-over