內容簡介
此外掛可以將容器元素創建為簡單的 Swiper 輪播器,需要啟用 Flexbox。
使用方法
創建一個水平容器並賦予 ID (進階-CSS ID)
添加多個子容器(即幻燈片)
在頁面中的任意位置添加「Slide everything」小工具
在「Slider ID」中設置容器的 ID
更改一些設置
預覽頁面
目前僅支援在頁面中使用單一輪播器!
外掛標籤
開發者團隊
② 後台搜尋「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!
