Magento 2 image slider extension
This extension allows you to create image slider in your Magento 2 store., (*1)
Getting started
The following instructions describe installation and configuration aspects of extension., (*2)
Prerequisites
Magento Open Source 2.x installed, (*3)
Getting the extension
-
Using Composer
, (*4)
If Composer
is installed on your server add in command line the following command:, (*5)
composer require zshapetech/module-slider
, (*6)
-
Simply download repository as .zip
file or clone with the following command:, (*7)
git clone https://github.com/zshapetech/module-slider.git
, (*8)
Create directory app/code/ZShapeTech/Slider
in Magento 2 installation and copy downloaded files., (*9)
Install zshapetech/module-core, (*10)
Installing
Run in command line the following commands:, (*11)
-
php bin/magento setup:upgrade
, (*12)
-
php bin/magento setup:di:compile
, (*13)
Configurating
Open Magento 2 admin and navigate to section ZshapeTech > Settings. Here you can change frontend slider settings., (*14)
To add a new slide navigate to section ZShapeTech > Manage slides and click Add new slide. Complete the form and click Save slide., (*15)
By default slider is appearing on home page. You can change its placement by moving the following xml block:, (*16)
<block class="ZShapeTech\Slider\Block\Slide" name="zshape.slider" template="ZShapeTech_Slider::slider.phtml" />
, (*17)
License
This magento 2 extension is licensed under the MIT license., (*18)