ZenphotoCMS Forum
Help with Highslide - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Help with Highslide (/thread-2021.html)



Help with Highslide - pennylessz28 - 03-01-2008

I managed by the seat of my pants to get highslide intergrated with my zenphotos and I got it showing the proper photo description, but I'm having a hard time getting the controls to show up for next and previous image.

example: http://www.mikekey.com/photos/misc/page/2/




Help with Highslide - hamsterbacke82 - 03-01-2008

Are you sure you have something like this in your captions div (I guess you want a caption control?):

`close

previous

next`

if that's the case and it still doesnt work maybe you could try to give your captions a common id like "the-caption" and then add hs.captionId = 'the-caption'; where you have already the hs.graphicsDir and place the above code I mentioned in the first place in a div like ` `

You could then just place an individual image caption with ` ` which would be probably very useful because you already use zenphoto to manage your descriptions

Sorry I'm no expert on that it's just what I did




Help with Highslide - pennylessz28 - 03-01-2008

Actually I didn't have that at all.