🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
Slide everything for Elementor

Slide everything for Elementor

4.5/5 (12 ratings) 6K+ active installs Updated Jul 17, 2025
Editor view

Editor view

Creates a simple Swiper slider out of container elements. Flexbox has to be active.

How to use it

  • create a horizontal container and give it an ID (Advanced – CSS ID)
  • add multiple sub containers (those are the slides)
  • add the Slide everything widget somewhere in the page
  • set the ID of the container in “Slider ID”
  • change some settings
  • preview the page

Events:

You can listen to the miga_slide_everything_init event to get informed when the slider is ready to use:
document.addEventListener("miga_slide_everything_init", function(e) {
alert("ready");
});

Currently only working with one slider in your page!