0

I have just launched my website. It all works fine apart from one page will not displaying any images at all. THIS IS ONLY A PROBLEM ON GOOGLE CHROME. Here is the link to my web page: http://michaelwillisdesign.co.uk/Advertising.html

Could someone have a snoop through and give me a reason why? I've been racking my brains and can't figure out why.

Thanks

Henry Brown
  • 2,219
  • 8
  • 31
  • 48

3 Answers3

3

This issue is caused because you have an ad blocker plugin that is blocking the images. It happens to me too (I'm using AdBlock): the ad blocker considers that those pictures are publicity (they are actually pictures of banners and ads) and blocks them.

I don't know exactly how each ad blocker works, but you could try some of these general recommendations to avoid getting your pictures blocked when they are not really ads:

  • Change the image names to something that doesn't include the word "ad" or "advertisement" or "advertising" or "publicity" (or any synonyms or words derived from them).
  • Same as above but for class names and ids.
  • Use image sizes that are not common in ads (e.g.: 728x90, 300x250, 300x600...)

And check these questions for reference (although I don't know if AdBlock is the one you are using):

Community
  • 1
  • 1
Alvaro Montoro
  • 28,081
  • 7
  • 57
  • 86
0

You have an error:

jquery.imageScroll.js on line 222

Uncaught Error: You need to provide either a data-img attr or an image option

This could be causing the issue.

BennyTicklez
  • 147
  • 1
  • 18
0

It seems to be working just fine for me in Chrome, Firefox and even IE.

Maybe try turning off any plugins/extensions in Chrome (adblock, etc), and see if they're interfering with the images being rendered.

codestr
  • 193
  • 12