Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22088

whiletrue on "[Plugin: Really simple Facebook Twitter share buttons] Disactivate plugin in Mobile Mode"

$
0
0

Hi Diane,
I think the easiest way is to add some line like this to your theme at the end of your header.php file:

<?php if (wp_is_mobile()) : ?>
<style>.really_simple_share { display:none; }</style>
<?php endif; ?>

Viewing all articles
Browse latest Browse all 22088

Trending Articles