devhub / hero-banner-slider
Adds a banners slider on Home Page.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Language:JavaScript
Type:magento2-module
Requires
- php: >=7.1.0
- devhub/core: 1.0.*
README
Features
- It displays a slider with multiple banners on the Home Page.
- This slider can have different types of banners like photo banners, video banners, YouTube banners, and Vimeo banners.
- Website visitors can easily navigate to the previous or next banner by clicking on the navigation dots or arrows.
- The admin can show specific banners to specific customer groups.
- The admin can add a URL so the customer can be navigated to that page upon clicking the banner.
- Admin can create new banners for the home page slider and he can set the duration for the banner slider to show the next banner.
- Also, he can set start and expiry dates for a banner displayed in the slider.
Installation
- Please run the following command
composer require devhub/hero-banner-slider
- Update the composer if required
composer update
- Enable module
php bin/magento module:enable DeveloperHub_Core php bin/magento module:enable DeveloperHub_HeroBannerSlider php bin/magento setup:upgrade php bin/magento cache:clean php bin/magento cache:flush
4.If your website is running in product mode the you need to deploy static content and then clear the cache
php bin/magento setup:static-content:deploy php bin/magento setup:di:compile
#####This extension is compatible with all the versions of Magento 2.3.* and 2.4.*. ###Tested on following instances: #####multiple instances i.e. 2.3.7-p3 and 2.4.5-p1