Debug info missing after theme change Debug info missing after theme change
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Debug info missing after theme change

Started by irisheyes1, February 02, 2008, 06:21:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

irisheyes1

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

Nibbler



Nibbler

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

irisheyes1