MyBB Community Forums

Full Version: Disable plugin in mobile version
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using myresponsive theme and it's not possible for me to remove the code as it is common for all the devices.
Now, how can I disable the plugin when people access my site using a mobile?
So, any help guys?
What code do you mean? if its a responsive theme then the best you can do is hide it using a media query.
(2015-09-16, 06:03 PM)Leefish Wrote: [ -> ]What code do you mean? if its a responsive theme then the best you can do is hide it using a media query.

Oh...where can I find such a query leefish?
a media query is the thing that makes your site responsive, You can hide the elements inside a div with a display:none.

http://www.w3schools.com/cssref/css3_pr_mediaquery.asp