這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WPMobile Apps

外掛說明

WPMobile Apps lets you create a mobile experience with built-in Apps and Mobile themes.

The plugin comes with a theme named Mobilissimo that is exclusively for mobile devices
(i.e. tablets, smartphones).

The plugin comes with four Apps to ease the access to information for your
mobile visitors, they are located in a toolbar at the bottom of the screen. These Apps are:

  • Call us: A simple app with your mobile phone number ready to call.
  • Opening hours: Quickly inform your visitors of your working days and hours.
  • Find us: Display your address with an interactive Google Map to quickly reach you.
  • Contact us: A simple form to let your users quickly contact you by e-mail.

The use of the mobile theme is optional, you might want to use your current theme that supports
mobile (e.g. responsive theme). In such case you just need to choose while in Theme Activation section.

The Apps can also be used in Desktop mode (e.g. laptops, PCs), there is an option for it. In the case
you only want the mobile theme, it is also possible to disable the Apps.

Known Issues

  • The plugin does not work together with qTranslate from WordPress 3.9 since that plugin has not been
    updated. You can use mqTranslate instead which is a fork of that plugin compatible up to WordPress 3.9.2.
  • WPMobile Apps support localization. By default, it will set the default settings in your WordPress local
    (e.g. en_US). If you use a multi-lingual site with a plugin (such as mqTranslate) you have to enter
    the corresponding text in the App settings. For example, for a multi-lingual label for the Contact us app,
    it would be: Contact usContactez-nous. Your plugin will display the
    correct language on your website.

螢幕擷圖

  • Apps and Mobilissimo (mobile theme) in mobile view. This is how your site would look just after the plugin activation.
  • Apps with your default theme. This is how it looks if the Apps are enabled also for Desktop. Or, if you decide to use your current theme for mobile as well. Please note, the theme in this screenshot is just an example, in your case it would be your current theme.
  • The general settings of WPMobile Apps.
  • The Call Us App settings.

安裝方式

  1. Download the plugin, unzip its content and place the WPMobileApps directory inside your
    /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in the the WordPress administration.
  3. Choose the theme to use for mobile devices (tablet, handheld) in the ‘Theme Activation’ submenu of the
    plugin (below Settings).
  4. Configure the Apps individually. You can as well disable all of them or enable them
    also for Desktop.

** IMPORTANT **

To test the Apps and the mobile theme in a desktop browser (e.g. Chrome), you can append ?theme=tablet or
?theme=handheld to the URL of your site. For example, if you are running your site on localhost, it would
be http://localhost/?theme=tablet. To switch back to your current theme, reset it by using ?theme=active to
clean the cookie.

常見問題集

How to test the plugin in a browser like Chrome?

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.

How to disable the mobile theme?

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.

How to disable the Apps?

In the general settings of the Apps configuration, choose to disable the Apps. This will not load them
on your website at all.

How to use the Apps also in desktop browsers such as Chrome?

Check the enable Apps in desktop option in the Apps configuration panel.

How to change the CSS styles?

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.

Does the plugin delete all its data on uninstall?

The plugin removes all its data in the wp_options table that start with the wpmob_ prefix.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈WPMobile Apps〉的開發相關工作。

參與者

將〈WPMobile Apps〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.1

  • [Fix] Login bug (COOKIES Error / Headers already sent). The plugin was loading content (CSS, HTML) too
    early and WordPress was throwing errors during log in.

1.0 Beta

  • Tested in WordPress 3.4 up to 3.9.2 with PHP 5.3.28, 5.4 and 5.5.