Table of Contents

Magento 2 Banner Slider Extension

Extension context

This is a Toweringmedia Magento 2 extension guide in the Catalog/Admin category. Use this page for slider/banner merchandising setup.

Overview

Banner Slider provides admin-managed sliders and banners for promotional content, with scheduling, device targeting, and theme-compatible frontend rendering.

Installation

cd /path/to/magento
composer require toweringmedia/module-banner-slider:<VERSION>
php -d memory_limit=-1 bin/magento setup:upgrade
php -d memory_limit=-1 bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

Versioning notes

Configuration

Recommended setup flow:

  1. Create slider container and set global behavior (autoplay, nav, transition).
  2. Create banners with image/content/link and assign to slider.
  3. Configure schedule windows and device visibility.
  4. Place slider in target CMS/page block locations.

Validation checklist

Troubleshooting