I'm getting a link problem. Starting from the main gallery page with its list of recently updated albums, I select an album. Then I select the index page for the site from the breadcrumbs at the top of the page. That takes me to a page where the link ends "page/1" and the recently updated albums. If I now select Gallery Archive (with the link ending "page/archive.php" I get an empty page with "Album page does not exist." Should that link not be /archive.php?
@ trisweb
I made two small changes, to display the thumbnails on the first page in a different size. I will outline them for you today or tomorrow and release a new version. (What I would need is a function that crops and displays the album thumb in different size than in the config.php)
@bk
I made some changes in the /zen directory to display the different sized thumbnails on the mainpage. So there is no function in the config.php to make different thumbnail sizes. It's a hack I did in the zen/i.php and zen/template-functions.php files. I hope this answers your qustion.
@splodge and @shaghaghi
I can't test the theme with mod_rewrite and so this may be a problem to fix. I will take a look into the source and try to fix it.
@jammxz
The design breaks when you are logged into the admin area. It is still a bug and i will fix it in the next release. If you log out from the admin area, the photo descriptions are shown correct.
Great work! There is one annoying problem - when viewing the photos in a gallery and clicking on the thumbs to navigate to the next, the scroolbar disappears then reapperas with the new photo. This creates an unpleasant visual effect. This is on a 1024px screen, perhaps on others it is not visible. Would it be possible to fix this problem?
That effect is due to Firefox (I assume this is the browser you are using, since IE has a scrollbar visible permanently) not knowing how tall the picture is going to be until it has downloaded the image header.
On very tall displays, no scrolling would happen and the scrollbar would be always hidden, and on very short displays it would probably have a scrollbar right from the start.
The proper way to fix this would be for the ZP image writing functions to include the height and width of the image in the tag.