开发者 | MarceloMuriel |
---|---|
更新时间 | 2015年7月3日 03:33 |
PHP版本: | 3.4 及以上 |
WordPress版本: | 4.2.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
You can append ?theme=tablet or ?theme=handheld to the URL of your site, for example http://localhost/?theme=tablet. This will display the mobile version (setting a cookie). You will need to put ?theme=active to switch back to your current theme or simply delete your cookies.
In the Theme Activation submenu of the plugin, choose the theme you want to use for mobile devices (i.e. tablet, smartphone). You can use your current theme for example.
In the general settings of the Apps configuration, choose to disable the Apps. This will not load them on your website at all.
Check the enable Apps in desktop option in the Apps configuration panel.
There is a file for this /core/css/app-panel-custom.css. Apply your custom styles there. For example to change the toolbar height: #bottomtoolbar{height: 100px;} Please not that this file is loaded after the plugin styles, thus it should override existing styles.
The plugin removes all its data in the wp_options table that start with the wpmob_ prefix.