Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Adblock warning plugin

Asked Modified Viewed 2,060 times
K
kopko
K
kopko 10
  • Junior Member, joined since
  • Contributed 24 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
asked
Junior Member

Is there a plugin that would detect, if the user browsing my site is using adblock and show him short message about keeping in mind my website is powered from ads thou maybe allow ads on the site?

Trying to find something like this.
0 replies

1 post

N
NetriX
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
answered
Senior Member

A while back when I ran advertisements, I noticed that if the ads where disabled then it could potentially break the layout that I created.

You could create a division tag with a background image, or some text, then if the ad isn't displayed then the image will be.

Match the width/height with the advertisement.

<div style="background-image:url(yourimage.jpg); width: 728px; height: 90px">
Advertisement Code
</div>


Or, if you insist on blocking the webpage entirely displaying a message, then this will do.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

2 participants

N
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
K
K
kopko 10
  • Junior Member, joined since
  • Contributed 24 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet