Banner Slider for Magento 2

FREE

Magento 2 Banner Slider by Razecode Technologies helps to add Banners on CMS Page or anywhere on the Site. This Magento 2 Banner Slider by Razecode Technologies is easily manageable from the admin configuration. Magento 2 Banner Slider by Razecode Technologies is a popular extension for Magento 2, an open-source e-commerce platform. This extension allows online store owners to create and manage attractive website banner sliders. A banner slider is a visually appealing and interactive element that displays multiple images or banners in a slideshow format on the homepage or other website pages.

Magento CE, EE 2.3.x, 2.4.x

Description

Magento 2 Banner Slider by Razecode Technologies

Magento 2 Banner Slider by Razecode Technologies is a popular extension for Magento 2, an open-source e-commerce platform. This extension allows online store owners to create and manage attractive banner sliders on their websites. A banner slider is a visually appealing and interactive element that displays multiple images or banners in a slideshow format on the homepage or other website pages.

With the Magento 2 Banner Slider extension, users can easily create and customize banner sliders without coding knowledge. It provides a user-friendly interface where you can upload images, set transition effects, define slide durations, and configure other settings to create visually stunning sliders.

Key features of Magento 2 Banner Slider include:

  1. Multiple Slider Types: The extension supports various slider types, such as image sliders, video sliders, HTML content sliders, and product sliders, giving you the flexibility to showcase different types of content.
  2. Responsive Design: The banner sliders created with this extension are fully responsive, meaning they adapt to different screen sizes and devices, including desktops, tablets, and mobile phones, providing a consistent user experience.
  3. Transition Effects: You can choose from a range of transition effects to make your banner sliders more engaging and visually appealing. Options like fade, slide, zoom, and others are available to create eye-catching animations between slides.
  4. Customization Options: The extension offers extensive customization options, allowing you to configure slide dimensions, navigation styles, autoplay settings, and more to match your website’s design and branding.
  5. Schedule and Visibility Control: You can schedule the display of banner sliders and control their visibility on specific pages, specific dates, or specific customer groups, ensuring targeted promotions and personalized experiences.
  6. Performance Optimization: Magento 2 Banner Slider by Razecode Technologies is optimized for performance, ensuring that your sliders load quickly and do not negatively impact your website’s speed.

Overall, Magento 2 Banner Slider by Razecode Technologies is a versatile extension that empowers Magento 2 store owners to create captivating banner sliders, enhance their website’s visual appeal, and promote products, offers, or announcements effectively.

How to install & upgrade Razecode_Banner

1. Install via composer (recommend)

We recommend you install the Razecode_Banner module via composer. It is easy to install, update, and maintain.

NOTE: Please use Composer 2 to avoid any errors while installing.

Run the following command in Magento 2 root folder.

1.1 Install

composer require razecode/banner
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

1.2 Upgrade

composer update razecode/banner
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Compile if your store is in Production mode:

php bin/magento setup:di:compile

2. Copy and paste

If you don’t want to install it via Composer, you can use it this way.

  • Download the latest version here
  • Extract master.zip file to app/code/Razecode/Banner ; You should create a folder path app/code/Razecode/Banner if not exist.
  • Go to the Magento root folder and run the upgrade command line to install Razecode_Banner:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1 June 2023
Version 1.0.5
Added Base module.
30 May 2023
Version 1.0.4
Compatible with 2.3, 2.4, and minor bug fixes.