You need to change something:
Go to PLUGINS, INSTALLED PLUGINS, and EDIT your XMAS LIGHTS plugin.
You need to change the document.write
line to
document.write("<div id='lights' style='z-index: 99999;position:relative;width:956px;height:180px;top:-20px;background:url(<?php echo plugins_url() . '/xmas-lights/'; ?>light.png) no-repeat;left:50%;margin-left:-478px'></div>")
Note that position
has been changed to relative
and we inserted az-index
propriety.
You may need to deactivate and re-activate your theme and clear your cache if you use any.
Hope it works for you too, let me know.
Have a great festive season!