Photo Galleria Plugin for Wordpress
Photo Galleria is a simple, yet elegant, plugin for photographers, designers and Wordpress 2.5 users alike who want to beautify their Wordpress photo galleries using the jquery framework. The Photo Galleria plugin synchronizes Galleria with Wordpress’ built-in media manager. Simply upload photos as normal and the Photo Galleria plugin will create a photo gallery with fade-in and fade-out effects common on flash-based websites. All the transitions happen inline without having to navigate to multiple Wordpress attachment pages. Pretty neat, eh?
Photo Galleria displays the thumbnail images that Wordpress creates for you and displays the original, high resolution uploaded image. Both are constrained proportionally via css. You can control their display size via the two CSS files included with the plugin. By default, the thumbnails display at 125px by 125px square and the image displays at 950px wide. Virtually every aspect of the presentation of Photo Galleria can be controlled via CSS.
DOWNLOAD
Total downloads: 1472
Resources
Photo Galleria Wordpress Plugin Forum
Galleria
Galleria Forum
Before you start
- This plugin uses the jquery javascript library. Occasionally, jquery and other javascript libraries don’t play nice together. If your plugin doesn’t work, make sure you don’t have a plugin that installs conflicting javascript libraries into the head of your site.
- Possibly the best solution to help ensure your javascript libraries stay updated and don’t conflict with other libraries is to install Google AJAX Libraries API Plugin. Then, delete the javascripts from this plugin and from the head of your site. Finally, add something along the lines of the following to your themes functions.php file:
if(function_exists(’wp_enqueue_script’)) {
wp_enqueue_script(’jquery’);
}This will then load the jQuery library for your theme in a manner that will make changeable to the google libraries by the plugin. - from Barry, plugin author.
- This plugin uses the jquery javascript library. If you already have jquery installed, you might want to remove this code from the plugin:
<script type='text/javascript' src='".get_bloginfo("url")."/wp-content/plugins/
photo-galleria/js/jquery-1.2.6.min.js'></script> - Support Forum
Plugin Development To Do List
- Enable “active” class on linked thumbnail images. This will enable a default main image to load, instead of thumbnails.
- Debug Mac Firefox DOM issue. On Firefox (Mac), the thumbails load briefly behind the main image.
- Make main image use the medium size image, not the original
Donate via Paypal? thad at thadallender dot com
Tested with Firefox (Mac & PC), Safari, Internet Explorer 7.
June 4th, 2008 at 2:47 am
It looks promising.
But the gallery doesn’t display the same way depending on the chosen template. Most of the time the gallery is just plain ugly — ex: completly offset on the sidebar.
June 4th, 2008 at 4:47 am
@logicalnot - you need to modify the attached css files to make photo galleria fit the width of your site.
June 5th, 2008 at 10:20 am
WOW!!!! this is just what I’ve been looking for.. so simple to use and elegant. It also works on older posts that have images. this is awesome!!
June 6th, 2008 at 4:44 am
great work! a wonderful plugin, thank you.
June 6th, 2008 at 10:10 am
Great plugin, can’t wait to try it out!
June 8th, 2008 at 9:56 pm
Very cool…
June 9th, 2008 at 1:56 am
I should’ve read your ‘to do’ list as I’ve just spent considerable time trying to figure out how to display the main image at load
I found this during my research:
http://devkick.com/talk/topic/62/
In my opinion, your plugin needs to display the main image first and glad to see it is number 1 on your to do list
June 11th, 2008 at 2:16 pm
Thad, I did a small change in your plugin. It may help who wants that the gallery loads the first image. Also, it gives a different markup for home and categories (just showing the first image).
I created a discussion in your forum. Files are there.
http://www.peqno.com/Cc5c6
Example is here:
http://www.cumplice.net/wp_teste/?p=19
June 12th, 2008 at 12:07 pm
i’ve just upload photo but i found this message:
“The uploaded file could not be moved to /mounted-storage/home70b/sub004/sc40547-CMVP/mes56.com/wp-content/uploads.”
can you tell me how to resolve this?
June 13th, 2008 at 12:56 am
Thad, I would happily donate to your plugin if it displayed the main image as well as thumbs, not instead of.
Displaying a main image is fundamental to Galleria.
June 14th, 2008 at 4:09 am
I can’t seem to figure out what I am doing wrong, the plugin wont work for me.
I uploaded the file to plugins folder, activated it, used the google API AJAX plugin and activated that, deleted any Javascript from the header and from the Photo Galleria plug in.
When I upload images and click insert gallery all I see is a next and previous button but I dont see any images?
Any one any ideas what I am doing wrong?
June 14th, 2008 at 7:08 am
@garrison - This isn’t so much a plugin issue as it is a Galleria issue. To my knowledge, it is impossible to use both the “active” state and custom thumbnails. I’ve attempted to ask the developer about this, but can’t get a response….which I translate to mean it aint possible. Without the ability to use custom thumbnails, page load times dramatically increase, as does the flexibility to use thumbnail size specified from within WP.
@Jay - check to see that you don’t have two JQUERY’s in the head of your site.
June 15th, 2008 at 2:42 am
Thanks Thad but are you saying it’s impossible to do in WordPress?
The demo on the developer’s site shows the main image from load AND thumbnails at the same time. In essence that’s the whole selling point of Galleria.
I’ve seen an example of Galleria being successfully implemented on this WP blog:
http://blogthemesplus.com
Main image loads, and then thumbnails. Is this possible to achieve with your plugin?
June 22nd, 2008 at 7:02 am
@ Garrison - No, it is possible. Originally, I built the plugin with this functionality. I removed it because I wasn’t able to load custom thumbnails simultaneously with the active state. Outside of the WP code, it is easily possible to load custom thumbs and the active state.
I personally preferred giving readers the option of choosing their own entry point. In future editions, I’ll likely package this into an option checkbox within an photo galleria admin page. This, as it stands, is the beta release.
July 4th, 2008 at 3:29 pm
at the version i downloaded, it seems like the last is not closed, so instead of
$output .= “\n\n”;
it should be:
$output .= “\n\n”;
after that everything worked fine for me. thanks - was exactly what i needed.
July 21st, 2008 at 8:37 pm
I like the theme of your blog This is a job well done and this is great advice, Thankyou!
August 5th, 2008 at 5:49 pm
People should be sharing more free things like this. Its what keeps the Internet buzzin’.
August 22nd, 2008 at 9:15 pm
This is a good Gallery