Hello everyone! Im new to this but is there a way to see the thumbnails together with description on each thumbnail in thumbnail view? In thumbnailview there is no information showing?
I'm just catching up on posts and see this one. Which PHP page would this be added to? Not sure what you mean by "new CSS". (I know CSS just not how you use it in context here), I'm using Default theme (slightly modified for text colours & custom link colours)
Place `<?php printImageDesc(true); ?>` within the album thumbnail loop on your theme's album.php. That beginns with `<?php while (next_image(false, $firstPageImages)): ?>` (default theme example)
This didn't produce the expected results! I got the description of the image, not the "alt" tag description I expected. (not sure what original poster expected
Tthe original poster asked about the image description showing with the thumbnails, which is what my example does. Noone spoke of "alt" tags....I don't know what you expected.
If you want the description in the alt tag, you can place it within an image link like that `" />`
Okay, just different interpretation of "description" My previous attempts at albums, I added a short blurb to each thumb as a way of knowing what the pic refers to. (Then the full size had the full story). Another I added the location. Hence, my thinking that's how he was using the word. I didn't ever think of the full written blurb which can be lengthy. (mine are) I used the "alt tag" to refer to the way we normally indicate the short description of an image, and which I know Zenhoto uses for various purposes.
What was a bit funny is I had the font size on my browser increased quite a bit so when the code was added, it really made an impact <LAUGH>.
Hi I have just started using zenphoto - what a great blend of simplicity, elegance and capability. Thank you all. I have been playing with the Highslide theme and want to put the image description into the alt tag, as highslide can automatically put alt tags into captions. I can then keep a short title in the tooltip for the thumbnail. acrylian's last comment appears to be basically what I want but I cannot figure out where to put it, as this theme seems not to use the image.php for displaying the images, only album.php. Can anyone help me please?
Comments
`<?php printImageDesc(true); ?>`
THX for your answers but im afraid i dont understand you. What do you mean by
<?php printImageDesc(true); ?>
code carasmo notes
Can someone plz tell me in order to do what
Billions of thx in advanced
If you want the description in the alt tag, you can place it within an image link like that `" />`
What was a bit funny is I had the font size on my browser increased quite a bit so when the code was added, it really made an impact <LAUGH>.
I have just started using zenphoto - what a great blend of simplicity, elegance and capability. Thank you all. I have been playing with the Highslide theme and want to put the image description into the alt tag, as highslide can automatically put alt tags into captions. I can then keep a short title in the tooltip for the thumbnail. acrylian's last comment appears to be basically what I want but I cannot figure out where to put it, as this theme seems not to use the image.php for displaying the images, only album.php. Can anyone help me please?