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/
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!!!
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)
ckoulaid
Member
Posted 6 days ago #
Thanks dmaier! code worked perfect for the issue I had.
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.