Comment field in theme Blue_bell Comment field in theme Blue_bell
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Comment field in theme Blue_bell

Started by foxlake, September 24, 2005, 10:26:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

foxlake

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)

Joachim Müller

impossible to say without knowing the code. "Bleu Bell" is not an "official" coppermine theme.

foxlake


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...

Joachim Müller

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?

foxlake

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)

Nibbler

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;
}

foxlake

 :) :) :)
OK,  Thanks for your advice, the problem is solved !
It work alright now!

;D  Greetings Niek, Foxlake

Joachim Müller

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.