@olihar - haven't gotten to the google maps stuff yet. I'm sure it will work though.
@Reda - how proficient are you with html/css? Right now some of it is hardcoded, like the links on the top menu bar. Also the homepage and blog are on wordpress, I made the themes match. I'd like to do more work on it before I make it publicly available, but if you can edit it to meet your needs without any support than I'll give it to you.
Hi AlexWilson, great looking site. I am currently modifying the default theme but can not work out how to add one random image from a gallery to the index page. Can you help? I notice that is what you have done. Thanks.
@tomc. Thanks for the offer. In end I deciced to keep my current theme and actually upload my pictures to Flickr instead of my host (just because I've got gigs and gics of them and I don't like my hosting service that much ;-)
Thanks for the offer... Anyway, your pics are awesome!
Could someone please assist a poor clueless PHP newbie? I would like something similar to the Galleria demo as seen here: http://devkick.com/lab/galleria/demo_02.htm but I really have no idea how to do this in zenphoto. I understand how to implement the script standalone(without Zenphoto) but I really want to use it with Zenphoto, for the ease of updating and other things.
I would greatly appreciate any help.
Hi -
I've just completed work on a theme that uses galleria and jQuery tabs. It owes a debt to Alex Wilson's theme, although it has a number of new features.
Live: http://www.charliecampbell.co.uk
One question I have is that in the history menu of Firefox I just see '1' for each photo visited in any album, and I notice that my URL is different from Alex Wilson's in that mine has /1 (i.e. page 1) after the album name. Any idea what I should do differently?
Thanks
I would offer a download but I'm not sure my client would be too keen!
That said, I'm happy to offer code snippets if there's a particular feature you'd like to replicate.
In particular, I'd like to see if I could improve on the way I use the loading graphic to display while the images load. At present I've done it like this:
$(_img).load(function() { $('#mainframe').removeClass('loading'); $('#thumbs').removeClass('loading'); $('#main_image_wrapper').show(); });
But ideally it should be better integrated into the other loading events in the galleria script? My jQuery is a bit patchy unfortunately.