Slide everything for Elementor

外掛說明

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!

螢幕擷圖

  • Editor view

安裝方式

  • install Elementor
  • install the plugin
  • insert the widget
  • create a container with subcontainers
  • assign an ID to the outer container
  • set the ID (with #) in the widget

使用者評論

2025 年 9 月 2 日 2 則留言
The plugin is amazing, it would be great if an option to create custom pagination/thumbnails can be added to the plugin, so that we can create custom thumbnails and insert their id/class inside the slide everything widget and it connects the custom thumbnails to the slider(I mean creating custom thumbnails not just a small image but full containers with content in them), also a progress bar that represents the slide progress.
2025 年 7 月 17 日 3 則留言
Smooth working and very useful. A freeMode Option would be the icing on the cake. Nevertheless the 5 stars are earned!
2025 年 1 月 5 日
This is the best slider plugin for fast Elementor users. Super easy and simple, you can edit all Swiper slider options in one menu without any need for JS code. To use: Just create a container and assign it an id, e.g. “testimonial-slider”, with flex display set top->bottom. Then create subcontainers with whatever elements you want to turn into a slider. Publish. Annnd it works like a charm!Just a tip – if you plan to export your website to static HTML/CSS/JS via Simply Static: Simply Static doesn’t export Slide Everything by default and you get a 404 error. To fix: go into /wp-content/plugins/ on your wordpress website and copy the folder “slide-everything-for-elementor” to your Simply Static zip export. Same directory.
閱讀全部 12 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Slide everything for Elementor〉的開發相關工作。

參與者

將〈Slide everything for Elementor〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.7.0
* freeMode option
* tested with WP 6.8 and Elementor 3.30

1.6.4
* change init method
* tested with WP 6.8 and Elementor 3.28

1.6.3
* fix for double arrows
* add new “autoplay reverse” property

1.6.2
* small internal code update

1.6.1
* improvements for Elementor 3.26.3

1.6.0
* tested with WP 6.7.1
* update for Elementor 3.26.0

1.5.3
* added “miga_slide_everything_init” event

1.5.2
* new property “disable touch move”

1.5.1
* tested with WP 6.5

1.5.0
* fix arrow colors

1.4.0
* new output method that adds another

<

div> around each slide to keep more Elementor settings (e.g. padding).

1.3.0
* add Mouse wheel switch, bugfix for boxed containers

1.2.0
* fix arrows for new Swiper version

1.1.0
* arrow styles and absolute positioning

1.0.7
* tested with 6.1.0

1.0.6
* add slider for pagination position

1.0.5
* use multiple sliders in one page

1.0.4
* pagination and arrows

1.0.3
* some more output/info

1.0.2
* fix center slides bug
* add # automatically if missing

1.0.1
* Center slides

1.0.0
* Initial release.