• Hello, Each ad unit added in the plugin – repeats the same css code to devices.

    Why these repetitions, is it not possible to do so. So that the added code is displayed the same and without these additions – if the ad is responsive.

    The plug-in adds the same code to each unit – even if we do not change any elements regarding the size of screens and types of devices. It’s better if they were universal by default – it’s for everyone – and only when I make changes manually, it adds the code with this change.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Namith Jawahar

    (@namithjawahar)

    The styles are inline because if I add a class or id as an identifier to the wrapper block in order to set universal styles, Ad blockers will use it to target and block the Ad unit. Its part of an attempt to avoid any signature for the ad units.

    Thread Starter Danishsard

    (@danishsard)

    Because it repeats the same thing over and over again with every unit

    @media screen and (min-width: 1201px) {
    .ogldx63fcbe95a58b4 {
    display: block;
    }
    }
    @media screen and (min-width: 993px) and (max-width: 1200px) {
    .ogldx63fcbe95a58b4 {
    display: block;
    }
    }
    @media screen and (min-width: 769px) and (max-width: 992px) {
    .ogldx63fcbe95a58b4 {
    display: block;
    }
    }
    @media screen and (min-width: 768px) and (max-width: 768px) {
    .ogldx63fcbe95a58b4 {
    display: block;
    }
    }
    @media screen and (max-width: 767px) {
    .ogldx63fcbe95a58b4 {
    display: block;
    }

    I see you also created Quick Adsense – that project is no longer supported?

    I’m just looking for a plugin for hands on the site, and I’m testing the available ones. Here in this WP-Insert I did not find information whether there is revenue sharing or such elements?.

    You create very cool projects, very helpful to many people.

    Plugin Author Namith Jawahar

    (@namithjawahar)

    As I mentioned it’s designed that way to prevent ad blockers from targeting the unit easily.

    Quick Adsense is supported and under active development, and none of my plugins have any revenue sharing. If you are starting out wp-insert would be the better choice, quick Adsense has a UI and feature set which cannot be widely changed due to its legacy user base.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Each ad unit repeats the same css to devices’ is closed to new replies.