Adsense not displaying in right sidebar on the main page…

  • Anonymous

    #1916

    Hi:

    I just activated my adsense account and have entered in all the coding. They have just populated throughout my blog and I just don’t know what other issues could be affecting the adsense issue at this point.

    I put two text box widgets in the right hand column with my adsense codes. I also activated the adsense code that activates in between the posts.

    My adsense is working in between the posts but the ones on the right hand column are not working on the main page. The weird thing is the adsense boxes are working on all other pages. It’s just the main page that the adsense is not showing up on.

    I would appreciate any help at all possible. I’m at a loss at what to do at this point.

    BTW LOVE YOUR THEME! It freakin rocks!

    Fannie

    time4deals.com

    Mod

    Kenneth John Odle

    #17823

    It’s also not showing up on any of your Archive or Category pages. Do you have any kind of plugin that only affects pages?

    Ken

    Fannie

    #17824

    Hi Kenneth…

    The only plugins I have active and are the following…

    -jetpack by wordpress.com

    -mce table buttons

    -page links to

    -wp super cache

    that’s it. 🙁

    Fannie

    #17825

    Kenneth do you think it’s the coding on the pages that’s not making those widgets act correctly?

    I don’t think it’s the plugins that are affecting it since the adsense are working in the actual individual posts.

    Fannie

    #17826

    Kenneth/Syahir: Do you think it’s a theme incompatibility issue with WP 3.2.1? I also updated to the newest graphene as well to see if the problem would solve itself (it didn’t work).

    Thanks again.

    Fannie

    Fannie

    #17827

    Kenneth/Syahir… is this something that is fixable? I’m like freaked out now and not sure what to do? Is there someone that you would recommend that can actually look at our site to help us out?

    if you think it’s not something readily fixable, then I understand but can you let me know so I’m not thinking it’s something that would be worked on.

    Thanks so much!

    Fannie

    #17828

    Kenneth/Syahir!!

    I figured it out! It’s not a coding issue at all but an Adsense limit!! It’s only 3 adsense ads per page that will show up. And since I can’t control how many ads show up in the “in between” posts I guess the “in-between” overrides the side column ads. 😀

    thanks guys! for trying to help!

    Mod

    Kenneth John Odle

    #17829

    That’s because the posts come before the sidebar in your page layout. If you switched to a sidebar on the left, then you would probably see those two ads in the sidebar and then one in the post listing.

    🙂

    Ken

    SteveDickie

    #17830

    I’ve been fighting with the same problem for days now. So glad I found this post. Things are working perfectly now.

    Admin

    Syahir Hakim

    #17831

    You can change how many ads should be displayed in between the posts by adding this code in your child theme’s functions.php file:

    <?php
    function graphene_custom_adsense_limit(){
    return 2;
    }
    add_filter( 'graphene_adsense_ads_limit', 'graphene_custom_adsense_limit' );
    ?>

    That will limit the in-between posts adsense ads to just 2, leaving 1 more ad available for your sidebar.

Viewing 10 posts - 1 through 10 (of 10 total)

  • You must be logged in to reply to this topic.