ZenphotoCMS Forum
I want to have titles and/or descriptions of pictures displayed in gallery view - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: I want to have titles and/or descriptions of pictures displayed in gallery view (/thread-12600.html)



I want to have titles and/or descriptions of pictures displayed in gallery view - rototom - 2016-10-09

as described above; how to do this?
I want to tell a small story with every picture, maybe just one sentence, maybe two...
Thank you very much!




I want to have titles and/or descriptions of pictures displayed in gallery view - fretzl - 2016-10-09

Which theme ?




I want to have titles and/or descriptions of pictures displayed in gallery view - rototom - 2016-10-09

garland and basic




I want to have titles and/or descriptions of pictures displayed in gallery view - fretzl - 2016-10-09

You mean titles and/or descriptions for images that are used as album thumbnails?




I want to have titles and/or descriptions of pictures displayed in gallery view - rototom - 2016-10-09

No, I want every single image in an album view with "captions" under it.
I already managed to do so by adding printimagetitle in album.php.
But its only for the title; how do I get the description?

Thing is, I want my images presented with a bit more textual background to them, a bit more like blog post or something.
You may check it out at https://blog.pknr.de
Thank you very much!




I want to have titles and/or descriptions of pictures displayed in gallery view - fretzl - 2016-10-09

Within the [i]next_image()[/i] loop place this call where you want it to appear:
``
You will have to alter the CSS to have it displayed properly.




I want to have titles and/or descriptions of pictures displayed in gallery view - acrylian - 2016-10-10

best you also review the theming tutorial to learn how Zenphoto themes work in general and where to find that next_image loop: http://www.zenphoto.org/news/theming-tutorial/