Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author romoletto

    (@romoletto)

    I saw that you solved

    Thread Starter TheFactSite

    (@thefactsite)

    No it’s not been resolved yet.. the two ads that are displaying isn’t using adsense explosion, I need a third one showing in the middle of an article, which will be responsive.

    Sorry if I was unclear in my question.

    Plugin Author romoletto

    (@romoletto)

    I do not see any trace of AdSense Explosion.
    Sure to have it enabled?

    Can you temporarily disable the other plugin?

    Can you put temporarily in the sidebar the AdSense Explosion Widget?

    Thread Starter TheFactSite

    (@thefactsite)

    It is enabled, I have disabled the other adsense plugin, and put the adsense explosion in the homepage sidebar (which works). – the top one in the sidebar –

    https://www.thefactsite.com/

    So now I just need the responsive ad to appear in the middle of the content on the article pages.

    still using this as a test page – https://www.thefactsite.com/2013/09/atari-2600-facts.html

    Thread Starter TheFactSite

    (@thefactsite)

    The other ads that you see are put in to the template manually through the php.. the only adsense plugin running now is Ads Explosion…

    Plugin Author romoletto

    (@romoletto)

    Can you send me the screen stamp of the configuration?

    Thread Starter TheFactSite

    (@thefactsite)

    Plugin Author romoletto

    (@romoletto)

    It seems to me entirely correct.
    Make these 2 tests:
    1) change 2000 characters in 2 characters
    2) change the theme for 1 minute to test the compatibility

    Thread Starter TheFactSite

    (@thefactsite)

    Thank you! I changed the character limit to 2, and it seems to be showing up now.

    Just one more problem, I’ve added in the CSS to make the ad responsive:

    .adsxpls { width: 320px; height: 50px; }
    @media(min-width: 500px) { .adsxpls { width: 468px; height: 60px; } }
    @media(min-width: 800px) { .adsxpls { width: 728px; height: 90px; } }

    however the ad size stays the same size… am I doing something wrong here?

    And I really appreciate your help! Thank you.

    Plugin Author romoletto

    (@romoletto)

    It seems to me entirely correct.

    Try to debug using chrome
    click dx on ads and choose:
    inspect element

    Thread Starter TheFactSite

    (@thefactsite)

    Couldn’t get this to work properly, it’s a shame as your plugin is the only one I’ve found which allows responsive ads.

    Plugin Author romoletto

    (@romoletto)

    Unfortunately, the responsive ads are in beta on Google
    and do not work on all wordpress themes.

    Yours is a problem of google,
    not a problem of the plugin.

    Try copying the google code directly:
    You can see that you have the same problem

    Thread Starter TheFactSite

    (@thefactsite)

    I currently use the Google code copied directly and it works as it should.

    Thank you for your help anyway!

    Plugin Author romoletto

    (@romoletto)

    If you create 2 pages:
    the first, with the plugin
    the other using Google code copied Directly
    I can certainly solve the problem

    Any luck/news on this matter?
    I am having the same issue, where the plugin using the ad-code and CSS for responsive is not working.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Responsive Ads In Posts’ is closed to new replies.