Jump to content
WebFlake
  • 0

How do I hide/remove Ads on Mobile version?


T-N-Z

Question

Is there a way to hide ads on mobile version of the forum? I am not IPB 4.1 right now. For some reason, my google ads are too large on mobile version, so I kinda causes problems with the menu on mobile devices, you have to scroll to the right side, and some people don't notice the menu popping out on the right side because of it, it's kinda hidden. This happens on all themes, including default one.

Edited by T-N-Z
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
8 hours ago, bandnan said:

you could just remove the class for the ad's when on mobile.


 $(window).bind('DOMContentLoaded load resize', function () {
  if ($(window).innerWidth() <= problemWidth) {
    $(element).removeClass('class');
  }
 });

 

 

A lot of traffic is also coming from mobile users. Removing ads on mobile isn't always the best practice depending on what type traffic your site aims for. 

WebFlake, for starters, is more and less catered to the PC users due the focus on downloads, so not a whole lot of people will browse the site on their mobile. But if you just run a community without the focus on downloads, you might want to keep the ads - even on mobile. 

Just saiyan! :)

  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...