Quote:
Originally Posted by crazymook
Any chance you can make it only apply to certain styles (or can provide a way to not include it on a certain style)? I have a dedicated mobile theme and this is causing some issues with it.
|
Go to your plugin manager in admincp and modify the plugin "Mobile Browser detection and horizontal postbit selector". Just before the first line, add the following:
Code:
if (STYLEID != XX) { // replace XX with the style id of your mobile style
And at the end of plugin, after the last line, simply add a closing curly bracket: