Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Links on mobile not working after adding auto ads

I'm using Blogger's Soho template After adding adsense's auto ad code in the , the links on my blog can't seem to work properly. It doesn't respond on the 1st click, you need to click it multiple times to trigger it. Sometimes it will work right after I refresh the page. This is only happening on mobile devices and the problem is gone once I remove the auto ad code.

From the adsense/blogger help forum, this seems to be a problem with other templates like Contempo and Notable too but there isn't any solution available.

The responsive ad on the sticky header also covered the content when scrolling but it's not a problem anymore after adding this css:

.centered-top-container.sticky {
    position: inherit !important;
}

Still don't know what to do with the links tho... I've temporary removed the auto ad code for now since my readers are annoyed that they can't click on the links.

And i'm not familiar with html/css at all...so I'm not sure which part of the blog's html I should share? I didn't make any changes to the default soho template.

like image 634
AltiV Avatar asked Dec 11 '18 10:12

AltiV


People also ask

How to fix Google AdSense auto ads not working?

If the Auto ads code is missing then go to Advanced Ads > Settings > AdSense, connect to AdSense or enter your publisher ID and enabled the Verification code & Auto ads option. It is a known problem with AdSense Auto ads that it might inject ad units correctly but they only show as blank white space on your site.

Why can't I open links in the mobile app?

The first thing to do is to ensure that the app opens links externally. You can try with the built-in browser integrated within the app but switching to a full external browser is recommended. Just open settings and look for the Links open externally (or something similar).

Why are my Auto ads not showing up?

Check the following things if Auto ads are not showing up even though the code exists: 1 open different pages 2 use a different browser 3 log out of your backend and test again 4 open your site on a mobile device More ...

Can I run AdSense and AdSense auto ads simultaneously?

While you can run manually placed (AdSense) ads and AdSense Auto ads simultaneously, Auto ads would not inject anything next to the already existing codes. So if you already placed many ads on your site, then, likely, Auto ads are not showing at the same time.


1 Answers

check your css body and remove width and height value 100% that will solve problem

like image 112
Mwordpress Avatar answered Oct 25 '22 02:10

Mwordpress