Forum Replies Created
-
AuthorPosts
-
tonymayo
MemberI'm not sure if it is the same problem. But latest update has messed up my site. Sidebars, links all gone and unable to fix. There is definitely a bug in this latest update. I'm in the process of doing a full site restore.
Can Genesis throw some light on this?
Thanks.tonymayo
MemberHi,
I would like to add Responsive Adsense to my blog ( Magazine Pro theme) in the following slots:Header Right
Primary Sidebar
After Post Content
Do I add code below (from http://www.labnol.org/internet/google-adsense-responsive-design ) to my Theme CSS file and if so where should I add code.
<div id="google-ads-1"></div>
<script type="text/javascript">
/* Calculate the width of available ad space */
ad = document.getElementById('google-ads-1');if (ad.getBoundingClientRect().width) {
adWidth = ad.getBoundingClientRect().width; // for modern browsers
} else {
adWidth = ad.offsetWidth; // for old IE
}/* Replace ca-pub-XXX with your AdSense Publisher ID */
google_ad_client = "ca-pub-XXX";/* Replace 1234567890 with the AdSense Ad Slot ID */
google_ad_slot = "1234567890";/* Do not change anything after this line */
if ( adWidth >= 728 )
google_ad_size = ["728", "90"]; /* Leaderboard 728x90 */
else if ( adWidth >= 468 )
google_ad_size = ["468", "60"]; /* Banner (468 x 60) */
else if ( adWidth >= 336 )
google_ad_size = ["336", "280"]; /* Large Rectangle (336 x 280) */
else if ( adWidth >= 300 )
google_ad_size = ["300", "250"]; /* Medium Rectangle (300 x 250) */
else if ( adWidth >= 250 )
google_ad_size = ["250", "250"]; /* Square (250 x 250) */
else if ( adWidth >= 200 )
google_ad_size = ["200", "200"]; /* Small Square (200 x 200) */
else if ( adWidth >= 180 )
google_ad_size = ["180", "150"]; /* Small Rectangle (180 x 150) */
else
google_ad_size = ["125", "125"]; /* Button (125 x 125) */document.write (
'<ins class="adsbygoogle" style="display:inline-block;width:'
+ google_ad_size[0] + 'px;height:'
+ google_ad_size[1] + 'px" data-ad-client="'
+ google_ad_client + '" data-ad-slot="'
+ google_ad_slot + '"></ins>'
);(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
</script>Thanks in advance.
tonymayo
MemberImage size was the problem alright. All working as it should now.
tonymayo
MemberBrad,
Image aligns left with both solutions. Is there a way to centre it as in your examples.
Thankstonymayo
MemberMy idea was for an independent image.
tonymayo
MemberThanks for getting back Susan.
I haven't figured it out and would like to know if it's possible.tonymayo
MemberThat's fixed it.
Thanks Davinder.
tonymayo
MemberI have added a test post here http://www.mayo.me/test-post
The second par should be a Content Box which I have added as shown below:
<div class="content-box-blue">my text here.</div>
Maybe I am missing something.
tonymayo
MemberThanks Davinder.
Yes, I had earlier added box to that post - but only text displayed so I removed it.
It seems Content Box code in editor is not finding CSS in stylesheet - I'm not coder so I don't know if that makes any sense!
-
AuthorPosts