Easy Image Gallery

Wordpress Plugin
Download latest - 1.5.1

Developers

devrix
nofearinc
sumobi

Download Stats

Today 151
Yesterday 302
Last Week 1,260
All Time 145,852
Banner 772x250

This plugin allows you to easily create an image gallery on any post, page or custom post type. Images are can be added and previewed from the metabox. Images can be re-ordered by drag and drop.

About:

There comes a time when you need more flexibility than the standard WP gallery offers, Thats when this plugin steps in. This plugins goal is to make it easy to create a gallery and place it wherever you need. A perfect example would be to create a product gallery for an ecommerce website and then have the flexibility to position it where you wanted to match your themes design.

Features:

  1. Added the possibility to add two or more different galleries on one page
  2. Drag and drop re-ordering
  3. Add gallery to any post, page or custom post type
  4. If more than one image is added to the gallery, the images become grouped in the lightbox so you can easily view the next one
  5. CSS and JS are only loaded on pages where needed
  6. Images link to larger versions (can be turned off)
  7. Fully Localized (translation ready) with .mo and .po files
  8. Add multiple images to the gallery at once
  9. Uses the thumbnail size specified in Settings -> Media
  10. Custom webfont icon for hover effect

Whats' New

  1. Added Gutenberg Support
  2. Added New Gallery - Luminous

Usage

Use the shortcode or the function to show the gallery.

Shortcode Usage

Use the following shortcode anywhere in the content area to display the gallery

[easy_image_gallery gallery="XXX"]

Where "XXX" is the ID of the gallery item.

Template Tag Usage

The following template tag is available to display the gallery

if( function_exists( 'easy_image_gallery' ) ) { echo easy_image_gallery( "XXX" ); }

Where "XXX" is the ID of the gallery item.

If you use the template tag above, you will need to remove the default content filter:

Developer Friendly

  1. Modify the gallery HTML using filters
  2. Developed with WP Coding Standards
  3. Easily add your preferred lightbox script via hooks and filters
  4. Easily unhook CSS and add your own styling
  5. Pass in a different image size for the thumbnails via filter
  6. Minimalistic markup and styling

Stay up to date

Become a fan on Facebook https://www.facebook.com/DevriXLtd

Follow us on Twitter https://twitter.com/wpdevrix


Releases (21 )

Version Release Date Change Log
1.5.1 2022-11-10
  • Change required PHP version
  • Tested up with WordPress 6.1
1.5 2022-06-30
  • Has been added separate menu for the plugin
  • Fix: Link to larger images
1.4.3 2020-06-03
  • Fix error on 404 pages about Trying to get property ID of non-object
1.4.2 2020-05-14
  • Release date - May 14, 2020
  • Fixed PHP warning about array_key_exists()
1.4.1 2020-01-23
  • Release date - January 22, 2020
  • Fixing TwentyTwenty single post styles
  • Fixing Add link to larger image by default
  • Fixing prettyPhoto console error
  • Fixing Insert this shordcode function
1.4 2020-01-07

The plugin ownership was transferred to DevriX. There are no functionality changes. We are going to work on a few version, adding some nice feature in the near feature, stay tuned! :)

1.3.1 2018-05-07
  • Release date - May 07, 2018.
  • Remove jquery-ui.min.js from the plugin and use the WordPress Core version of the library.
  • Bugfix: add a fallback when the user is using the plugin's function in the code, instead of a shortcoe.
1.3 2018-01-19
  • Release date - Release date - January 19, 2018.
  • Add the possibility to add two or more different galleries on one page/post.
  • Improved the UI / UX
1.2.1 2017-01-31
  • Release date - January 31, 2017.
  • Removing Fancybox 2.0 due to license constraints, back to 1.3.4
1.2 2017-01-25
  • Release date - Release date - January 26, 2017.
  • The plugin ownership was transferred to DevriX. We are going to maintain and update the plugin for now on :)
1.1.4 2017-01-16
  • Tweak: Updated French translations, props fxbenard
1.1.3 2015-10-05

Updated PrettyPhoto JavaScript file to v3.1.6 and fixed captions that had quotes inside them

1.1.2 2015-05-20
  • Fix: Added esc_attr to title attribute. Captions that included quotes were getting cut off.
  • Fix: Updated PrettyPhoto JavaScript file to v3.1.6
1.1.1 2014-02-05

Easy Image Gallery is no longer bundled with fancyBox 2 as non GPL software is not allowed on the WP repo. If you have a license of fancyBox 2, simply install the free Easy Image Gallery Extend plugin here: http://sumobi.com/shop/easy-image-gallery-extend/ and it will be added to the plugin's settings again.

=

1.1 2014-02-04

Easy Image Gallery is no longer bundled with fancyBox 2 as non GPL software is not allowed on the WP repo. If you have a license of fancyBox 2, simply install the free Easy Image Gallery Extend plugin here: http://sumobi.com/shop/easy-image-gallery-extend/ and it will be added to the plugin's settings again.

=

1.0.6 2014-02-03

Fixes settings link on plugins page

=

1.0.5 2014-01-31
  • Tweak: The plugin's options page has been moved to settings -> media
  • Tweak: Renamed the 'thumbnail_image_size' filter name to be 'easy_image_gallery_thumbnail_image_size' so it's unique to the plugin
  • Tweak: Renamed the 'linked_image_size' filter name to be 'easy_image_gallery_linked_image_size' so it's unique to the plugin
1.0.4 2013-08-29
  • Fix: Images now use the image's caption rather than title field
  • New: Styling for image placeholder as images are being dragged
1.0.3 2013-07-18
  • Fix: jQuery script that calls light box was being loaded when there were no gallery images
1.0.2 2013-07-12
  • Tweak: Improved loading of scripts
1.0.1 2013-07-05
  • Tweak: Images now link to the "large" image size by default, rather than the original image
  • Tweak: Removed "remove" links underneath each image and added a [-] on hover to be consistent with WordPress' media manager styling
  • New: linked_image_size filter for specifying which image size the thumbnails should link to
  • New: 2 new filters added for overriding the JS for prettyPhoto and fancyBox. easy_image_gallery_prettyphoto_js and easy_image_gallery_fancybox_js