Morgan Posted December 27, 2016 Report Posted December 27, 2016 (edited) Hello something very strange has happended, on my badges for my va the text color seems to be transparent, its ignoring the text color code in local.config.php file and just going the color of the background behind it :/ , no error in error log Edited December 28, 2016 by Morgan Quote
Moderators servetas Posted December 27, 2016 Moderators Report Posted December 27, 2016 Could you please post a badge here in order to understand what do you mean exactly? Quote
Morgan Posted December 27, 2016 Author Report Posted December 27, 2016 (edited) the text is the same color as the faded overlay, and on a diffrent version i got rid of the faded overlay and the text become the color of the orange etc This is in the local.config.php # Options for the signature that's generated Config::Set('SIGNATURE_TEXT_COLOR', '#000'); Config::Set('SIGNATURE_SHOW_EARNINGS', true); Config::Set('SIGNATURE_SHOW_RANK_IMAGE', false); Config::Set('SIGNATURE_SHOW_COPYRIGHT', false); Edited December 27, 2016 by Morgan Quote
Moderators servetas Posted December 27, 2016 Moderators Report Posted December 27, 2016 Can you check if you have added the same lines more than once in your local.config.php file? Did you regenerated the signatures from the maintenance panel? Quote
Morgan Posted December 27, 2016 Author Report Posted December 27, 2016 there is no duplicate line and yes i did Quote
Heritage1 Posted December 28, 2016 Report Posted December 28, 2016 Is your Image 24 bit or 32 bit ? There is a BIG difference in the Alpha channels. It needs to be 24 bit as a png file relies on a 32bit transparency for an alpha channel, so the layer it looks like for the font is not showing up because its buried under a layer. Try converting to 24 bit. Let me know how you make out. Jimbo Quote
Heritage1 Posted December 28, 2016 Report Posted December 28, 2016 GREAT ! Figured it was that, I run into that doing web sites all the time, Glad I could help you out! Jimbo Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.