Theme Bug Fixes Posted 8 months ago
digg
delicious
stumble
reddit

Thanks to everyone who has taken the time to try out the custom themes and report bugs. I'm now aware of three bugs, which do not affect all themes and browsers.

1)Logo display - Both the customized logo (which comes with the theme) and the original cre8buzz logo (which often doesn't match well with the theme) are displayed to users of Internet Explorer before 7.0

2)Unclickable links - On themes which use transparency (all but "blue rounded") most links are unclickable for users of Internet Explorer before 7.0

3)Badly formatted ratings boxes - The formatting of the ratings boxes is messed up for all themes/browsers.

To fix these problems either:

1)Get the updated theme code and replace your old code. All of the text files have been updated with all past and current bugfixes. This is the recommended method.

2)If you don't want to overwrite your own customizations, you can also fix all of these bugs by adding the following lines to the style section at the top of your custom theme:

a, input {
position:relative;
}

custom-personal-profile .rankingpopup input, .rankingpopup input{



float:none;
width:auto;
margin:0;
font-size:12px;
position:relative !important;
}


.ranking_popup {
width:250px !important;
background:#FFFFFF url() !important;
border:1px solid #000000;
position:relative;
filter:none !important;
z-index:999;
}

header a img{



visibility:hidden;
}


header a span{



filter:none !important;
}

Recent Comments

Youngme
The Farmers Wife said (8 months ago)
Fabulous! How cool are you?! answer: Very.

Please login to comment.

Back