carousel Google Adsense

pure

Member
Hello
How to remove the ad to the right of the carousel Google Adsense ID: pub-7865989934764729 expand the carousel instead of the pub
Thank you
 

Boardhopper

Member
That part is hard-coded into the software. To remove it or add your won code you have to go into the Carousel2 file.

plugins/Carousel2/global_start.php

Find and remove or edit the following code:
HTML:
<script type="text/javascript"><!--
google_ad_client = "ca-pub-0748413162182682";
/* IFB-top */
google_ad_slot = "1525714790";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
 
Top