• I need to have the banners rotating every 45 seconds, even if the page is not refreshed.

    The average time people spend on a page is longer than 45 seconds, so we would like to serve them a different ad every 45 seconds.

    Anyone knows how to make the plugin change banners every 45 seconds?

Viewing 1 replies (of 1 total)
  • @lime-imc: Hi, there is a little tricks that you can use.
    You could write a little script in Javascript for change the style of bannerize div.
    In other words, you can show ten of banner for example. Initially i your style.css set the div to display:none.
    Then, when the javascript run, its change the display stile for two o more banner banner… after 45 seconds, the javascript sets to hide and shows the rest.
    WP bannerize can be configured for a custom HTML output, so you can write a logical javascript engine. You can use jQuery for browsing the HTML nodes.

    GF

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Bannerize] Banners rotate every 45 seconds’ is closed to new replies.