Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Gauravk Posted October 6, 2015 Posted October 6, 2015 I am facing some strange issue when I am using google responsive advert, everywhere ads work fine as expected but while creating a new topic it loads tall banner in place of horizontal leader board. Anyone else experiencing same....? Support asked me to use stock blue color theme and it's showing same problem in that as well.
opentype Posted October 6, 2015 Posted October 6, 2015 Do you have sizes set up in your Google account for that ad slot? If not, and Google will figure out the size from the site content itself, you could wrap your ad space with a div and set some max-widths there. Then Google should pick that up and not deliver ads which would exceed those values.
Songstuff Posted October 6, 2015 Posted October 6, 2015 I'm using responsive ads and haven't seen that issue, but then I have specific ad size iirc.
Gauravk Posted October 20, 2015 Author Posted October 20, 2015 Thanks opentype for suggesting the div max-width idea. This idea worked half way by restricting the IPB layout to max height of 90, but google responsive code still didn't listen to this restriction. lol. This is generally happening while posting any content majorly. Check the capture3 with google standard responsive codes <div style="100%"> <div style="max-width:728px;max-height:100px;"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Carnity Header Responsive --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8184112565942941" data-ad-slot="6454577127" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> </div>
Day_ Posted October 20, 2015 Posted October 20, 2015 Change data-ad-format="auto" to data-ad-format="horizontal" Also no need to load the script with every ad, just stick (below) in between your head tags and you can remove it from the rest of your ad code <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
Gauravk Posted October 20, 2015 Author Posted October 20, 2015 Many thanks daveoh: your code worked like a charm and for same I have been waiting for a long time from IPB support.
Day_ Posted October 20, 2015 Posted October 20, 2015 No worries, you can also set it vertical or rectangle as well, or even 2 options by using a comma data-ad-format="vertical,rectangle"
Rhett Posted October 20, 2015 Posted October 20, 2015 For info this is all fixed in 4.1, they work great without any changes needed.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.