Member
Member
imagepet   18-08-2016, 20:46
#1

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

Administrator
Administrator
acrylian   19-08-2016, 07:45
#2

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.

Member
Member
imagepet   20-08-2016, 14:31
#3

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

Member
Member
imagepet   28-08-2016, 21:11
#4

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

Regards, imagepet

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.