plugin-icon

Makeiteasy Slider

제작자: Lovro Hrust·
Slider based on very popular library Swiper! Insert blocks as slides. Truly open source.
등급
5/5
버전
1.0.6
활성화된 설치 항목
1K
최근 업데이트일
Dec 12, 2025
Makeiteasy Slider

Block based slider, leverages the speed and versatility of the Swiper slider.

Key Features

  • 🥇 Insert Any Block as a Slide: No restrictions! Use the full power of the WordPress block editor.
  • 🥈 Flexible Configuration: Use Swiper’s full range of features by entering the JSON configuration.
  • 🥉 Lightweight & Fast: Uses only Swiper library as dependency.
  • 🌟 Developer-Friendly: The source code is fully available, making it easy to customize with hooks.

NEW!

I am accepting suggestions for new features and improvements. If you have an idea, please open an issue on GitHub or write here in support section.

JSON configuration how to

Head to Swiper docs, to Parameters section to find parameter you need. More elaborate configuration for some features is available further below on page, in Modules section. Once you found the parameters you need, write them as JSON instead as javascript object, i.e.:

{ autoplay: { delay: 6000, disableOnInteraction: true }, pagination: { clickable: true } }

would be written as

{ "autoplay": { "delay": 6000, "disableOnInteraction": true }, "pagination": { "clickable": true } }

And enter them on settings tab in block sidebar under Advanced slider configuration section. You can learn more about JSON in Stackoverflow blog or on W3schools page.

Your JSON configuration merges with default configuration needed for swiper to run. You can break slider functioning through misconfiguration, so this is the first place to look if something does not work. There is a built in syntax checker in Advanced slider settings box,

Developers

There is a full source code on github. You can investigate code, adjust it to your needs, collaborate, …

무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 6.9
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.