Adding Google Ads To Tag Page?

Posted in: Newspaper
Post count: 98

Hi,

I’m trying to add Google Ads to tag page. I did but image ads doesn’t align properly. Text ads are OK. Only image ads doesn’t working. Screenshot are here:

http://i57.tinypic.com/2v9bu5u.jpg
http://i57.tinypic.com/152cftw.jpg

I think it is not Google Ads issue. How can I fix this? Thanks…

Post count: 780

Hi,

can I get a link to that page?

Radu O.

Post count: 98

Example tag page:
http://mmoda.net/etiket/sasha-luss/

I see that, text ads doesn’t align properly too. I’ve marked ads area:
http://i61.tinypic.com/2utrguq.jpg

Post count: 6600

Hi,

Use this css, add it in Theme Panel > Custom CSS:

.tag .entry-content ins iframe {
width: auto !important;
}
.tag .entry-content ins {
width: auto !important;
}

Thanks

Post count: 98

Hi,

I add custom CSS but ads looks like this:
http://i61.tinypic.com/2a0esle.jpg
http://i58.tinypic.com/dnycs9.jpg

Example tag page:
http://mmoda.net/etiket/amalie-schmidt/

Refresh page and you can see different ads which not resizing correct size.

Post count: 6600

Hi,
How you have added the AD there? Why your ads have 1200 px width?

Thanks!

Post count: 98

Hi,

I’ve added adsense code before the third “echo ‘</div>’;” tag in tag.php file. And ads are responsive. I didn’t understand why are ads too wide.

Thanks.

Post count: 6600

Hi,

Please try adding it using the do_shortcode function and add it like this in the tag.php file: http://screencast.com/t/r7Xfu8gYyCJy

Also add your code inside the Custom ad 3 like this: http://screencast.com/t/IdQeUAdg

Also add this CSS in Theme Panel > Cusotm CSS:

.tag .td-a-rec-id-custom_ad_3 {
margin-top: 20px;
margin-bottom: 10px;
}

Hope this works.

Thanks

Post count: 98

Shortcode trick working well. I used my “article top ads” spot for shortcode. Without custom css, ads are showing correctly with shortcode. Thank you for your help Lucian… 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.