Filterable image gallery.
Permalink
I was looking around on the web yesterday and came across a WordPress image/media gallery where you could filter for categories (Just like the Dojo Page List and other page list add ons).
Here is the link:http://ghozylab.com/best-photo-albums-wordpress-plugin/...
Would be great for a website I am making for an actor where I could have all images in a gallery and the visitor can choose what production they want to see images from.
Are there any image galleries like this in the forum? Or should I be brave and try to make it on my own?
Here is the link:http://ghozylab.com/best-photo-albums-wordpress-plugin/...
Would be great for a website I am making for an actor where I could have all images in a gallery and the visitor can choose what production they want to see images from.
Are there any image galleries like this in the forum? Or should I be brave and try to make it on my own?
Thanks for the input. My idea is to have a photo gallery where I can input categories and link a fileset (with images) to each gategory. There will of course automatically be created a "SHOW ALL" category that shows all the file-sets in a thumbnail grid.
The images will be shown in a lightbox when you click on them. Hope this is doable.
Also would be great to have an upload section where the user could choose image to upload and just click on the category she wants that image to be in (can of course be done in file manager, but this person is like an elephant on ice when it comes to computers).
The images will be shown in a lightbox when you click on them. Hope this is doable.
Also would be great to have an upload section where the user could choose image to upload and just click on the category she wants that image to be in (can of course be done in file manager, but this person is like an elephant on ice when it comes to computers).
I have an add-on that might help:http://www.concrete5.org/marketplace/addons/fluid-gallery/...
Demo:http://concrete5.55webdesign.co.uk/galleries/fluid-gallery/...
Also working on another for the marketplace:http://concrete5.55webdesign.co.uk/galleries/effects-gallery/...
Demo:http://concrete5.55webdesign.co.uk/galleries/fluid-gallery/...
Also working on another for the marketplace:http://concrete5.55webdesign.co.uk/galleries/effects-gallery/...
I did something similar here:http://www.missionarts.com.au/gallery-and-shop/...
The grid of images is actually a page list, as the artworks are added as pages with associated information, and we used a custom page attribute to mark what categories each piece of artwork is in. In your case, you might be able to just use a file set of images, and tag each image with keywords, not the whole page/composer driven approach. (the List Files From Set block might be useful here)
I wrote about this site and how we put together this part of it here:
http://www.mesuva.com.au/blog/recent-work/mission-beach-community-a...
(unfortunately not a full set of instructions, but I do explain how it fits together)
The filtering and animation is powered by:http://isotope.metafizzy.co/, $25 well spent.
It honestly only took me about half an hour to put together the list of images and filtering - it was just a case of outputting the right classes and triggering off the javascript. (the actual expanding bit when you click on each item took longer, but the sorting part of it was really quite straightforward).