Jump to content

Recommended Posts

Posted

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

Posted

Found it myself:

  1. go to \plugins\invocationTags\oxInvocationTags\layerstyles\simple (or any other invocation style: cursor,floater or geocities)
  2. 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!

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...