Slider
v1.3.16
Slider
- Mises à jour et support inclus pendant 12 mois
- Clé de licence livrée immédiatement par email
- Garantie satisfait ou remboursé 30 jours
- Documentation complète incluse
- Compatible avec les thèmes Hyvä
- Installation prête pour Composer
Slider
Un slider moderne, rapide et responsive pour Magento 2, qui prend la performance, l'accessibilité et le SEO aussi au sérieux que le visuel. Créez autant de sliders indépendants que nécessaire, chacun avec trois variantes d'image (desktop / tablette / mobile), génération WebP automatique, animations Swiper.js v11, tracking des clics et des vues, et un widget CMS pour les déposer dans n'importe quelle page.
C'est le module qu'on choisit quand l'équipe marketing veut un hero homepage, une bannière catégorie et une promo checkout — tous pilotés depuis l'admin, tous avec la bonne image pour chaque device, tous mesurés contre le comportement réel des visiteurs. Aucun SaaS tiers, aucune réécriture de thème, aucun jQuery.
À qui ça s'adresse
- Marchands qui lancent des promotions régulières et veulent un slider que l'équipe marketing peut mettre à jour sans développeur
- Boutiques qui suivent les Core Web Vitals (LCP en particulier) et ont besoin d'un hero slider sans massacrer la performance
- Setups multi-store / multi-langue où chaque slide a besoin de scheduling, de targeting par store view et de traduction
- Marques B2C qui veulent mesurer quels slides génèrent réellement des clics, pas seulement faire tourner des visuels
Bénéfices clés
- Multi-slider, basé sur identifier — créez autant de sliders que vous voulez, chacun avec un identifier unique. Déposez-les dans les pages via widget CMS ou layout XML en utilisant juste cet identifier.
- Trois variantes d'image par slide — desktop, tablette et mobile, avec génération WebP automatique, attributs
srcset/sizescomplets, lazy loading, et preloadfetchpriority="high"sur la première slide pour un LCP propre. - Effets Swiper.js v11 — slide, fade, cube, coverflow, flip. Autoplay configurable, vitesse de transition, flèches de navigation, pagination cliquable.
- Overlays de contenu — titre, sous-titre, bouton CTA, avec 9 positions de texte, couleur de texte configurable et overlay couleur+opacité pour la lisibilité.
- Scheduling et tracking intégrés — dates de début et fin par slide, visibilité par store, et compteurs de vues / clics affichés directement dans la grid admin.
- SEO et accessibilité bien faits — microdata Schema.org
ImageGallery/ImageObject, alt text obligatoire sur chaque image, navigation clavier complète, labels ARIA, et respect deprefers-reduced-motion. - Sécurité prise au sérieux — la validation d'URL rejette
javascript:,data:et autres vecteurs XSS ; seuls les protocoleshttp,https,mailto,telsont autorisés.
Compatibilité
- Magento 2.4.x / équivalent Mage-OS
- PHP 8.1, 8.2, 8.3
- Nécessite
wimakeit/module-core3.0.9 ou supérieur - Optionnel : PHP
ext-gdpour la génération WebP (fortement recommandé) - Conçu pour les frontends Luma ; les templates peuvent être surchargés pour les projets Hyvä
Installez ce module via Composer. Assurez-vous que votre auth.json est configuré avec vos identifiants Wimakeit.
$ composer require wimakeit/module-slider:^1.3.16
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile
Installation notes
The standard composer require + setup:upgrade + setup:di:compile flow applies. The points below cover what's specific to this module.
Required dependency
This module requires wimakeit/module-core 3.0.9 or later. Composer pulls it automatically from the Wimakeit registry as long as the registry is declared in your project's composer.json.
Recommended PHP extension
| Extension | Purpose |
|---|---|
ext-gd | Automatic WebP generation for uploaded images. Without it, only the original format is served. |
On Debian/Ubuntu: apt install php8.x-gd.
ACL permissions
Five ACL resources are registered under System → Permissions → User Roles:
| Resource | Default |
|---|---|
Wimakeit_Slider::slider (top-level access to the Slider menu) | granted to Administrator role only |
Wimakeit_Slider::slider_group (manage sliders) | granted to Administrator role only |
Wimakeit_Slider::slider_group_save (save slider) | granted to Administrator role only |
Wimakeit_Slider::slider_group_delete (delete slider) | granted to Administrator role only |
Wimakeit_Slider::slide (manage slides) | granted to Administrator role only |
Wimakeit_Slider::slide_save / Wimakeit_Slider::slide_delete | granted to Administrator role only |
Wimakeit_Slider::config (edit module configuration) | granted to Administrator role only |
Assign them to your content / marketing roles as needed.
Configuration
Go to Stores → Configuration → Wimakeit → Slider.
General settings
| Setting | Default |
|---|---|
| Enable Debug Logging | No — leave off in production. Hard errors are always logged. |
All slider-specific configuration (autoplay speed, transition, lazy loading, pagination, navigation, effect, overlay opacity, etc.) lives per slider inside the slider record itself, under Content → WiMakeIT Slider in the admin menu. There is no store-wide override for those — each slider is fully self-contained.
Frontend integration
CMS widget (no code)
In any CMS page or block, insert a WiMakeIT Slider widget and pick the slider identifier from the dropdown.
Layout XML
<referenceContainer name="content">
<block class="Wimakeit\Slider\Block\Slider" name="homepage.slider">
<arguments>
<argument name="identifier" xsi:type="string">homepage-slider</argument>
</arguments>
</block>
</referenceContainer>
Frontend routes (tracking)
Two POST endpoints are registered for click/view tracking. No setup is needed — the templates wire them in automatically:
| Endpoint | Purpose |
|---|---|
/slider/track/view | record a view for a slide |
/slider/track/click | record a click on a slide CTA |
Database
The module creates two tables via db_schema.xml:
wimakeit_slider_group— slider definitionswimakeit_slider_slide— individual slides, linked to a slider group, with scheduling
(start_date / end_date), store binding (store_id), and view/click counters
setup:upgrade runs in well under a second on a fresh install — no long-running data patch.
Filesystem prerequisites
The web server user must have write access to pub/media/wimakeit/slider/. Setup is created by setup:upgrade.
Cron jobs
None. View and click counters are written synchronously when the tracking endpoints are hit.
- Version
- v1.3.16
- Licence
- Abonnement annuel
- Support
- 12 mois
- Dernière mise à jour
- 31 août 2026
- Magento
- Magento 2.4.4 Magento 2.4.5 Magento 2.4.6 Magento 2.4.7 Mage-OS 2.0 Mage-OS 2.1
- PHP
- PHP 8.1 PHP 8.2 PHP 8.3
- Hyvä
- Compatible
- Package
-
wimakeit/module-slider
Vérifier la compatibilité
Indiquez votre stack pour vérifier la compatibilité du module.
Compatibilité 4
Tarification & licence 4
vendor/wimakeit/ après composer require, donc vous pouvez le lire, l'auditer, et le patcher localement pour votre propre installation Magento. Vous ne pouvez PAS le redistribuer, le sous-licencier, le publier sur un registre Composer public, ou le revendre. 1 licence = 1 domaine production + 1 domaine staging/dev (voir les Conditions Générales pour l'EULA complet). Les modules Wimakeit ne sont PAS sur le packagist.org public — ils sont distribués exclusivement via le registre Composer privé packages.wimakeit.be. Installation & mises à jour 6
composer require wimakeit/module-slider:^1.3.9, puis bin/magento setup:upgrade, bin/magento setup:di:compile, et enfin bin/magento cache:flush. L'onglet « Installation » de cette page liste chaque étape de configuration (ACLs, crons, valeurs par défaut) — un déploiement prend quelques minutes, pas des heures. Besoin d'aide ? Wimakeit propose des prestations d'installation Magento depuis notre bureau wallon (Presles, entre Charleroi et Namur). auth.json : {"http-basic": {"packages.wimakeit.be": {"username": "VOTRE-EMAIL", "password": "VOTRE-TOKEN"}}}. Étape 3 : enregistrez le repo : composer config repositories.wimakeit composer https://packages.wimakeit.be. Étape 4 : composer require wimakeit/module-slider:^1.3.9. Dans les pipelines CI/CD, injectez COMPOSER_AUTH en variable d'environnement JSON pour éviter de commiter auth.json. composer require, même code module, même schéma de base — pas de fork à maintenir, pas de changement de licence. composer update reste sûr à l'intérieur d'une version majeure. app/design/frontend/{VotreVendor}/{theme}/Wimakeit_{Module}/templates/ en respectant le même chemin relatif. Blocks, ViewModels et Helpers s'override via DI preference dans votre propre module custom — déclarez <preference for="Wimakeit\…\OriginalClass" type="VotreVendor\Override\Class" /> dans etc/di.xml. Le XML layout s'étend (préféré) ou s'override de manière standard Magento. Les modules Wimakeit n'utilisent jamais le keyword final sur les classes que vous pourriez raisonnablement vouloir override — surcharger est un scénario de premier ordre, pas un hack. Support & sécurité 3
contact@wimakeit.com avec le nom du module, sa version, votre version Magento/Mage-OS et les étapes pour reproduire. Les correctifs sont livrés dans le prochain patch. Le support Wimakeit répond en français, anglais et néerlandais en jours ouvrables (horaires CET). contact@wimakeit.com avec le préfixe [SECURITY] dans l'objet — précisez le module, la version et les étapes de reproduction. Accusé de réception en jours ouvrables, mention dans le Changelog sur souhait du déclarant. Wimakeit est une SRL belge (société à responsabilité limitée) soumise au droit belge et européen sur la vie privée et la divulgation responsable. À propos de Wimakeit 1
Quelque chose n'est pas couvert par la FAQ ?
Signalez un bug ou posez une question — le formulaire est pré-rempli avec ce module.
Changelog
Categories: Security, Feature, Fix, Perf, Admin, Deps.
[1.3.13] - 2026-06-08
Feature
- New Page Builder content type
wimakeit_slider: slider groups can now be dropped on a Wimakeit Page Builder canvas. The storefront renders the existing slider widget; the admin canvas shows a static first-slide preview.
[1.3.12] - 2026-06-08
Fix
- Overlay now renders as a backdrop bounded to the content box (behind title/text/rich content) instead of darkening the whole slide. The configured overlay colour + opacity follow the box width.
[1.3.11] - 2026-06-08
Feature
- Rich HTML content slot restored on slides: free-form HTML overlay fields (
content_htmldesktop/tablet/mobile), three admin WYSIWYG editors, and the eyebrow/badges/note helper classes.
[1.3.10] - 2026-06-05
Deps
- PHP 8.4 certified — constraint widened to
>=8.1 <8.5.
[1.3.9] - 2026-05-12
Admin
- Admin dashboard widget code extracted to companion module
wimakeit/module-slider-admin-dashboard. The main module is now installable on stores that don't usewimakeit/module-admin-dashboard.
Deps
- To keep the Slider performance widget on the admin dashboard, install
wimakeit/module-slider-admin-dashboardalongside this module.
[1.3.8] - 2026-05-10
Feature
- New Enable Debug Logging toggle (Stores → Configuration → Wimakeit → Slider → General), off by default. Admin slide actions (Update Position(s), Duplicate, Save) and the image uploader emit
info/debug/notice/warningonly when the toggle is on;error/criticalalways log.
Perf
- Production stores stop emitting admin-action trace lines into
var/log/system.logonce the toggle is left off.
Deps
- Requires
wimakeit/module-core3.0.9+ for the sharedAbstractConfigbase and debug logger virtual type.
[1.3.7] - 2026-05-08
Admin
- Admin menu group convention aligned with the other Wimakeit modules — top-level entry
Wimakeit_Slider::mainwith Sliders and Slides children; module reordered into the Catalog group.
[1.3.6] - 2026-04-29
Deps
- Certified PHP 8.1 → 8.3 support. Composer
phpconstraint tightened to>=8.1 <8.4. Implicit-nullable parameter declarations fixed.
[1.3.5] - 2026-04-22
Fix
SliderPerformancewidget no longer fails to load on stores withoutwimakeit/module-admin-dashboard. The hard DI binding was downgraded to a soft, conditional registration.
[1.3.4] - 2026-04-21
Feature
- Self-registering admin dashboard widget — when
wimakeit/module-admin-dashboardis installed, the Slider module exposes a performance widget (impressions, clicks, top-performing slide) without any glue code.
Admin
- Internal release pipeline standardized (validate, tag, deploy, release stages).
[1.3.3] - 2026-04-14
Feature
- Native Breeze frontend support. New
breeze_default.xmllayout registers a Breeze JS bundle, ships a Breeze-nativeslider.jswidget that loads Swiper from CDN, and adds Breeze-compatible LESS styles with the@criticalguard.
Admin
- Composer/Satis distribution archives now exclude internal files (
.gitlab-ci.yml,.claude/,docs/,.gitattributes).
[1.3.2] - 2026-03-17
Deps
- Compatible with
wimakeit/module-core^3.0 (admin tab and config abstractions consolidated upstream).
[1.3.1] - 2026-02-19
Fix
- "Wave decoration" admin dropdown now renders correctly — the option list was being passed as an object instead of an array, triggering
data.some is not a function. - Slide call-to-action buttons now respect the slide's text-position alignment in the flex layout. Center/right positions get the proper
justify-contentrules.
[1.3.0] - 2026-02-19
Feature
- Content max-width per slide — limit the headline/text/button column to a chosen width so wide-screen layouts don't stretch the copy edge to edge.
- Per-slide button layout options — choose between inline, stacked or full-width button arrangement for slides with two or more CTAs.
[1.2.2] - 2026-02-18
Security
- Frontend assets declared via the module's Content Security Policy whitelist — required for stores that ship a strict CSP.
[1.2.1] - 2026-02-18
Feature
- New Text & Button slide type — supports a headline, body copy and one or more CTAs without requiring a background image.
[1.2.0] - 2026-01-24
Fix
- Image slider rendering on storefront fixed (Swiper init regression on stores with multiple sliders on the same page).
[1.1.2] - 2025-12-18
Fix
- Composer dependency on
wimakeit/module-corenow points to the published package name —composer installno longer fails on stores that bypass the GitLab path repository.
[1.1.1] - 2025-12-15
Admin
- Slider admin menu nested under the shared Wimakeit menu group from
wimakeit/module-corefor consistency with the other Wimakeit modules.
Deps
- Depends on
wimakeit/module-core.
[1.1.0] - 2025-12-15
Feature
- Initial public release of Wimakeit Slider — Swiper-based homepage/category slider for Magento 2 / Mage-OS.
- Admin CRUD for sliders and per-slider slides (image, headline, body, CTA, link, position).
- Per-slide options: text position (left / center / right), text color, wave decoration overlay, link target.
- Store-view-scoped enable toggle and per-slider start/end dates.
- Frontend rendering as a Magento block plus a CMS widget for placement in static pages and category blocks.
Vous avez trouvé un bug ? Faites-nous-en part.
Un court formulaire s'ouvre dans un nouvel onglet — le nom du module et votre langue sont déjà pré-remplis. Décrivez ce que vous avez tenté, ce qui n'a pas fonctionné, et nous vous répondrons sous un jour ouvré.
Signaler un bug pour SliderBesoin d'aide ?
Notre équipe est disponible pour vous accompagner dans l'intégration.