Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter Olaf Lederer

    (@finalwebsites)

    My problem is different, I have the idea that the new version is using a WP table now and the data from the old table isn’t used anymore πŸ™

    Thread Starter Olaf Lederer

    (@finalwebsites)

    The table name is changed.

    I added 3 new table columns and changed back the table name:

    ALTER TABLE wp_bannerize ADD banner_type CHAR( 1 ) NOT NULL DEFAULT '1' FIRST ,
    ADD free_html TEXT NOT NULL AFTER banner_type ,
    ADD enabled CHAR( 1 ) NOT NULL DEFAULT '1' AFTER free_html

    check also your general settings

    Plugin Author gfazioli

    (@gfazioli)

    Hi,
    Database Table Delta is done following WordPress directives, when the Plugin is Activated.

    You don’t need to alter the table manually. Unfortunately it seems that the plugin is not activated properly during the upgrade. I’m investigating about it.
    However, simply deactivate and reactivate the plugin to perform the correct procedure.

    Let me know if all work properly
    regards
    GF

    Thread Starter Olaf Lederer

    (@finalwebsites)

    Hi GF,

    that is possible, I will try it on some other site.

    regards
    Olaf

    BTW. version 3 look much better than the older version πŸ˜‰

    Thread Starter Olaf Lederer

    (@finalwebsites)

    You’re right, it went wrong during update and after re-activation/activation the banners are back.

    Not for me. They are still gone. The php code in the template is not even showing up. http://www.womenspeak.com/

    The ad banner should be in the header to the right of the logo.

    Help.

    S

    I deactivated, reactivated – didn’t work. So, completely removed plugin and readded, still not working.

    Plugin Author gfazioli

    (@gfazioli)

    Hi dreamer0201,
    could you “paste” your header php code?

    I have visited the your web page and I checked the header but I don’t found any error or “hidden” wb bannerize tag.

    Let me know how I can help you.

    G, not sure if you wanted all of it, but here it is:
    [Code moderated as per the Forum Rules. Please use the pastebin]

    That was the same code that was there before the upgrade of the plug in and it worked. Also, I’ve added the bannerize code into the header file directly in WordPress admin. It still does not show up.

    Sherry

    Gaspar, thanks for link. I tried that, but it messed up the entire header. The banner ad did show up, but everything else was moved way down the page. So, all my styling would have to be redone.

    Sherry

    Plugin Author gfazioli

    (@gfazioli)

    Hi, I fixed all in 3.0.3 available ASAP.

    Thanks to all for report, test and support.
    regards

    Yes, you did!!! THANK YOU, THANK YOU, THANK YOU!!! Love your plug in and the quick response with positive reaction says a lot about you.

    Sherry

    But…my styling is now all messed up. Can’t it just go back the way it was?

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