album thumbnail view album thumbnail view
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

album thumbnail view

Started by fotomad, May 30, 2006, 04:31:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fotomad

Hi, if anyone can help solve small problem


in 'Thumbnail view' i opt to have filename below the file description but there appear on the same line without a space '<br>' between them


thanks



paul

Paver

Provide a link to a page that shows the issue.

fotomad

my host is down, here's a pic of my gallery and the problem

thanks

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fsnap26.photobox.co.uk%2F54878884f2594e7701eb542ffa6be92f11febc90f52496e72c82101e.jpg&hash=3871fd9a37cbcc7995caf0c0963672162548e2e0)

Paver

It looks fine on my testbed which uses the "classic" theme.

My guess is you changed "thumb_filename" in yourtheme/style.css.  The default style uses:
display: block;
which will put the filename on a line by itself.

fotomad

didn't work

could i add it in thumbnail view 'theme.inc.php' and turn it off in admin



Joachim Müller

don't edit include/themes.inc.php, under no circumstances.