[Support request] Adsense In-feed AD not work

Home Forums Support [Support request] Adsense In-feed AD not work

Home Forums Support Adsense In-feed AD not work

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #779648
    YU

    I want to put Adsense In-feed AD on my site.
    but it shows that “AdSense ad is placed in a container that has a float CSS rule and therefore won’t show up since AdSense can’t determine the available size. Your theme developer should know how to fix it.”

    #780055
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Which element are you trying to add it to?

    #781631
    YU

    I want to add in-feed AD in my Home page.
    I am not clear that about your question.

    #781692
    Tom
    Lead Developer
    Lead Developer

    Where on your homepage exactly? Inside the content area? The error is saying it’s inside a floated element, so we need to know which element that is so we can tell it not to float if necessary.

    #783071
    YU

    in the container

    View post on imgur.com

    #783122
    Tom
    Lead Developer
    Lead Developer

    Hmm, I’ve never seen that issue before.

    I suppose you could try adding this CSS:

    .generate-columns {
        float: none;
    }

    However, the columns use Flexbox by default, so the existing float value doesn’t even apply.

    Are you placing the ads inside each column?

    #783155
    YU

    Still not work :

    The following responsive AdSense ads are not showing up
    You will see this warning if an AdSense ad is placed in a container that has a float CSS rule and therefore won’t show up since AdSense can’t determine the available size. Your theme developer should know how to fix it.

    #783200
    Tom
    Lead Developer
    Lead Developer

    Are you adding the ads inside each individual white box? Or somewhere else?

    #783240
    YU

    I don’t know.
    I don’t understand coding.
    So I use Advanced Ads which is a plug-in on wordpress.

    #783829
    Tom
    Lead Developer
    Lead Developer

    What happens if you place a regular Adsense ad into the plugin? Does it display?

    I’ve never heard of/experienced this issue before, so I’m just trying to understand where the issue is so we can solve it 🙂

    #784240
    YU

    It display normally

    #784792
    Tom
    Lead Developer
    Lead Developer

    Do the in-feed ads work if you disable columns in “Customize > Layout > Blog”?

    Sorry for all the questions – just trying to debug things one thing at a time.

    #788672
    YU

    I don’t want to disable columns
    I use your theme because of the columns feature.

    So do you have any answers or solutions to help me?

    #788773
    David
    Staff
    Customer Support

    Hi there,

    Tom is just trying to diagnose the problem, if you can test it by disabling columns and let him know if it works it will help him to debug. Once tested you can put columns back again.

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.