File Gallery Examples

Default WordPress options

Template: File Gallery, linked to images, 4 columns

Template: List

Template: Simple (with javascript), random order, custom gallery class, opens in thickbox when big image is clicked

16 Responses to File Gallery Examples

  1. Marcelo Araujo says:

    hi. the Template: Simple (with javascript) is very nice pra xuxu! congrats! tks.

  2. Marcelo Araujo says:

    the quality of images on the left view are poor. it is possible to optimize it?

    • aesqe says:

      Yes, but you have to either:
      – change the code in templates/simple/gallery.php,
      – create a new template by copying the ‘simple’ template and change the code,
      – or change the width/height of ‘medium’ image size in WordPress

      the code that needs to be adjusted is on line 4:
      ‘$intermediate_size = wp_get_attachment_image_src($attachment->ID, “medium”);’

      try changing “medium” to “large” or some other WP size.

  3. s says:

    File Gallery can’t distinguish the file which uploaded vis ckediter,

    i find the file’s path, like this :
    http://localhost/wordpress/subsite/wp-content/uploads/file/1.jpg

    and the file’s path which uploaded via ystem’s upload-media is:
    http://localhost/wordpress/subsite/files/2011/05/11-150×150.jpg

  4. Davor Popovic says:

    Hi,

    I try to use same template like is your on this site “Simple template” and I can not get to this work.. I do it all I need, link class to thickbox, template is simple my code is [gallery link="file" linkclass="thickbox" orderby="rand" template="simple"] and its not work.. Can you please tell me why? Did I need to install some other plugin also.. I have only your plugin installed?

    • aesqe says:

      No need for any other plugin, that should work :)

      Can you send me a link to an example page where this does not work?

  5. Carsten B. says:

    Hi!

    With this plugin activated, there’s a box shown in the custom-menu preferences dialog of WP3 that allows you to add media tags to the menu, just like regular categories and tags for posts. However, at first sight there doesn’t seem to be a possibility to make a gallery on the fly that shows all media tagged with that tag. I’d find that very useful. So is there something I’ve missed, or is there an easy way I could hack together a template that automatically shows all media for a certain tag using the default gallery layout?

    Kind regards
    CB

    • Carsten B. says:

      Ah well, doctor heal thyself… This seems to work so far: http://pastebin.com/ZwhEZpjh – however I still don’t know how to add the rel="lightbox[{ID}]" thing to the link. Help would be appreciated.

    • Carsten B. says:

      Also, in /includes/attachment.php, line 98 onward, the width and height of the replacement icons shouldn’t be hardcoded if the user is supposed to be allowed to customize them – I’ve tried using icons that are 60×60 and wondered why they’d get squeezed to 46×60 although WordPress itself doesn’t do that in other contexts except File Gallery.

  6. Hi
    Having the same problem as Davor, sorry but it will probably be my pilot error as new to wordpress.

  7. jordan says:

    Hi It’s a very cool plugin but have a question I want to set captions in gallery but using file name by default in all of them is that possible? I have in my blog more than 2000 images too many captions :S

    Thank you

  8. Christy says:

    I’m attempting the “simple” template, but don’t see the option. I’m a total noob to all of this, I’m sure I’m looking right past it!?

  9. Zoli says:

    Hi!
    Could you please check this page: http://suttonet.hu/evacostumes/?portfolio=praga ? With the simple template clicking on the big image, it opens behind some elements. Do you have any idea how can I fix this?
    Thank you!

  10. Zoli says:

    Hi again! I’ve already found the solution. I was played with the z-indexes a bit. Thanks for this excellent work!

  11. Ally says:

    Hi!
    I love this plugin, but I’m having a major problem. It allows me to select the images I want for each gallery via the checkbox, but it actually publishes ALL the available images into the gallery – not excluding the ones I don’t want in it. What’s going on?