WordPress.org

Forums

WordPress PopUp
Remove Popup from the Mobile version of site (5 posts)

  1. wp_sam
    Member
    Posted 10 months ago #

    Hey There,

    I am using your plugin on my site its working fine but I want to remove the popup from mobile version of the site and want to keep it on desktop version. I am using WordPress Mobile Pack plugin.

    Any help on the below query will be appreciated.

    Thanks

    http://wordpress.org/extend/plugins/wordpress-popup/

  2. wp_sam
    Member
    Posted 10 months ago #

    Hey there,

    I am still waiting for the response on the above queries. If someone know how to remove the popup from the Mobile site version without removing from the Desktop site, Please help me as it is brainstorming & any help for this will be highly appreciated

    Thank you in advance!!!

  3. dmaier
    Member
    Posted 7 months ago #

    You might try a CSS media query that hides the popup for screens below a certain width. Something like:

    @media (max-width:500px) {
         div.visiblebox { display:none; }
    }

    (untested)

  4. ckoulaid
    Member
    Posted 6 days ago #

    Thanks dmaier! code worked perfect for the issue I had.

  5. aristath
    WPMU DEV Support Staff
    Posted 6 days ago #

    Hello there @wp_sam,
    I see dmaier beat me to it and posted a proper solution for your issue.
    If this has been resolved please mark the topic accordingly.

    Thank you,
    Ari.

Reply

You must log in to post.

About this Plugin

About this Topic