Forums

Ads and images not showing up in my website(they work locally)

I've got two different types of ads. The first one is a link to another website where the image being used is an image hosted on their website. I feel like there might be an issue with having the src of the image be the url link of another site's image, is that not allowed?

The other is from an ad network and it's hard to explain what the code is doing so i'll just show it:

<script async src="//adserver.juicyads.com/js/jads.js"></script>
<ins id="id-number-linked-to-me" data-width="728" data-height="102"></ins>
<script>(adsbyjuicy = window.adsbyjuicy || []).push({'adzone':id-number-linked-to-me});</script>

obviously, the id number is actually in the code but thought i'd hide that. So ya any help on this is appreciated.

Have you checked the browser's debug console? Often things can get blocked by the browser, but there's normally a helpful message in the console.

If you can't work it out, then could you give us a URL showing the problem? Send it over the "Send feedback" link at the top of the page if it's not something you want to share in these public forums.

Ya so actually me being an idiot, I forgot I had Adblock on my browser lol where I don't have one on the vm I developed the site on. It's all good, thanks though

Ah, that would do it :-) Glad you worked it out.