Banner problem

Posted in: Newspaper
Post count: 6

I have used the code in documentation that should make me able to switch banner in different devices.
I have something like that, but in mobile (I use google chrome) can’t see any banner on my home page.
What is the problem? (site is zonawrestling.net)

<div class=”td-visible-desktop”>
<iframe marginwidth=”0″ marginheight=”0″ frameborder=”0″ scrolling=”no” allowtransparency=”true” src=”http://srv.juiceadv.com/banner_iframe.asp?user=379&tipo=10&#8243; width=”728″ height=”90″></iframe>
</div>
<div class=”td-visible-tablet-landscape”>
<iframe marginwidth=”0″ marginheight=”0″ frameborder=”0″ scrolling=”no” allowtransparency=”true” src=”http://srv.juiceadv.com/banner_iframe.asp?user=379&tipo=10&#8243; width=”728″ height=”90″></iframe>
</div>
<div class=”td-visible-tablet-portrait”>
<iframe marginwidth=”0″ marginheight=”0″ frameborder=”0″ scrolling=”no” allowtransparency=”true” src=”http://srv.juiceadv.com/banner_iframe.asp?user=379&tipo=22&#8243; width=”300″ height=”250″>
</div>
<div class=”td-visible-phone”>
<iframe marginwidth=”0″ marginheight=”0″ frameborder=”0″ scrolling=”no” allowtransparency=”true” src=”http://srv.juiceadv.com/banner_iframe.asp?user=379&tipo=22&#8243; width=”300″ height=”250″></iframe>
</div>

  • This topic was modified 10 years by Reyad.
Post count: 22421

Hello,

I have checked your code and saw that your iframe on

is not closed. This is probably why the mobile version does not display.

Thank you!

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