adsenseLoader.js icon indicating copy to clipboard operation
adsenseLoader.js copied to clipboard

Loading screen not disappearing until page is resized.

Open joe-scotto opened this issue 8 years ago • 2 comments

joe-scotto avatar Jan 15 '17 06:01 joe-scotto

I have the same problem. with both versions (vanilla, jQuery). Strange thisng is that loading div disappears correctly when I am developing at localhost.

But when I deploy my app, loading screen does not disappear.

  • When I debugged jQuery version, condition in this if is evaluated differently in development and production environment.

  • Vanilla version crashes here with error TypeError: Cannot read property 'addEventListener' of null

I did not debug deeper enough, I am just reporting this strange behavior.

jirkadev avatar Jan 30 '17 14:01 jirkadev

Try this buddy,

ins[data-ad-status="filled"] + .adsense__loading, ins[data-adsbygoogle-status="done"] + .adsense__loading { display: none; } .item-post-inner { overflow: hidden !important; }

softwebtuts avatar Jun 07 '21 03:06 softwebtuts