hi SteveMoody,
Great theme! I am currently using it on my wordpress site and everything works out great. However, since the index page only list the first 6 albums, I was wondering how one can display the "prev" and "next" links on that will lead to the subsequent albums.
I have tried this:
[code][/code]
at the end of the gallery div. However, not only does it not format correctly, the "prev" and "next" links would link directly into the next undisplayed albums (like the prev and next links you have on your gallery index page).
any tips would be greatly appreciated.
To change this you need to edit the index.php file and replace this section of the code
`
Recently Updated Galleries
[list]
[*]
" class="img">
">
[i]()[/i]
[/list]
[img]/img/btn_gallery_archive.gif[/img]
`
With this:
`
Albums
[list]
[*]
" class="img">
">
[i]()[/i]
[/list]
`
This should give you the prev/next on your albums then.
Steve
Hey SteveMoody,
Thanks for your help!
Now I can navigate to and from any album pages :D
However, one quick problem. I don't think the navbottom class is defined within the included zen.css file. Since I am a css newbie, I was wondering if you can post the css code for your navbottom class.
Thanks again! :D
to further explain my aaforementioned problem.
Right now the navigation bar appears to the right of the gallery, sitting at where my right sidebar should be.
Instead, I would like to have the navigation bar appear directly below the photo albums, much like how your photo gallery does it.
any help on fixing that would be greatly appreciated :D !
thanks :D
@soccerbud
I'll update the theme here and post a new version with the css added as well.
@onetr1p
The random images are done using ZenShow which you can get here: http://www.ruicruz.com/index.php/zenshow/
I've update the zip file with the new index and css for the page navigation now.
http://www.virtualcoder.co.uk/uploads/stopk2v2.zip
Steve
I'm not having much luck embedding my zenphoto gallery into a wordpress theme, and I wonder if anyone can help. I'm using WP 2.1 and K2. What I am trying to accomplish is what SteveMoody has here: http://www.virtualcoder.co.uk/photos/
here's another example that I found: http://www.davegreenwood.com/zenphoto/
I attempted using a plugin called zenpressed, but had no luck. I was able to install and configure the plugin, but couldn't actually get anything within my wordpress pages.I also tried zenpress, but I dcould only use it to insert images into posts or pages with links back to zenphoto.
Is there another way? Any idea what plugin or method was used on SteveMoody's site? Any assistance would be greatly appreciated. Thanks in advance.