| 1 |
# Introducing Multi Device Switcher |
| 2 |
|
| 3 |
This WordPress plugin allows you to set a separate theme for device (Smart Phone, Tablet PC, Mobile Phone, Game and custom). |
| 4 |
This plugin detects if your site is being viewed by UserAgent and switches to selected theme. |
| 5 |
The Custom Switcher can add to every device. |
| 6 |
|
| 7 |
## How do I use it? |
| 8 |
|
| 9 |
1. Unzip files. |
| 10 |
2. Upload "multi-device-switcher" to the "/wp-content/plugins/" directory. |
| 11 |
3. Activate the plugin through the 'Plugins' menu in WordPress. |
| 12 |
4. Upload a separate theme to the "/wp-content/themes/" directory. |
| 13 |
5. Go to the "Multi Device Switcher" options page through the 'Appearance' menu in WordPress. |
| 14 |
6. Configure settings to your needs. Select Theme by Theme option. Add and fix UserAgent by UserAgent option if necessary. |
| 15 |
7. Have fun! |
| 16 |
|
| 17 |
## How to add the Custom Switcher |
| 18 |
|
| 19 |
1. Go to the "Multi Device Switcher" options page through the 'Appearance' menu in WordPress. |
| 20 |
2. Enter the name of the Custom Switcher (20 characters max, alphanumeric) to the 'Add Custom Switcher'. Push the button 'Add'. |
| 21 |
3. Configure settings. Select Theme by Theme option. Add UserAgent by UserAgent option. |
| 22 |
4. Have fun! |
| 23 |
|
| 24 |
## Changelog |
| 25 |
|
| 26 |
* Version 1.1.0 |
| 27 |
* new features: Custom Switcher |
| 28 |
* Version 1.0.4 |
| 29 |
* fixed: fix the object model PHP5, __construct() to replace Multi_Device_Switcher |
| 30 |
* fixed: wp_get_themes(), and wp_get_theme() to replace get_themes(), get_theme() |
| 31 |
* Version 1.0.3 |
| 32 |
* updated: update screenshots |
| 33 |
* fixed: fix reset button |
| 34 |
* Version 1.0.2 |
| 35 |
* added: add file uninstall.php |
| 36 |
* fixed: split admin_enqueue_scripts() into two functions |
| 37 |
* fixed: detects is_admin() |
| 38 |
* Version 1.0.1 |
| 39 |
* fixed: split multi_device_switcher_init() into two functions |
| 40 |
* Version 1.0.0 |
| 41 |
* Initial release. |
| 42 |
|