I've tested two different ad codes on my other sites and they work perfectly. However, when placed into a vbulletin template, they do not display at all. It appears to be a problem with vbulletin or some hidden setting?
Example: http://www.musicianforums.com
Under the navbar, a black strip appears. This should contain the ad.
Javascript:
I tried another javascript from a different company, and this also failed to display:
Google Adsense displays fine on the page, but these fail to load. I need these banners to have revenue to support my site.
Also, I have searched and not found similar issues. Is this a known problem or a specific case?
Thanks.
Example: http://www.musicianforums.com
Under the navbar, a black strip appears. This should contain the ad.
Javascript:
Code:
<!-- TF 728x90 JScript VAR NoAD code --> <center><script language=javascript><!-- document.write('<scr'+'ipt language=javascript src="http://a.tribalfusion.com/j.ad?site=Mxtabs&adSpace=ROS&size=728x90&type=var&noAd=1&requestID='+((new Date()).getTime() % 2147483648) + Math.random()+'"></scr'+'ipt>'); //--> </script> <noscript> <a href="http://a.tribalfusion.com/i.click?site=Mxtabs&adSpace=ROS&size=728x90&requestID=1403000196" target=_blank> <img src="http://a.tribalfusion.com/i.ad?site=Mxtabs&adSpace=ROS&size=728x90&requestID=1403000196" width=728 height=90 border=0 alt="Click Here"></a> </noscript> </center> <!-- TF 728x90 JScript VAR NoAD code -->
I tried another javascript from a different company, and this also failed to display:
Code:
<!-- Casale Media 2005 (C) --> <!-- Ad Format: Leaderboard --> <!-- Domain(s): musicianforums.com --> <script language="Javascript"><!-- var d=new Date();var r=(d.getTime()%8673806982)+Math.random();var uu=escape(window.location.href); var wh='" width="728" height="90" ';var host='.casalemedia.com/';var dc=document; var fr='marginwidth="0" hspace="0" vspace="0" frameborder="0" scrolling="no">'; dc.write('<ifr'+'ame src="http://as'+host+'s?s=68047&u='+uu+'&f=2&id='+r+wh+fr); dc.write('<a hr'+'ef="http://c'+host+'c?s=68047&f=2&id='+r+'" target="_blank">'); dc.write('<i'+'mg src="http://as'+host+'s?s=68047&u='+uu+'&f=2&id='+r+'&if=0'+wh+'border="0"></a></ifr'+'ame>'); //--></script><noscript><iframe src="http://as.casalemedia.com/s?s=68047&u=http%3A%2F%2Fmusicianforums.com&f=2&id=1" width="728" height="90" marginwidth="0" hspace="0" vspace="0" frameborder="0" scrolling="no"><a href="http://c.casalemedia.com/c?s=68047&f=2&id=0" target="_blank"><img src="http://as.casalemedia.com/s?s=68047&u=http%3A%2F%2Fmusicianforums.com&f=2&id=0&if=0" width="728" height="90" border="0"></a></iframe></noscript> <!-- Casale Media 2005 (C) -->
Google Adsense displays fine on the page, but these fail to load. I need these banners to have revenue to support my site.
Also, I have searched and not found similar issues. Is this a known problem or a specific case?
Thanks.
Comment