Title: Eazy Image Slider Block
Author: Tamás
Published: <strong>28 Aralık 2022</strong>
Last modified: 4 Nisan 2024

---

Eklentilerde ara

![](https://ps.w.org/eazy-image-slider-block/assets/banner-772x250.png?rev=2840531)

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

![](https://ps.w.org/eazy-image-slider-block/assets/icon-256x256.png?rev=2840531)

# Eazy Image Slider Block

 [Tamás](https://profiles.wordpress.org/playwithpixels/) tarafından

[İndir](https://downloads.wordpress.org/plugin/eazy-image-slider-block.1.0.0.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/eazy-image-slider-block/#description)
 * [İncelemeler](https://tr.wordpress.org/plugins/eazy-image-slider-block/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/eazy-image-slider-block/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/eazy-image-slider-block/#developers)

 [Destek](https://wordpress.org/support/plugin/eazy-image-slider-block/)

## Açıklama

The Eazy Image Slider Block plugin adds a simple to use and easy to configure image
slider block to the Gutenberg editor based on [Tiny Slider 2](https://github.com/ganlanyuan/tiny-slider).

You can configure following options:

 * Slides to show
 * Slides to slide by
 * Show arrows
 * Show dots
 * Automatic slide width
 * Center the slides
 * Restrict the height of the images
 * Gutter between the slides
 * Edge padding

#### Credits

[Tiny Slider 2](https://github.com/ganlanyuan/tiny-slider)
 [Tiny Slider React](https://github.com/jechav/tiny-slider-react)

## Ekran Görüntüleri

 * [[
 * The slider in the Twenty Twenty-Three Theme
 * [[
 * Slider without arrows
 * [[
 * Slider without dots
 * [[
 * Settings in the admin editor
 * [[
 * And the result on the page
 * [[
 * Unrestricted height of the slides

## Bloklar

Bu eklenti 1 blok sağlar.

 *   Image Slider Eazy slider for images

## Yükleme

 1. Install Plugin through the WordPress Admin Interface ‘Plugins > Add new’
 2. Activate the plugin
 3. Done!

OR

 1. Upload `eazy-image-slider-block` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Done!

## SSS

### Can I change the dots color?

Yes, currently only via CSS. The selectors for the buttons are:

    ```
    .eazy-image-slider .tns-nav button
    ```

and for the active state:

    ```
    .eazy-image-slider .tns-nav button.tns-nav-active
    ```

**Example** you can put in your themes `style.css`:

    ```
    .eazy-image-slider .tns-nav button {
        background-color: #fcc;
    }
    .eazy-image-slider .tns-nav button.tns-nav-active {
        background-color: #e22;
    }
    ```

### Can I change the arrows color?

Yes, same applies as for the dots, currently only via CSS.

    ```
    .eazy-image-slider .tns-controls button:before
    ```

and for the hover state:

    ```
    .eazy-image-slider .tns-controls button:hover:before
    ```

**Example** you can put in your themes `style.css`:

    ```
    .eazy-image-slider .tns-controls button:before {
        background-color: #fcc;
    }
    .eazy-image-slider .tns-controls button:hover:before {
        background-color: #e22;
    }
    ```

### Can I disable the style / script loading entirely?

Yes, to do so, simply add following lines to your themes `functions.php`:

**For the styles:**

    ```
    function eazyimageslider_remove_style() {
        wp_dequeue_style( 'eazy-image-slider-style' );
    }
    add_action( 'wp_enqueue_scripts', 'eazyimageslider_remove_style', 99 );
    ```

**For the script:**

    ```
    function eazyimageslider_remove_script() {
        wp_dequeue_script( 'eazy-image-slider-view-script' );
    }
    add_action( 'wp_enqueue_scripts', 'eazyimageslider_remove_script', 99 );
    ```

### What does vh mean in the restrict slides height setting?

VH is a unit relative to the viewport. Which means if you set your slides height
to be restricted to 50vh, the slides will have the height of 50% of the viewport.

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“Eazy Image Slider Block” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye
katkıda bulunmuşlardır.

Katkıda bulunanlar

 *   [ Tamás ](https://profiles.wordpress.org/playwithpixels/)

[“Eazy Image Slider Block” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/eazy-image-slider-block)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/eazy-image-slider-block/),
[SVN deposuna](https://plugins.svn.wordpress.org/eazy-image-slider-block/) göz atın
ya da [RSS](https://plugins.trac.wordpress.org/log/eazy-image-slider-block/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/eazy-image-slider-block/)
abone olun.

## Değişiklik Kaydı

#### 1.0.0

 * Initial Eazy Image Slider Block release. 🚀

## Meta

 *  Sürüm **1.0.0**
 *  Son güncelleme **2 yıl önce**
 *  Etkin kurulumlar **10dan fazla**
 *  WordPress sürümü ** 6.1 veya üstü **
 *  Test edilen sürüm **6.5.8**
 *  PHP sürümü ** 7.4 veya üstü **
 *  Dil
 * [English (US)](https://wordpress.org/plugins/eazy-image-slider-block/)
 * Etiketler
 * [block](https://tr.wordpress.org/plugins/tags/block/)[carousel](https://tr.wordpress.org/plugins/tags/carousel/)
   [easy](https://tr.wordpress.org/plugins/tags/easy/)[Gutenberg block](https://tr.wordpress.org/plugins/tags/gutenberg-block/)
   [image slider](https://tr.wordpress.org/plugins/tags/image-slider/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/eazy-image-slider-block/advanced/)

## Puanlar

No reviews have been submitted yet.

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

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/eazy-image-slider-block/reviews/)

## Katkıda bulunanlar

 *   [ Tamás ](https://profiles.wordpress.org/playwithpixels/)

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/eazy-image-slider-block/)

## Bağış yap

Bu eklentinin geliştirilmesini desteklemek ister misiniz?

 [ Bu eklentiye bağış yap ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QQMET2BDE8CJC&source=url)