coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: irisheyes1 on February 02, 2008, 06:21:56 PM

Title: Debug info missing after theme change
Post by: irisheyes1 on February 02, 2008, 06:21:56 PM
Hi,

I just changed the theme on my Coppermine to 'Thirteen' but now the debug info is missing, I just see this in the debug info part, then after it, there is nothing, how do I solve this?

(If you're going to request help on the coppermine support board, copy-and-paste this debug output into your posting when requested, along with the error message you get (if any). Make sure to replace any passwords from the query with *** before posting.
Note: This is for information only and does not mean there is an error with your gallery.)
Title: Re: Debug info missing after theme change
Post by: Nibbler on February 02, 2008, 07:15:40 PM
Post a link to your gallery.
Title: Re: Debug info missing after theme change
Post by: irisheyes1 on February 03, 2008, 11:49:22 AM
Sorry, here it is: www.eternallyronan.com/multimedia/
Title: Re: Debug info missing after theme change
Post by: Nibbler on February 03, 2008, 01:08:45 PM
You are using 1.4.10 - update.

That theme specifically sets the debug box to be very narrow. No idea why.


.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 0.85em;
        margin : 0px;
}


If you want it to be normal size just remove the width setting from themes/thirteen/style_cpg.css
Title: Re: Debug info missing after theme change
Post by: irisheyes1 on February 03, 2008, 01:26:49 PM
Thank you VERY much!!! That worked :D