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.)
Post a link to your gallery.
Sorry, here it is: www.eternallyronan.com/multimedia/
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
Thank you VERY much!!! That worked :D