So I've been using the Luminaire layout since forever, but I think something broke on it a couple days ago. There's this strange discoloration on my sidebar, where it looks like the color in part of the image got inverted. I thought at first it was my laptop, but it's showing up on my phone too.
Even stranger, it seems to be actually breaking Chrome. The site's basically unusable, as nearly every page gives me the "Oh snap, there was a problem loading this page" error. I haven't gotten that error on any other site since this started happening. And just to be sure, I've rebooted the computer, cleared cache, updated, and all that.
I've switched to the Delphi layout for now and it's running just fine, but as soon as I go back to the Lumi one, I get errors again.
[edit]
Well shoot, as soon as I posted this, I got the error while using the Delphi layout, so maybe it's not related. Still, I'd love some help figuring out why I can barely access the site.
specs that may be important?
running Chrome Version 59.0.3071.115 on Windows 7
I haven't gotten the error on my phone, just the weird discoloration, but I use Chrome on it too.
Have you run a virus scan? Check to see if any custom CSS is messing with it? Maybe some add-ons to your browser are causing it to mess up? I am using the same Chrome and my luminaire layout and delphi layout work fine with no errors or color problems. The only other thing I can think to try is to see if this happens on another browser like FF.
Dexter by ❤
@ Destiny
I haven't touched my CSS in ages but here it is anyway.
SPOILER (click to toggle)
.floating_item {border:2px solid blueviolet; position:absolute !important; left:5px !important; top:5px !important;}
{display: none !important;}.x-login-facebook {display: none !important;}
{display:none;}
{display:none;}
/* hustler alert at the top of every page */
.hustler{display:none;}
/*removes bq jump button */
.ui.basic.button[href="/games/battle/quest.php/jump"]{
display: none;
}
The only add-on I have is Ublock origin. It does seem to work in Firefox, and I don't see the weird color splotches. I got a screenshot of what I mean here.
I'll leave my computer running a virus scan while I'm at work. But I've only gotten the error once since switching to the Delphi layout, so I can at least access the site for now.
This happened to my Luminaire layout a few hours go. The issue is not present in firefox and I have not changed my css or added any add-ons recently. Additionally, the Luminaire theme breaks pet profile background colors.
sidebar
pet profile
My code "background-color: " is overwritten by the Luminaire's layout background color. I have only encountered this issue with this theme so far.
Luminaire theme

Other themes
sigh this has been a problem ever since the Luminaire layout came out, I think :(
A quick user fix for it, is to add
!important;
after the background colour coding on the pet profile, which should stop that Luminaire bg colour showing through, but it would be nice if the site layout was fixed to save that hassle!

Ahh, thank you so, SO much for this bit of code! At least this works as a good band-aid for the problem. :)
Do you guys know if the layout is still messing up without correcting it with user coding?
I don't have any CSS or anything to correct it, but I am seeing the correct version now. This seems to have resolved itself with some recent Chrome updates. I also checked on Firefox and am not having any issues there either.