Title: Makeiteasy Slider
Author: Lovro Hrust
Published: <strong>2. 1. 2025</strong>
Last modified: 6. 3. 2026

---

Prohledat pluginy

![](https://ps.w.org/makeiteasy-slider/assets/banner-772x250.png?rev=3217301)

![](https://ps.w.org/makeiteasy-slider/assets/icon.svg?rev=3217301)

# Makeiteasy Slider

 Autor: [Lovro Hrust](https://profiles.wordpress.org/lovor/)

[Stáhnout](https://downloads.wordpress.org/plugin/makeiteasy-slider.1.0.7.zip)

[Aktuální náhled](https://cs.wordpress.org/plugins/makeiteasy-slider/?preview=1)

 * [Podrobnosti](https://cs.wordpress.org/plugins/makeiteasy-slider/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/makeiteasy-slider/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/makeiteasy-slider/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/makeiteasy-slider/#developers)

 [Podpora](https://wordpress.org/support/plugin/makeiteasy-slider/)

## Popis

Block based slider, leverages the speed and versatility of the [Swiper slider](https://swiperjs.com/).

#### 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](https://swiperjs.com/) 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](https://github.com/Lovor01/makeiteasy-slider/issues)
or write here in support section.

#### JSON configuration how to

Head to Swiper docs, to [Parameters section](https://swiperjs.com/swiper-api#parameters)
to find parameter you need.
 More elaborate configuration for some features is available
further below on page, in [Modules section](https://swiperjs.com/swiper-api#modules).
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](https://stackoverflow.blog/2022/06/02/a-beginners-guide-to-json-the-data-format-for-the-internet/)
or on [W3schools page](https://www.w3schools.com/js/js_json_intro.asp).

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](https://github.com/Lovor01/makeiteasy-slider).
You can investigate code, adjust it to your needs, collaborate, …

## Bloky

Tento plugin poskytuje 2 bloky.

 *   Slider Slider based on blocks
 *   Slide Slide for makeiteasy slider

## Instalace

#### From block editor:

Search for ‚makeiteasy swiper slider‘ in the block editor when adding a new block
via the ‚+‘ sign in the top bar.

#### Standard Installation:

 1. Install the plugin through the WordPress plugins screen directly or upload the 
    plugin files to the `/wp-content/plugins/makeiteasy-swiper-slider` directory.
 2. Activate the plugin through the ‚Plugins‘ screen in WordPress

## Nejčastější dotazy

### Why is [feature x] missing?

Creating UI for every detail of Swiper slider is exceptionally demanding. That’s
why configuration in UI is limited, while JSON configuration is secure
 and very
powerful.

### Can I use it in other page builders (e.g. Elementor)

Depends on page builder. Some builders also have third party add-ons which enable
using blocks.

## Recenze

![](https://secure.gravatar.com/avatar/58ee23ba13d66e19379bdac8582f7d467e72e92e3e4b5490d822abf4e1070081?
s=60&d=retro&r=g)

### 󠀁[Best slider on wordpress](https://wordpress.org/support/topic/best-slider-on-wordpress/)󠁿

 [highvoltage90](https://profiles.wordpress.org/highvoltage90/) 1. 4. 2025 2 odpovědi

I spent a lot of time finding a free slider with advanced cards layouts. This solves
all my issues, and great that integrates a well known api like swiper js Thank you

![](https://secure.gravatar.com/avatar/81cca480f962f22c0d9563014548d25614824f4f7cd41975a3ca337b0c7a9c26?
s=60&d=retro&r=g)

### 󠀁[Very Polished and easy to use](https://wordpress.org/support/topic/very-polished-and-easy-to-use/)󠁿

 [Lukasz](https://profiles.wordpress.org/wpfed/) 5. 3. 2025 1 odpověď

Super high quality and clean, very easy to use, great and clear explanations of 
how to use it. Super powerful for DEVs and usable for average WP user. Best slider
plugin I found after trying many, this is how block plugins should be built!

![](https://secure.gravatar.com/avatar/6b580d974802dca504e3dc34e93ebf8c1596d0d2bc5a7bcef0150fae099322c5?
s=60&d=retro&r=g)

### 󠀁[Very good, very (c)lean!](https://wordpress.org/support/topic/very-good-very-clean/)󠁿

 [orlandofatix](https://profiles.wordpress.org/orlandofatix/) 22. 1. 2025 1 odpověď

Simple setup, open source, clean, most modern and light carousel slider for wp, 
based on the very good swiper library. Also developer friendly. Good job

 [ Přečtěte si všechny 3 recenze ](https://wordpress.org/support/plugin/makeiteasy-slider/reviews/)

## Autoři

Makeiteasy Slider je otevřený software. Následující lidé přispěli k vývoji tohoto
pluginu.

Spolupracovníci

 *   [ Lovro Hrust ](https://profiles.wordpress.org/lovor/)

[Přeložte “Makeiteasy Slider” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/makeiteasy-slider)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/makeiteasy-slider/),
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/makeiteasy-slider/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/makeiteasy-slider/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/makeiteasy-slider/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 1.0.7

Fixed bug where disabled controls in UI would be overriden by JSON config in „Advanced
slider settings“.
 JSON config in „Advanced slider settings“ can be blank now. Update
@wordpress/scripts package.

#### 1.0.6

Updated default Swiper configurations in default.json.

#### 1.0.5

Swiper library updated to version 11.2.10. WordPress scripts package updated to 
30.25.0. Dotenv package updated to 16.6.1.

#### 1.0.4

Attempt to fix error when inserting block from searching from block library in block
inserter.

#### 1.0.3

Deprecating „two sliddes horizontal“ editor view mode in favor of calculating slide
widths according to Swiper’s slidesPerView setting.

#### 1.0.2

Minimum slide width in editor breaks display in editor when slides are small images–
this is reverted back to v1.0.0.

#### 1.0.1

Set minimum slide width in editor
 Enable styling colors in slider background and
slider colors which could be inherited (Color section in block sidebar).

#### 1.0.0

Initial version

## Meta

 *  Verze **1.0.7**
 *  Poslední aktualizace **před 1 měsíc**
 *  Aktivních instalací **1 000+**
 *  Verze WordPressu ** 6.6 nebo novější **
 *  Testováno až do WordPressu **7.0**
 *  Verze PHP ** 7.4 nebo novější **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/makeiteasy-slider/)
 * Štítky
 * [block](https://cs.wordpress.org/plugins/tags/block/)[carousel](https://cs.wordpress.org/plugins/tags/carousel/)
   [slider](https://cs.wordpress.org/plugins/tags/slider/)[swiper](https://cs.wordpress.org/plugins/tags/swiper/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/makeiteasy-slider/advanced/)

## Hodnocení

 5 z 5 hvězdiček.

 *  [  3 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/makeiteasy-slider/reviews/?filter=5)
 *  [  0 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/makeiteasy-slider/reviews/?filter=4)
 *  [  0 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/makeiteasy-slider/reviews/?filter=3)
 *  [  0 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/makeiteasy-slider/reviews/?filter=2)
 *  [  0 1hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/makeiteasy-slider/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/makeiteasy-slider/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/makeiteasy-slider/reviews/)

## Spolupracovníci

 *   [ Lovro Hrust ](https://profiles.wordpress.org/lovor/)

## Podpora

Vyřešené problémy během posledních dvou měsíců:

     1 z 2

 [Fórum podpory](https://wordpress.org/support/plugin/makeiteasy-slider/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](https://buymeacoffee.com/lovro)