mattgalczynski / eazyest-gallery

Automatically exported from code.google.com/p/eazyest-gallery
GNU General Public License v3.0
0 stars 1 forks source link

=== Eazyest Gallery === Contributors: macbrink, andredewaard Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=22A3Y8ZUGR6PE Tags: media,photo,album,picture,lazyest,image,gallery,easy,exif,subfolders,widget,ftp,upload,schortcode,comment Tested up to: 3.5.1 Requires at least: 3.5 Stable tag: 0.1.4 License: GPLv3

Eazyest Gallery extends WordPress media featuring folders, subfolders, comments, slideshows, ftp-upload, and many more features.

== Description == Eazyest Gallery extends WordPress Media by adding folders and subfolders.

Eazyest Gallery is the successor to Lazyest Gallery. Lazyest Gallery users please read how to upgrade to Eazyest Gallery

Please read the User Guide Posts and the Release Post at the Plugin Web Site.

= Eazyest Gallery features =

== Installation ==

  1. Install eazyest-gallery using the WordPress plugin installer
  2. Confirm your Gallery folder in Settings -> Eazyest Gallery

== Frequently Asked Questions ==

= My thumbnail gallery does not display as expected = Eazyest Gallery uses the gallery shortcode function of WordPress to display the images in a folder. This makes it easier for you to use plugins or themes to change the appearance. Jetpack and Eazyest Slides have nice slideshows that work with your galleries. However, some themes override the gallery output in a way it overrides your columns setting or your sort order. If something seems wrong, please try first with a default theme like TwentyTwelve before you start a new support thread.

= My FTP uploaded folders do not show up in Eazyest Gallery =

Eazyest Gallery will index your new folders when you open the All Folders menu in WordPress Admin. If they do not show, please check if WordPress (PHP) has write permissions to your new folders.

= When I click an attachment picture, my full size image does not show in lightbox =

The attachment view behavior depends on the code in the attachment template. Eazyest Gallery searches for a template called eazyest-image.php. Please copy a template from a theme in eazyest-gallery/themes as an example to build a template for your theme.

= How do I remove the Eazyest Gallery breadcrumb trail? =

Add this code to your child theme functions.php: function remove_eazyest_gallery_breadcrumb() { remove_action('eazyest_gallery_before_attachment', 'ezg_breadcrumb', 5); remove_action('eazyest_gallery_before_folder_content', 'ezg_breadcrumb', 5); } add_action( 'eazyest_gallery_ready', 'remove_eazyest_gallery_breadcrumb', 1 );

= How do I remove the Slideshow link/button? = Add this code to your child theme functions.php: function remove_eazyest_gallery_slideshow_button() { remove_action('eazyest_gallery_before_folder_content', 'ezg_slideshow_button', 9); } add_action( 'eazyest_gallery_ready', 'remove_eazyest_gallery_slideshow_button', 1 );

== Screenshots ==

  1. Eazyest Gallery menu, below WordPress Media menu
  2. Manually sorting folders in the Gallery Admin screen
  3. The gallery folder edit screen
  4. Upload images with the WordPress Media uploader
  5. A Gallery folder in Twenty Twelve with random image widget
  6. Camera slideshow by Manuel Masia included
  7. Upgrade tool for Lazyest Gallery users

== Upgrade Notice ==

= 0.1.4 =

= 0.1.0 =

== Changelog ==

= 0.1.4 =

= 0.1.1 =

= 0.1.0 =

= 0.1.0-RC-14 =

= 0.1.0-RC-13 =

= 0.1.0-RC-12 =

= 0.1.0-RC-11 =

= 0.1.0-RC-10 =

= 0.1.0-RC-9 =

= 0.1.0-RC-8 =

= 0.1.0-RC-7 =

= 0.1.0-RC-5 =

= 0.1.0-RC-4 =

= 0.1.0-RC-3 =

= 0.1.0-RC-2 =

= 0.1.0-RC-1 =

= 0.1.0-beta-5 =

= 0.1.0-beta-4 =

= 0.1.0-beta-3 =

= 0.1.0-beta-2 =

= 0.1.0-beta-1 =

= 0.1.0-alpha-5 =

= 0.1.0-alpha-4 =

== Copyright ==

== License ==

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.