Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

ihor-sviziev/imageslider

Repository files navigation

Magento 2 Image Slider Extension

  1. 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 →

  2. Support editor for image, video text

    With the support of editor, admin can easily insert various types of content such as image, video, text.

  3. Touch Optimized OWL Carousel

    Besides, magento 2 slider will be optimized for touch on mobile and tablets.

  4. 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.

  5. 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.

  6. Easy-to-use & intuitive interface

    Easy to use and user friendly interface will help you to manage your slider better

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

Install Composer

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:

  1. Change to or create an empty directory on your Magento server.

  2. 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.

Get the Image Slider extension

To get started:

  1. If you don’t remember it, contact Magento Support before you continue.

  2. Log in to your Magento server as, or switch to, the Magento file system owner.
  3. Change to the web server docroot directory, or to a directory you’ve configured as a virtual host docroot.
  4. 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

Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published