mattheoh Posted February 2, 2016 Report Posted February 2, 2016 Hi, I would like to use Revive Adserver to show up an interstitial image. I d like to hide all the site with a white color all around the image (like a lightbox). I tried to configure interstitial as simple and put a white background, but it does not cover the site (it just adds white color around the image). Is there a way to do it? Thanks in advance for your help. Ian 1 Quote
mattheoh Posted February 22, 2016 Author Report Posted February 22, 2016 I auto-reply myself ;)I had to modify /plugins/invocationTags/oxInvocationTags/layerstyles/simple/layerstyle.inc.phpand added a div englobing the banner :<div id="MAX_'.$uniqid.'" style="position: absolute;background: white ;left: 0;width: 100%; height: 100%; top: 0;z-index: 19;visibility: visible; text-align: center; padding-top: 30px;"> Don't forget to put the id on this div , to be able to close it. Ian 1 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.
Note: Your post will require moderator approval before it will be visible.