-
Fully responsive Magento 2 Slider
With our magento 2 image slider widget, you can display your image slider responsively on any kind of devices. Watch Video →
-
Support editor for image, video text
With the support of editor, admin can easily insert various types of content such as image, video, text.
-
Touch Optimized OWL Carousel
Besides, magento 2 slider will be optimized for touch on mobile and tablets.
-
Image slider can be displayed anywhere in your store with CMS and Widget
Through CMS & Widget, your magento 2 slider can be shown in any position such as Homepage image slider, Content Slider, Gallery Slider, Product image Slider, Footer Area, Brand Slider, Offer Slider.
-
Magento 2 Image Slider support 10 sliders
The image slider widget also allows you to show your images in a continuous slideshow. It is easy to create slider as you expected.
-
Easy-to-use & intuitive interface
Easy to use and user friendly interface will help you to manage your slider better
-
Tons of Animation with Live Preview
If wonder how is animation supported, we make sure that they won’t let you down. Thanks to the support of live preview, you can select the favourite animation with ease.
First, check if Composer is already installed:
In a command prompt, enter any of the following commands:
composer --help
composer list --help
If command help displays, Composer is already installed.
If an error displays, use the following steps to install Composer.
To install Composer:
-
Change to or create an empty directory on your Magento server.
-
Enter the following commands:
curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer
For additional installation options, see the Composer installation documentation.
To get started:
-
If you don’t remember it, contact Magento Support before you continue.
- Log in to your Magento server as, or switch to, the Magento file system owner.
- Change to the web server docroot directory, or to a directory you’ve configured as a virtual host docroot.
-
Get the extension files: 2 method
a) Method 1: Enter the following command:
composer require ves/magento2-imageslider
When prompted, enter your authentication keys. Your public key is your username; your private key is your password.
b) Method 2: You can download as zip file and unzip the Image Slider extension into folder app/code/Ves/ImageSlider
Enter the following commands:
Disable Cache
php bin/magento cache:disable
Clean Cache
php bin/magento cache:clean
Upgrade Magento2 extension
php bin/magento setup:upgrade
Deploy static files
php bin/magento setup:static-content:deploy