ZenphotoCMS Forum
Gallery Album Titles - 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: Gallery Album Titles (/thread-13807.html)



Gallery Album Titles - weswitt - 17-01-2023

I searched through the forum but found no answer.

In the gallery where the album thumbnails are displayed the title of the album only appears when you mouse hover over the thumbnail. I'd like the album title to be displayed always, regardless of hover. I don't find an option for this. Any ideas how I can make this work?




Gallery Album Titles - acrylian - 17-01-2023

Please mention which theme you are referring to. On all included standard themes the album titles are actually always displayed.




Gallery Album Titles - weswitt - 17-01-2023

i'm using the libratus theme




Gallery Album Titles - acrylian - 17-01-2023

If that theme has no option - which I don't know offhand - you sadly would have to customize/modify it by code, presumely the CSS that controls that.




Gallery Album Titles - weswitt - 17-01-2023

thanks. i switched back to basic theme until i get the site all created & populated with photos. and the title does display correctly with the basic theme.

what is the most popular /nicest theme?




Gallery Album Titles - acrylian - 17-01-2023

what is the most popular /nicest theme?

That you really have to decide for yourself.




Gallery Album Titles - railroad - 28-02-2023

zpArdoise est un thème simple en dark ou en clair. L'autre thème est zpboutstrap le même mais responsive. Je préfère l'interface de zpArdoise. Mon site en construction : philippedeletree.eu




Gallery Album Titles - fretzl - 28-02-2023

In your theme folde find the file style.css (/themes/libratus/css/style.css)
and copy this code to the bottom of the file.

.jg-caption {
    display: block !important;
}