• I have an old wp-site with wp bannerize and I have some trouble with it*. I wanted to install the new wp bannerize pro, but I need to know the following first (I didn’t build the page originally):
    – Is it still possible to put the banners outside the theme layout (right side)
    – If not, is it possible to do so (where do I need put which information to?)
    – Does the new version overtake all original settings?

    The page is artundreise.ch. There is a second problem about grouping (wp-bannerize, not pro-verison):
    – I can’t add new groups anymore (where?)
    – I have 4 groups but only 3 are show
    – Should this problem be solved in the wp-bannerize pro version?

    *one trouble is that changes are shown very slowly, normally only after 6-8 hours! When I’m logged in, the change is seen immediately. But after logout, it takes a very long time to be shown. Better in pro version?

    Many thanks for your help!

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

    (@gfazioli)

    Hi,

    sorry for the delay.

    First of all, I suggest you try the new WP Bannerize Pro version in a different WordPress installation.

    Next, you can try the new WP Bannerize Pro on a backup copy of your site. The WP Bannerize Pro provides an easy importer for the previous version.

    Regarding your issue, I think that it is the cache. When you are logged in the cache is off. Review your WordPress settings or other installed plugins.

    Let me know if you need any help.

    Best,
    John

    Thread Starter Aitutakiraro

    (@jeannettepeter6)

    Hi,
    Sorry to bother you again. I just tried to solve the problem again. I have now a test site where I try to fix this problem.
    I have installed the new wp_bannerize_pro with child theme. Banners uploaded (4 categories) and following style.css inputs, but now they don’t show up anymore.
    Where is the problem? Why can’t I see any of my banners?
    Many thanks for helping me.
    Jeannette

    .clearfix:after {
    content: ”;
    display: table;
    clear: both;
    }

    .outer-wrap {
    margin: 0 auto;
    width: 1280px;
    position: relative;
    }

    .inner-wrap {
    margin: none;
    float: left;
    z-index: 1000;
    }

    .wp_bannerize_pro_section {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    z-index: 50;
    overflow: hidden;
    }

    .wp_bannerize_pro {
    float: right;
    padding-top: 20px;
    }

    @media screen and (max-width: 1060px) {
    .inner-wrap {
    margin: 0 auto;
    float: none;
    }

    .outer-wrap {
    width: auto;
    }

    .wp_bannerize_pro {
    display: none;
    }
    }

    @media screen and (max-width: 640px) {
    .home_widgets .home_column { width: 100%; margin: 0 2% 0 0; }
    .home_widgets .home_column img { width:auto; max-width:100%; height:auto; }

    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Banner outside theme layout’ is closed to new replies.