Hello, I use the THEME Blue Bell (www.wenw-party.nl) only there is a small problem in the script?
The field to place comment (geust under a photo) is just 2 characters wide. What can i do to lose this problem. ???
I already installed everything again, but this problem in Blue_bell stays.
Greetings, Niek (Netherlands)
impossible to say without knowing the code. "Bleu Bell" is not an "official" coppermine theme.
The download for this BLUE-BELL THEME is on this site.
Who can I ask then?
Is there some one with a answer?
So the code is easy to find...?
Thanks...
the theme is a user contribution. The name is actually "Blue_bell". The author is TrevorNet on the thread http://forum.coppermine-gallery.net/index.php?topic=17647.0 (don't PM him though).
Does this happen with the classic theme as well? In other words: have you checked that this is theme-specific?
Quote from: GauGau on September 24, 2005, 07:01:52 PM
the theme is a user contribution. The name is actually "Blue_bell". The author is TrevorNet on the thread http://forum.coppermine-gallery.net/index.php?topic=17647.0 (don't PM him though).
Does this happen with the classic theme as well? In other words: have you checked that this is theme-specific?
No, the ohter Themes working just fine. Its only in BLUE BELL
See this screenshot:
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.wenw-party.nl%2Fscreen.jpg&hash=3e3d7016bf9645009c2ca47a655432b896ced4db)
Open the theme's style.css file,
find the declaration of the tableb_compact class:
.tableb_compact {
width: 100%;
color: Black;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #EEF4FD;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
}
and remove the width attribute:
.tableb_compact {
color: Black;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #EEF4FD;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
}
:) :) :)
OK, Thanks for your advice, the problem is solved !
It work alright now!
;D Greetings Niek, Foxlake
next time, don't contact me by email to ask such question >:(
In fact, don't try to contact any devs privately at all unless it's security related.