Ads at bottom of page on mobile view.

Posted in: Newsmag
Post count: 53

Hi,

how to detect and disable the following ads. http://www.screencast.com/t/KUUclS3vbeBd
Its only showing on mobile view. The ad at the bottom stays sticky and its annoying. how to remove or disable it ?

Thanks!!

Post count: 6535

Hi

I assume that you’re using a plugin to add that ad on the page as it’s not generated by theme’s spots. Also its html source don’t allow to target it with css from outside as it’s css is added inline: http://screencast.com/t/HbAKMMmdku0 You have to edit the plugin/script which generate the ad and change these rules for mobile devices.
To target only mobile devices use media queries:

@media(max-width: 768px){
//css code goes here;
.elemnt-css-clas{
display: none;
}
}

Thanks!

Post count: 53

Hi Andrei,

We dont have any plugin which can do so. The plugins we have are

All In One SEO Pack, All In One WP Security, AntiVirus, Easy FancyBox,
Google XML Sitemaps, OneSignal Push Notifications, Revolution Slider, Single Day Posts Export, tagDiv Social Counter, tagDiv Speed Booster, Visual Form Builder, WordPress Importer, WP Cloudy, WP Security Audit Log, WP Smush, WP Super Cache, WP-Mail-SMTP, WPBakery Visual Composer, Youtube Channel Gallery.

I dont think any of these plugins can cause this. I think may be its the google/yahoo ad we put is generating a automatic ad while in mobile browser. It will be good if you can confirm.

Our website – http://odishatv.in

Thanks in advance.

Post count: 6535

Hi

Th script which display the ad is not from the theme: http://screencast.com/t/MCK9MsMbT03t Check your ad-codes added in theme panel. You may have a script which calls an external script in order to display the ad. As I mentioned above the actual html structure and css rules applied on it don’t allow its control from outside.

Thanks!

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