masteryoshi Posted April 2, 2014 Report Posted April 2, 2014 when displaying HTML banners on websites, Revive adds a wrapping div, which causes a lot of problems: <div id="MAX_bead4e3f" style="position: absolute; width: 106px; height: 206px; z-index: 99; left: 0px; top: 0px; visibility: visible; display: block;"> Now, I don't mind about that div that much, but the "position: absolute;" causes a lot of problems in rendering the page. The banner just floats somewhere. (screenshot: https://db.tt/PtiMgtMs) I tried editing al.php, removing the "position:absolute;" and saving, but it didn't help. How can i fix this? Am i missing something? Thanks, Itai Quote
masteryoshi Posted April 6, 2014 Author Report Posted April 6, 2014 Found it myself: go to \plugins\invocationTags\oxInvocationTags\layerstyles\simple (or any other invocation style: cursor,floater or geocities) edit layerstyle.inc.php: #224 : comment out (or delete) the "position:absolute; " #235 : changed "align="center"" to " ' . $align . ' " to allow setting the horizontal align I'm sorry to see the support for revive is not very good. Hope to see it changes in the future! Quote
Matteo Beccati Posted April 7, 2014 Report Posted April 7, 2014 You are using a "layer" / interstitial invocation code. Pinning the ad to a corner is precisely what it's supposed to do. 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.