forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: foxlake on September 24, 2005, 10:26:49 am

Title: Comment field in theme Blue_bell
Post by: foxlake on September 24, 2005, 10:26:49 am
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)
Title: Re: Comment field in theme Bleu_bell
Post by: Joachim Müller on September 24, 2005, 10:45:06 am
impossible to say without knowing the code. "Bleu Bell" is not an "official" coppermine theme.
Title: Re: Comment field in theme Blue_bell
Post by: foxlake on September 24, 2005, 04:45:35 pm

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...
Title: Re: Comment field in theme Blue_bell
Post by: Joachim Müller 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?
Title: Re: Comment field in theme Blue_bell
Post by: foxlake on September 24, 2005, 07:25:26 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:
(http://www.wenw-party.nl/screen.jpg)
Title: Re: Comment field in theme Blue_bell
Post by: Nibbler on September 24, 2005, 08:26:52 pm
Open the theme's style.css file,

find the declaration of the tableb_compact class:

Code: [Select]
.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:

Code: [Select]
.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;
}
Title: Re: Comment field in theme Blue_bell
Post by: foxlake on September 25, 2005, 12:59:09 pm
 :) :) :)
OK,  Thanks for your advice, the problem is solved !
It work alright now!

 ;D  Greetings Niek, Foxlake
Title: Re: Comment field in theme Blue_bell
Post by: Joachim Müller on September 30, 2005, 07:00:39 am
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.