Another Request
iklimon
Registered Users Posts: 163 Major grins
I would like to have another option to display galleries in a text or semi-text list for customers.
Take a look at this page: http://photos.klimon.com/Baseball/566992
That's a lot of galleries to go through, it would be a heck of a lot simpler if it was just a text listing.
I also had an idea of being able to assign "icons" to a gallery, so that you could see at a glance (by chosen icon) what kind of photos are in the gallery.
:thumb
Take a look at this page: http://photos.klimon.com/Baseball/566992
That's a lot of galleries to go through, it would be a heck of a lot simpler if it was just a text listing.
I also had an idea of being able to assign "icons" to a gallery, so that you could see at a glance (by chosen icon) what kind of photos are in the gallery.
:thumb
Ian Klimon
www.klimon.com
www.klimon.com
0
Comments
.category_Baseball #galleriesBox .photo {display: none;}
Portfolio • Workshops • Facebook • Twitter
That's cool, but, is it possible to do it on a subcategory basis?
www.klimon.com
How about a mult-level navbar like the one I use on my site? Check the family category and you can see how I've subdivided it into years. They all exist in the same category, but the navbar gives me another level of hierarchy without actually changing the galleries. You can still click either the link in the navbar, or the first option "show all galleries" to get what you have now.
-Scott
scwalter.smugmug.com
I like that, its pretty slick.
www.klimon.com
What is the syntax to do this for subcategories?
.category_Baseball #galleriesBox .photo {display: none;}
www.klimon.com
.subcategory_Irvine_PONY_-_2008_Spring .photo {display: none;}
To make it more of a 'list' view, add this:
.subcategory_Irvine_PONY_-_2008_Spring .miniBox {height: 25px;}
As for adding an 'icon', I not sure of a way. Maybe one of the other dgrinners know of a trick