Forced sidebar to be display Adsense in all pages

  • Resolved
    Posted in: Creolio WP  

  • Member
    ksaborio
    June 1, 2017 at 5:13 am #15475

    Hello, the easiest method I used was to add the following code to all pages:

    <div class=”col8″>
    <h1>***Page title***</h1>
    ***Page content***
    <div class=”divider”></div>
    </div>
    <div class=”col4 last sidebar-widgets”>
    <div id=”text-2″ class=”first widget iconic icon-heart”>
    <h3 class=”widget-title ic”>***Title***</h3>
    <div class=”textwidget-adsense”>
    ***Adsense code
    </div>
    </div>
    </div>

    To fix an issue related to height to display Adsense ads correctly, I added this CSS code:

    .textwidget-adsense {
    margin: -20px 0 20px 0;
    }

    The above works great with pages but not with blog output. Fortunately, I don’t need blog output in my site.

    The Creolio theme is awesome, yet it needs some tweaks to be superb. One key tweak is to make it work with the AWPCP Classifieds plugin.

    It wasn’t difficult to make the AWPCP Classifieds plugin work with Creolio in my site. However, I had to sacrifice some functionality.

    Still, thanks a lot for such an awesome theme!

    Sorry, this forum is for verified users only. Please Login / Register to continue
    or get 6 months support forum access to all forum topics for a reduced price.

Comments are closed.