We use to get an informative alert window with links for things like Applications, DKP Challenges, Character creation ETC ETC. Now we just get a very small window saying "Alert" with no info or links.
Alrighty, it has something to do with the CSS on your site, apparently. Somehow the old alert box didn't conflict, but this one is. I'm not sure why just yet, but it's not a good idea to tinker around with production code, especially right now with the site getting blasted cuz of the down WoW servers, but i'll be sure to figure out what's going on.
Alrighty, it has something to do with the CSS on your site, apparently. Somehow the old alert box didn't conflict, but this one is. I'm not sure why just yet, but it's not a good idea to tinker around with production code, especially right now with the site getting blasted cuz of the down WoW servers, but i'll be sure to figure out what's going on.
I like the layout, btw. Very nice looking site!
It figures it would be my CSS I'm sure you'll figure it out though.
If it is CSS related could it be as simple as a class name that matches a system variable that you are using Chops?
-- Six Demon Bag Jack Burton: Hey, what more can a guy ask for? Egg Shen: Oh, a six-demon bag! Jack Burton: Terrific, a six-demon bag. Sensational. What's in it, Egg? Egg Shen: Wind, fire, all that kind of thing!
Alrighty, the problem had to do primarily with the fact that you copied the notification code from the actual site onto the layout (which is not necessary). I changed the Alert box's code, which resulted in a conflict between the old code you copied and the new code.
I modified your layout file to not include that anymore, and it seems to be working mostly properly.