Jump to content

Disable advertisements on mobile


Chinna444

Recommended Posts

I tried it but for some reason it is not working...may be code which i am displaying may be wrong.  Can you please look at below ad code and let me know if i am doing something wrong...I don't want to display ads on mobile...


 

<!DOCTYPE html>
<html>
<table>
<body>
<div class='ipsResponsive_showDesktop ipsResponsive_showTablet ipsResponsive_block'>

<tr>
<td><a href="test-url" target="_blank"> <img src="image-path"> </a>
</td>
<td>
<a href="test-url" target="_blank"> <img src="image-path"> </a>
</td>

</tr>
</div>
</body>
</table>
</html>

 

Link to comment
Share on other sites

here ya go

<div class="ipsResponsive_showPhone ipsResponsive_block">
    <!-- Mobile Advertisement -->
</div>

<div class="ipsResponsive_showTablet ipsResponsive_block">
    <!-- Tablet Advertisement -->
</div>

<div class="ipsResponsive_showDesktop ipsResponsive_block">
  <!-- Desktop Advertisement -->
</div>

 

Link to comment
Share on other sites

3 hours ago, MADMAN32395 said:

here ya go


<div class="ipsResponsive_showPhone ipsResponsive_block">
    <!-- Mobile Advertisement -->
</div>

<div class="ipsResponsive_showTablet ipsResponsive_block">
    <!-- Tablet Advertisement -->
</div>

<div class="ipsResponsive_showDesktop ipsResponsive_block">
  <!-- Desktop Advertisement -->
</div>

 

I was on mobile so it was a little hard to type without a keyboard lol... basically if you only want to show desktop, just put your ad code under where it says desktop. you could leave all three div classes in and it wont hurt anything.

This is how I use it on mine. *attached

chrome_2016-04-03_21-37-37.png

Link to comment
Share on other sites

  • 5 months later...

I followed the instructions and i am able to disable ads on mobile version.

Recently a new advertisement format was enable on my site called (ON SCROLL) . This advert will stay at bottom of the page which is visible even when scrolling. I am unable to disable that ad on mobile version. Any inputs will be helpful?

Link to comment
Share on other sites

45 minutes ago, subbu4444 said:

I followed the instructions and i am able to disable ads on mobile version.

Recently a new advertisement format was enable on my site called (ON SCROLL) . This advert will stay at bottom of the page which is visible even when scrolling. I am unable to disable that ad on mobile version. Any inputs will be helpful?

something isnt in the right spot then or you need a code that doesnt have scrolling put in for show_phone

Link to comment
Share on other sites

  • 2 months later...
  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...