Viewing 4 replies - 1 through 4 (of 4 total)
  • Try this. It works on my site.

    .popmake-overlay {display:none!important;}
    .popmake {display:none!important;}

    Thread Starter nadaras

    (@nadaras)

    Hey kartoni I am not sure where to put this code snippet?

    Plugins -> Installed Plugins -> Popup Maker -> Edit ? If so where exactly?
    Or do you mean in to the style.css ?

    Thanks for approach!!

    Yes, into the style.css

    This code is working on my site (in the first example above was one line missing):

    @media (max-width: 767px) {
    .popmake-overlay { display:none!important; }
    .popmake {display:none !important; }
    #popmake {display: none !important;}
    }

    Plugin Author Daniel Iser

    (@danieliser)

    @nadaras, @kartoni – Typically you wouldn’t want to do that in the case you have multiple popups. We have this as quick and easy to use option on a per popup basis with our Advanced Targeting Conditions extension.

    Glad you found a temporary workaround for your needs. Please take a moment to click that it Works and to rate and review the plugin or support.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No Popups on mobile Device!’ is closed to new replies.