The Ads in mobile…

Posted in: Newspaper
Post count: 17

Hi,

We bought newspaper and modified Also we have added some banners via code like header AD the size of banner is 728 x 90, it looks fine in the website but when we open the mobile it is showing a half not full size.
Which is the size of the header AD that will show fine in desktop and mobile..?

Post count: 6600

Hi,

The ad size used on mobile is the 300x250 one: http://screencast.com/t/yCjSEmdidVfU
What type of ads you use? If you use image banner then you need to use the div’s presented in theme’s ads guide: http://screencast.com/t/UNBQnGeoA3lv and for mobile use a banner of the dimensions you want.
For adsense ads you can use the panel to change the ad size on mobile/desktops or tablets screens: http://screencast.com/t/yLRQn4jK
When you test this please make sure that you refresh the page not just re-size it.

Thanks

Post count: 17

Hello I use html Ads since are with flash and I use embed code
<embed src=”http://www.sample.com/Newspaper/banners/Banner.html&#8221; width=”728″ height=”90″></embed>

The banner is showing fine but the size is not Ok it is middle size in the mobile… since in the desktop and tablets it is fine…

This is for the header AD the sidebar banners 300 x 250 is fine is showing perfect… we only need 728×90 size of header AD

Post count: 6600

Hi,

Please also provide your site’s url so I can check and inspect this.

Thanks

Post count: 17

The site url is http://www.infosite.co

Post count: 6600

Hi,

Please try this custom css in theme panel custom css filed, I can’t guarantee it will work though as the style and width for that div (#swiffycontainer) is added inline and I’m not sure how it can’t be rewritten:

@media (max-width: 767px) {
div#swiffycontainer {
width: 300px !important;
margin: 0 auto !important;
}
}

Also try to set the size for your add from theme panel, like this: http://screencast.com/t/wFNXOLe6e

Thanks

Post count: 17

Hi I have added exactly the same still in the mobile is showing half Ad 🙁

Post count: 17

Hello, Can you please help us to fix this issue …:(

Post count: 7909

Hi,

I also tried to solve this, but it’s looks that some elements can’t be targeted.
Please use http://pastebin.com/ , if you want to give us the ad code that you have in Theme Panel(exactly how it is in your Theme Panel > Ads) and we will take a look and try to find a solution.

Thanks!

Post count: 17

Hi,

Ok please check on http://pastebin.com/3K2NdRJP

Hope that you can help us.

All the best.

Post count: 3343

Hi,

Add this in AD section in Theme panel: http://pastebin.com/vhD8Efmh

and in Custom CSS section, this one:

.td-a-rec-id-header {
height: 100%;
width: 100%;
}
.td-a-rec-id-header object {
height: 100%;
width: 100%;
display: block;
}
embed {
height: 100%;
width: 100%;
display: block !important;
}
@media (max-width: 767px) {
.td-header-sp-ads .td-header-ad-wrap {
display: block !important;
height: 100px;
}}

Hope this help!
Thanks!

  • This reply was modified 11 years by Marius.
Post count: 17

No it is not working,

In the desktop the size of all ads is half after I put the css code in the custom section…In mobile is the same… 🙁 I don’t have idea how to fix this issue….:(

Post count: 7909

Hi,

Please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin and ftp access so I can take a look.

Thanks!

Post count: 80

I have this same issue. Was a resolution ever found?

My Flash ads *.swf in the header position do not fill the container.

Instead of 728×90 they display as 300×90 on desktop view in browser. How do I get my flash ad to display as 728×90 in the leaderboard?

Please.

Post count: 17

Yes, it is a solution.

What you have to do is to specify special ads for the desktop, special for the tablets also special for mobile means the size should be special for each one.

So you have to use the size of ads for desktop 728×90, for tablets 468×60 and for the mobile size 320×60.

Here you have the code:

<div class=”td-visible-desktop”>

</div>
<div class=”td-visible-tablet-l”>

</div>
<div class=”td-visible-tablet-tp”>

</div>
<div class=”td-visible-phone”>

</div>

If you want to use flash ads swf ads you can only you upload the ad in your server than call where you want just check the proper size.

Viewing 15 posts - 1 through 15 (of 15 total)
The forum ‘Newspaper’ is closed to new topics and replies.