• I’ve activated AdServe, and added this code to my header:

    <?php AdServe("top"); ?>

    I added the banner ad info at Manage -> Ads. But after clicking on Save, nothing shows up in the dashboard to indicate anything has been saved, and of course there is no ad in the header…

    What am I doing wrong?

Viewing 4 replies - 1 through 4 (of 4 total)
  • jobttero, i’ve been having the same problems. this plugin is very buggy.

    petermeister

    (@petermeister)

    Hey guys. I used that very code and it worked.

    this is the example:

    https://wrestling411.amaze.us.com/home/

    Activate adserv in the plugins section
    2) Go to Presentation
    3) Theme editor
    4) Go to a sidebar… in my case ‘right_sidebar.php’
    5) Pick your spot … in my case, under the calendar
    6) put in that code like this… <?php AdServe(“top”); ?>

    Here is the code from my sidebar. I put the code with the header “Sponsored by” between my calendar and my recent post headers. I’m using Hitch-10, 3 column as my wordPress template. See link above.

    Look at the code below; between the first and the <h2>Recent entries</h2> line.

    ————————————————–

    <h2>Calendar</h2>

      <?php get_calendar(); ?>

    <h2>Sponsored By:</h2>

      <?php AdServe(“main”); ?>

    <h2>Recent entries</h2>

    ————————————————–
    Best

    Wrestling411

    transmutation

    (@transmutation)

    Interesting that his very own instructions do NOT give you the correct instructions! grrrr

    tanyaiscrazy

    (@tanyaiscrazy)

    Thanks! That helped me too! Works like a charm!
    Looks like I’ll have to turn off my cache plugin though for it to work properly. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Nothing Happening’ is closed to new replies.