Viewing 2 replies - 16 through 17 (of 17 total)
  • Plugin Author gfazioli

    (@gfazioli)

    Hi Sherry,
    Unfortunately because of the new HTML5 output wp bannerize has changed.
    However you can apply one of the styles offered by default: horizzontal or vertical style.
    If you have familiarity with the style sheets, the new wp bannerize output is very very simple:

    <div class="wp_bannerize adv">
      <div>
        <a href=".."><img src="..." /></a>
      </div>
      <div>
        <a href=".."><img src="..." /></a>
        <div class="description">[description]</div>
      </div>
      ...
    </div>

    Alternatively you can give me temporary access to your website and I will be happy to fix it. What I need is the website address and a temporary user ftp (domain, path, username and password).

    Let me know how can I help you.
    Thanks
    GF

    Thank you, GF! I was able to adjust my style sheet to accommodate the adjustment.
    Sherry

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘[Plugin: WP Bannerize] Update removed all my banner records’ is closed to new replies.