Title: Eazy Flickity Slider
Author: Rob Scott
Published: <strong>Me 9, 2016</strong>
Last modified: Mis-Genver 2, 2018

---

Search plugins

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

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Eazy Flickity Slider

 By [Rob Scott](https://profiles.wordpress.org/r0bsc0tt/)

[Download](https://downloads.wordpress.org/plugin/eazy-flickity-slider.zip)

 * [Details](https://cor.wordpress.org/plugins/eazy-flickity-slider/#description)
 * [Reviews](https://cor.wordpress.org/plugins/eazy-flickity-slider/#reviews)
 *  [Installation](https://cor.wordpress.org/plugins/eazy-flickity-slider/#installation)
 * [Development](https://cor.wordpress.org/plugins/eazy-flickity-slider/#developers)

 [Support](https://wordpress.org/support/plugin/eazy-flickity-slider/)

## Description

Eazy Flickity Slider lets you create responsive sliders, without being overly complex.

Adding slides is as easy as adding a post. Creating a slider works like adding a
post to a category. You can then use a shortcode to get the slider to display on
your site. There is a shortcode generator that shows up next to the add media button
on the edit post & edit page sections of the admin. The plugin uses flickity.js 
by Metafizzy to animate the slider.

## Screenshots

[⌊Eazy Flickity Slider main screen.⌉⌊Eazy Flickity Slider main screen.⌉[

Eazy Flickity Slider main screen.

[⌊Add a slide. Include title & add slider using Eazy Flickity Sliders box⌉⌊Add a
slide. Include title & add slider using Eazy Flickity Sliders box⌉[

Add a slide. Include title & add slider using Eazy Flickity Sliders box

[⌊Click add featured image to include slide image using media library.⌉⌊Click add
featured image to include slide image using media library.⌉[

Click add featured image to include slide image using media library.

[⌊Shows a slide completed. (includes title, slider category & image)⌉⌊Shows a slide
completed. (includes title, slider category & image)⌉[

Shows a slide completed. (includes title, slider category & image)

[⌊Add a slider using the Flickity Slider button next to the Media Library button.⌉⌊
Add a slider using the Flickity Slider button next to the Media Library button.⌉[

Add a slider using the Flickity Slider button next to the Media Library button.

[⌊Select your slider from the drop down menu and add the size.⌉⌊Select your slider
from the drop down menu and add the size.⌉[

Select your slider from the drop down menu and add the size.

[⌊Shows shortcode added to editor.⌉⌊Shows shortcode added to editor.⌉[

Shows shortcode added to editor.

[⌊Slider appears via WordPress magic.⌉⌊Slider appears via WordPress magic.⌉[

Slider appears via WordPress magic.

## Installation

 1. Add plugin
 2. Activate plugin
 3. Navigate to Eazy Flickity Slider section of admin
 4. Add a new slide, just like adding a post. Use the featured image to add the slide
    image.
 5. You can group your slides into sliders, like categories on posts.
 6. Add your slider using the Flickity Slider button above the editor or use [eazy-
    flickity-slider eazy_flickity_slider=”YOUR-SLIDER-NAME”]

## FAQ

  Installation Instructions

 1. Add plugin
 2. Activate plugin
 3. Navigate to Eazy Flickity Slider section of admin
 4. Add a new slide, just like adding a post. Use the featured image to add the slide
    image.
 5. You can group your slides into sliders, like categories on posts.
 6. Add your slider using the Flickity Slider button above the editor or use [eazy-
    flickity-slider eazy_flickity_slider=”YOUR-SLIDER-NAME”]

  How do add a slider?

Click on the ‘Add New Slide’ item under the Eazy Flickity Slider section in your
admin. You can add the slider image like you would a post; Give it a title, then
navigate to the Eazy Flickity Slider box on the right and either add it to an existing
slider or click on add new slider and add one. Add the image using the Add Eazy 
Flickity Slide Image box below the Eazy Flickity Sliders box.

  How do I set the size of the slider?

If you are using the Flickity Slider button, it will ask you for a width and height.
It is important to set the unit of measure you are using. (i.e. px, em, %, vw etc.)

If you are adding your own shortcode you should pass height & width arguments. [
eazy-flickity-slider height=”100px” width=”100px”]

  How do I set the movement of the slider?

Unfortunately, there are not currently any controls for the slider built into the
plugin. You would need to edit eazy-flickity-slider/resources/js/flickity.shortcode.
js. You can change these settings using the settings defined by Metafizzy for the
flickity.js libray.

## Reviews

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

### 󠀁[Nice slider](https://wordpress.org/support/topic/nice-slider-30/)󠁿

 [nhathoang](https://profiles.wordpress.org/nhathoang/) Du 22, 2023

Nice slider and easy to use

 [ Read all 1 review ](https://wordpress.org/support/plugin/eazy-flickity-slider/reviews/)

## Contributors & Developers

“Eazy Flickity Slider” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Rob Scott ](https://profiles.wordpress.org/r0bsc0tt/)

[Translate “Eazy Flickity Slider” into your language.](https://translate.wordpress.org/projects/wp-plugins/eazy-flickity-slider)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/eazy-flickity-slider/),
check out the [SVN repository](https://plugins.svn.wordpress.org/eazy-flickity-slider/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/eazy-flickity-slider/)
by [RSS](https://plugins.trac.wordpress.org/log/eazy-flickity-slider/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.1

*Update flickity.shortcode.dimensions.js to make height and width conditional

#### 1.2.0

*Update shortcode function to declare width and height of shortcode
 *Remove is 
front page conditional from shortcode *Remove outdated variable names

#### 1.1.2

*Update CSS for gallery-cell.

#### 1.1.1

*Update eazy_flickity_slider_shortcode.php to use a variable to store the array 
from wp_get_attachment_image_src on line ~64.

#### 1.1

*Add flickity.shortcode.dimensions.js to insert the inline style for shortcodes 
height and width

#### 1.0.2

*Add conditional statement to shortcode to prevent height and width form showing
when not set
 *Remove escaped quotes from readme *Add Lazy Load to homepage JS *
Remove repetitive CSS

#### 1.0.1

 * Initial version of plugin.

## Meta

 *  Version **1.2.1**
 *  Last updated **9 years ago**
 *  Active installations **100+**
 *  WordPress version ** 4.5 or higher **
 *  Tested up to **4.9.31**
 *  Language
 * [English (US)](https://wordpress.org/plugins/eazy-flickity-slider/)
 * Tags
 * [flickity](https://cor.wordpress.org/plugins/tags/flickity/)[horizontal slider](https://cor.wordpress.org/plugins/tags/horizontal-slider/)
   [thumbnails slider](https://cor.wordpress.org/plugins/tags/thumbnails-slider/)
 *  [Advanced View](https://cor.wordpress.org/plugins/eazy-flickity-slider/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/eazy-flickity-slider/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/eazy-flickity-slider/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/eazy-flickity-slider/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/eazy-flickity-slider/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/eazy-flickity-slider/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/eazy-flickity-slider/reviews/)

## Contributors

 *   [ Rob Scott ](https://profiles.wordpress.org/r0bsc0tt/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/eazy-flickity-slider/)