- This topic has 13 replies, 3 voices, and was last updated 7 years, 4 months ago by
David.
-
AuthorPosts
-
January 11, 2019 at 7:02 pm #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.”January 12, 2019 at 8:26 am #780055Tom
Lead DeveloperLead DeveloperHi there,
Which element are you trying to add it to?
January 14, 2019 at 8:36 am #781631YU
I want to add in-feed AD in my Home page.
I am not clear that about your question.January 14, 2019 at 9:38 am #781692Tom
Lead DeveloperLead DeveloperWhere 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.
January 15, 2019 at 3:35 pm #783071YU
in the container
https://i.imgur.com/MRXmsJM.pngJanuary 15, 2019 at 4:57 pm #783122Tom
Lead DeveloperLead DeveloperHmm, 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?
January 15, 2019 at 6:57 pm #783155YU
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.January 15, 2019 at 9:17 pm #783200Tom
Lead DeveloperLead DeveloperAre you adding the ads inside each individual white box? Or somewhere else?
January 15, 2019 at 10:38 pm #783240YU
I don’t know.
I don’t understand coding.
So I use Advanced Ads which is a plug-in on wordpress.January 16, 2019 at 9:35 am #783829Tom
Lead DeveloperLead DeveloperWhat 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 🙂
January 16, 2019 at 7:27 pm #784240YU
It display normally
January 17, 2019 at 8:47 am #784792Tom
Lead DeveloperLead DeveloperDo 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.
January 22, 2019 at 1:05 am #788672YU
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?
January 22, 2019 at 4:10 am #788773David
StaffCustomer SupportHi 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.
-
AuthorPosts
- You must be logged in to reply to this topic.