=== Slideshow Gallery Pro === Contributors: Cameron Preston Donate link: http://cameronpreston.com/projects/plugins Tags: slideshow pro, slide show, wordpress plugins, slideshow gallery, slides, slideshow, image gallery, gallery, content gallery, javascript, javascript slideshow, slideshow gallery, jquery, ajax Requires at least: 2.8 Tested up to: 3.0.1 Stable tag: 1.2 Slideshow Gallery Pro: this a photo viewing solution that integrates with the WordPress image upload and gallery system. Thumbs & Lightbox! == Description == Slideshow Gallery Pro is a photo and image viewing plugin that integrates seemlessly with the WordPress image upload and gallery system. Using the most current web technologies like AJAX and JQuery, this viewing and linking solution is the best and easiest to use slideshow available on Wordpress. Check out more details here: http://cameronpreston.com/projects/plugins/slideshow-gallery-pro/ Flexible, configurable and easy to use. Embed-able and hardcode-able and improved. To embed into a post/page, simply insert [slideshow] into its content with optional post_id, exclude, exclude, and auto parameters. To hardcode into any PHP file of your WordPress theme, simply use slideshow($output = true, $post_id = null); } ?> and specify the required $post_id parameter accordingly. You will not be able to use "Slideshow Gallery" or "Slideshow Gallery 2" if you'd like to use "Slideshow Gallery Pro." Good news is that your previous slideshow calls will all work if you replace those plugins! == Installation == Installing the WordPress Slideshow Gallery Pro plugin manually is very easy. Simply follow the steps below. 1. Extract the package to obtain the `slideshow-gallery-pro` folder 1. Upload the `slideshow-gallery-pro` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Configure the settings according to your needs through the 'Slideshow' > 'Configuration' menu 1. Add and manage your slides in the 'Slideshow' section (Or just use the built in wordpress gallery) 1. Put `[slideshow post_id="X" exclude="" caption="on/off"]` to embed a slideshow with the images of a post into your posts/pages or use `[slideshow custom=1]` to embed a slideshow with your custom added slides or ` slideshow($output = true, $post_id = null); }; ?>` into your WordPress theme 1. For the most up to date list of options available please goto: http://cameronpreston.com/projects/plugins/slideshow-gallery-pro/ == Frequently Asked Questions == = Can I display/embed multiple instances of the slideshow gallery? = Yes, you can, but only one slideshow per page. = What if I only want captions on some of my pages Set your default captions to off; for any slideshow you put on your page use `[slideshow caption="on"]` = What if my configuration isn't showing up? = You're most likely not running PHP5. Talk to your host to upgrade or switch your hosting provider. PHP5 is eleventy years old. = How do I find the numbers to exclude (or include)? = Not as easy as it used to be! Go into the Media Library. Choose an image you want to exclude and click on it and notice your address bar: "/wp-admin/media.php?action=edit&attachment_id=353". Therefore, `[slideshow exclude=353]` = My thumbnails aren't scrolling, what's up? = Make sure you have at least 6 thumbnails for that to work properly. Otherwise thumbnails are probably not be necessary. = How do I change the color to the left and right of my images in the slideshow? = In /views/default/gallery.php find this line: slideshow.letterbox = "#000"; Change #000 to #FFF for white, or any other hex color code. == Screenshots == 1. Slideshow gallery pro with thumbnails at the bottom. 2. Slideshow gallery pro with thumbnails turned OFF. 3. Slideshow gallery pro with thumbnails at the top. 4. Different styles/colors. == Upgrade Notice == == Changelog == = 1.2 = * Fixed Order Custom Slides * Fixed Margin-top Issue * Updated Manage Slides Page (Upload & Look) * Updated to spinner * Updated transition - smooth instead of snapshot * Updated to thickbox instead of lightbox * Fixed bad calls of < ?php * Fixed auto=off bug = 1.1.06 = * Fixed the custom h3 issue * Fixed the custom image linking issue * right aligned image issue * Configuration first! * Deprecated author levels * Hardcoding for custom Manage Slides * Fixed Autoslide issue = 1.1 = * Fixed a scrolling bug for when there are few thumbs * Add 'include' to embed (an addition to 'exclude') * Cleaned code for excluding and embedding * Added 'nolink' embed. Set to true and you won't have any link in the middle! = 1.0.1 = * Renaming from '2' to 'Pro' bug issue fixed = 1.0 Renamed to Pro = * [slideshow w="500" h="200"] Make your slideshow size customized per instance * Vertical/Portfolio images show in their entirety * IE Issue Fixed * Last thumbnail dropping issue fixed (added 3px buffer in gallery.js) =Slideshow Gallery 2= = 1.2 Beta = * Link images to pages from the post gallery. Caption field is for the page link. * CSS is fixed to have better backgrounding for switching to white themes * Auto Slideshow is now a feature you can turn on or off depending on the slide. [ slideshow auto="on" ] * NextGen Gallery Config Menu overlapping issue is fixed. = 1.1.4 = * Fixed the thumbnails to display at startup for Chrome and Safari * Fixed bug in the js file for lightbox = 1.1.3 = * Created it so captions was an option that you can turn on or off from [ slideshow ] = 1.1.2 = * Upgrade Manage Slides to work with the plugin nomenclature. = 1.1.1 = * Made it so if you pull a slideshow from a different post it still allows comments. * Updated FAQs = 1.1 = * Made it so the slideshow worked :) = 1.0 = * Initial release of the WordPress Slideshow Gallery 2 plugin * Based on the popular and amazing slideshow: http://wordpress.org/extend/plugins/slideshow-gallery/ == Upgrade Notice == Upgrade fixes Chrome and Safari issues! Twas a jquery loading issue.