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

1.0.0 2023-04-14 17:31 UTC

This package is auto-updated.

Last update: 2025-05-14 22:18:53 UTC


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

  1. Please run the following command
composer require devhub/hero-banner-slider
  1. Update the composer if required
composer update
  1. 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