Gallery without the Fluff

This plugin is ONLY for people wanting to play around with their theme to get their images displaying in a jQuery gallery or slider script of their ch …

Author:Justyn Walker @ revive web (profile at wordpress.org)
WordPress version required:3.3
WordPress version tested:3.6.1
Plugin version:1.0
Added to WordPress repository:01-03-2013
Last updated:19-09-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:94
Rated by:3
Plugin URI:http://www.reviveweb.com.au
Total downloads:4 746
Active installs:30+
plugin download
Click to start download

This plugin is ONLY for people wanting to play around with their theme to get their images displaying in a jQuery gallery or slider script of their choice. You won’t find an options page with preset jQuery effects like colorbox or masonry. That’s the point. If you want to control which jQuery script you use to style your gallery, all that extra “fluff” sometimes gets in the way.

This simple plugin adds extra features to the wordpress media menu:

  • Create any number of Galleries with the “Add Gallery” screen (just like you would create categories for a post).
  • Each Gallery you create appears as a media menu item, showing the images in the gallery, with drag and drop image ordering.
  • You can also update titles, captions and other meta info for all your gallery images in one bulk action to save time.
  • The “Images into Gallery” screen allows you to assign uploaded images to a gallery.
  • The BEST bit… you can customise the html and variables that will be outputted with the gallery, so you get exactly what you need for your jQuery script to work. Happy days!
  • You then use a shortcode to show your galleries in any page or post.
  • You can also call the gallery directly from a theme file.
  • There are some helpful tips in the “Help” tab to the top right of some screens.

Note:

a) Adding the jQuery script itself is up to you because it should be done inside your theme.
b) To use this plugin you should be familiar with basic html & how to add jQuery to a theme. See the WordPress Codex for help.

As we’re using the default WordPress media menu and uploader all your gallery images are naturally available to your posts and widgets too.

I hope it helps you. If you like the plugin, please vote for it.
How this plugin works:

As WordPress treats images as posts, the plugin uses the custom taxonomy feature to create terms called “galleries” that we can attach to the images, just like you attach a category to a post.

This plugin uses the WordPress loop (WP_Query) to loop through the images in the galleries you create. It allows you to set markup that will be displayed before and after the loop, as well as inside the loop. You can also include any $post variable in the loop between curly brackets, such as {post_title}.

You can then use a shortcode that is displayed at the top of the gallery screen to show the gallery in your pages and posts. You can also use a template tag: fluff_add_my_gallery( ‘my-gallery’, ‘large’ ); inside PHP tags where “my-gallery” is the slug of your gallery (from the shortcode) and the second parameter is the image size to output. You can specify your custom images sizes here too.

A few of the backend screens have help tabs with some useful tips and reminders.

Other Notes:

I have to admit I don’t have much time to manage this plugin or respond to questions. It’s sort of a “here it is – I hope it helps” thing. But I use it on a number of projects and will do my best to make sure it’s working with the current version of WordPress.


Screenshots