Elxis CMS Forum

Support => General => Topic started by: venkipammi on April 09, 2009, 17:59:39

Title: why google ads not showing in internet explorar
Post by: venkipammi on April 09, 2009, 17:59:39
i am using adsense on my site.the ads are appearing well on mozilla fire fos but not on internet explorar.what is the problem?
Title: Re: why google ads not showing in internet explorar
Post by: CREATIVE Options on April 09, 2009, 18:17:10
How you have insert the Google Adsense in your website?

URL to check it out ?
Title: Re: why google ads not showing in internet explorar
Post by: Lost on April 09, 2009, 19:31:17
I'd like to add Adsense to my site as well. I'd like to know what methods you guys use to accomplish this.

I tried to create a site module, but the html editor seems to alter the code when I save it. Obviously I can add the code to the template, but you guys probably have better ways of doing it.
Title: Re: why google ads not showing in internet explorar
Post by: ks-net on April 09, 2009, 23:47:12
Quote
I'd like to add Adsense to my site as well. I'd like to know what methods you guys use to accomplish this.

I tried to create a site module, but the html editor seems to alter the code when I save it. Obviously I can add the code to the template, but you guys probably have better ways of doing it.

remove from bots>>tinymce  at Prohibited Elements: the script word


in your costume module in htm-mode add your <script> any script.... </script> BUT with NO  <!--//   //-->  tiny wants to add them by its self and mixing things up... so do his favor....
and let him to put them..... 


eg.
Quote
<script type="text/javascript"><!--
google_ad_client = "pub-4531457936549949";
/* ks-adds-text 768x90 */
google_ad_slot = "0371677317";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


EDIT:
Post  rewrite and  converted  to wiki article:
http://wiki.elxis.org/wiki/Google_AdSense_custom_module

Title: Re: why google ads not showing in internet explorar
Post by: ks-net on April 09, 2009, 23:58:07
Quote
i am using adsense on my site.the ads are appearing well on mozilla fire fos but not on internet explorar.what is the problem?

what means well ?

we have to see it.... or you can give more details... otherwise  none understands what is or it is not wrong
Title: Re: why google ads not showing in internet explorar
Post by: Lost on April 10, 2009, 13:50:00
Thanks ks-net, works a treat!
Title: Re: why google ads not showing in internet explorar
Post by: rentasite on July 13, 2009, 21:47:55
Goodday All

i have placed the google adsense on my website using the following methode

created a simple whatever.html file like this

Its more easier to create a Module, and insert the google adsense code in there. As described above.

You did it the hard way.
Title: Re: why google ads not showing in internet explorar
Post by: mazzeltof on July 13, 2009, 22:03:24
at first I was scared about this but It works fine

Thanks