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

    (@adplugg)

    Hi, I took a look at your site. Unfortunately it doesn’t look like there is anywhere on that side of your theme to add an ad tag. The source looks like this:

    <section id="main-content" class="container">
      <section class="col-md-9 cntt-w">...<section>
      <aside class="col-md-3 sidebar">...</aside>
    </section>

    Your content is in the inner <section> tag and your right sidebar ad is in the <aside> tag. Unfortunately there is no tag on the other side of the content in which to add an ad tag. I tried doing some live editing in Developer Tools and it looks like you could put another <aside> on that side but it would take some theme work to get it to look right. If you know how, you could edit your theme (or make a child theme) or contact the theme author or a wordpress/php developer for assistance. You would want to add an additional <aside> and Widget Area for your left sidebar. Then you could simply drag the AdPlugg Widget into the left sidebar Widget Area.

    Plugin Author adplugg

    (@adplugg)

    I’m marking this topic as resolved. Please let us know if you need further assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where in the code do I insert the ad tag in order to display banners’ is closed to new replies.