ZenphotoCMS Forum
No line break in album title and description - 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: No line break in album title and description (/thread-12567.html)



No line break in album title and description - imagepet - 18-08-2016

Hi all,

I'm customizing the zpmobile theme and I wish the album titles and descriptions to be broken, if they are to long. Actually, they are cut.
Anything I tried didn't help. Any idea?

Many thanks
Imagepet




No line break in album title and description - acrylian - 19-08-2016

You need to modify the theme. For example in thte theme's album.php find shortenContent(getAlbumDesc(), 100,'(...)',false);. REmove the shortenContent() call. However that might still not give you the full description as everything in zpMobile is heavily taken over by the jQuery Mobile script framework. It is sometimes rather complicated to override its defaults. Best see the jquerymobile documentation on its own site.




No line break in album title and description - imagepet - 20-08-2016

Thanks for the hint with the shorten contents, I didn't see it.
I'll dive into jQuery Mobiles documentation...




No line break in album title and description - imagepet - 28-08-2016

Hy acrylian,
The solution: "white-space: normal" in the css-file and the lines will break.

Regards, imagepet