Graph Paper Press will be closed from August 31 - Sept 8, 2008. While you can still download our themes while we are closed, all comments and email support will not be available during this brief period of time. See you in a week! Happy publishing!

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

  1. 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.
  2. 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.

  3. 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>
  4. Support Forum

Plugin Development To Do List

  1. Enable “active” class on linked thumbnail images. This will enable a default main image to load, instead of thumbnails.
  2. Debug Mac Firefox DOM issue. On Firefox (Mac), the thumbails load briefly behind the main image.
  3. 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.

Tags: ,

25 Responses to “Photo Galleria Plugin for Wordpress”

  1. logicalnot Says:

    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.

  2. Thad Says:

    @logicalnot - you need to modify the attached css files to make photo galleria fit the width of your site.

  3. JupaMan Says:

    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!!

  4. autworld Says:

    great work! a wonderful plugin, thank you.

  5. Dan Dennison Says:

    Great plugin, can’t wait to try it out!

  6. Tan The Man Says:

    Very cool…

  7. Garrison Says:

    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 ;-)

  8. Fabio Assis Says:

    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

  9. Wok The Rock Says:

    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?

  10. Garrison Says:

    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.

  11. Jay Says:

    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?

  12. Thad Says:

    @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.

  13. Garrison Says:

    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?

  14. admin Says:

    @ 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.

  15. Marcus Schiesser Says:

    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.

  16. Tiny Says:

    I like the theme of your blog This is a job well done and this is great advice, Thankyou!

  17. Freelocale Says:

    People should be sharing more free things like this. Its what keeps the Internet buzzin’.

  18. ajax tutorial Says:

    This is a good Gallery

Trackbacks

  1. Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 6/4
  2. f8 and f8 Remixed by Graph Paper Press | WP-Premiums
  3. Latest plugins must gets!
  4. links for 2008-06-07 « RabiFoot at wordpress.com
  5. Sobre WP » Photo Galleria, mostrando tus imágenes
  6. Une semaine avec Wordpress #16
  7. WordPress Themes [premium + free] @ ipears

Leave a Reply