Did the Ads Recently Change on this Site (New Pop Ups)

LOL That reminds me of the time my wife bought a new brand of bra online. Suddenly Facebook on my phone kept trying to sell ME bras. I mean, I'm not as thin as I used to be, but I don't need a bra!
I looked up coffin prices as a joke one time. Took awhile for that to flush it's way out of the system.

Online ads are usually pretty good at that kind of thing. Makes it weird when you get some of these left field video ads. You start doubting yourself.

Was getting ads for NARCAN earlier in the week. It's like, are these ads going crazy or do I need to book an intervention for someone?
 

log in or register to remove this ad




I’m just getting the bottom anchor ad.

Looking at the page source, it seems a width check was uncommented.

Has anyone tried on a wide monitor?

Although, aren‘t iPads more than 1300 pixels wide?

[Edit: one ”px” is 1/96 inches. 1300 px is 13 1/2 inches, plus 4/96 of an inch.]

TomB

Code:
old
<!-- NITROPAY VIDEO AD-->
            <script>
        window['nitroAds'].createAd('nitropay_video_001', {
         "refreshLimit": 0,
          "refreshTime": 30,
          "format": "floating"
          <!-- "mediaQuery": "(min-width: 1300px)" -->
        });
        </script>  

new
<!-- NITROPAY VIDEO AD-->
            <script>
        window['nitroAds'].createAd('nitropay_video_001', {
          "refreshLimit": 0,
          "refreshTime": 30,
          "format": "floating"
          "mediaQuery": "(min-width: 1300px)"
        });
        </script>
 
Last edited:

I’m just getting the bottom anchor ad.

Looking at the page source, it seems a width check was uncommented.

Has anyone tried on a wide monitor?

Although, aren‘t iPads more than 1300 pixels wide?
I'm not a tech guy, but I'm really not comfortable with you posting the code of our website in public.
 





Remove ads

Top