Doesnt work on Firefox with adBlock disabled
-
If you disable adblock on the site, the site still shows the adblock banner. I found the problem. Chrome doesnt run the test for the height of the footer_ad div until all images have been loaded, but firefox runs it before images has been loaded, resulting in height==0
if ( jQuery( ".footer_ad" ).height() == 0 ) {
Maybe another check (display?) would be better, or even put the IF inside a timeout function.
PS: This can be the reason of other browsers failing to detect this.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Doesnt work on Firefox with adBlock disabled’ is closed to new replies.