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

Popup on Click

描述

Plugin provides a possibility to display content in a popup window after user clicks on a triggering link.

Popup window content is displayed according to the shortcut which should be provided at the plugin settings page Settings > Popup on Click. For more information on shortcodes please refer to the WordPress documentation corresponding section.

Popup window is a Bootstrap modal. For more details on Bootstrap modals please refer to the Bootstrap documentation corresponding section.

Popup triggering link is created by placing [popup_on_click] shortcode inside a post, a page, or a custom post type. For more information please refer to this plugin Usage section.

Usage

Plugin configuration

  1. Plugin can be configured at Settings > Popup on Click page.
  2. Popup content shortcode field should contain the shortcode for the content which will be displayed in a popup window. This value should be a valid registered shortcode. Examples: [gallery], [gallery title="My gallery"], [gallery]something[/gallery]. For more information on shortcodes please refer to the WordPress documentation corresponding section.
    Please note that submitting a nested shortcode (like [[gallery]]) will result in [gallery] string being displayed inside a popup.
  3. ‘Popup title’ field can contain the popup title, or can be left empty. Please enter only plain text into this field.
  4. Tick the Enable Bootstrap js file loading checkbox if the Bootstrap js file is not loaded by your theme or any other plugin.
    Loading this file more than one time is also not good, so leave this checkbox empty if the file is loaded by the theme or any other plugin.
  5. Tick the Enable popup animation checkbox to enable the popup animated (fade in effect) appearence on the screen.

Popup triggering link

  1. Popup triggering link is created by placing [popup_on_click][/popup_on_click] inside a post, a page, or a custom post type.
    There may be more than one triggering link (even with different triggering elements) at the same post, page, or custom post type.
  2. Text, image (), or button () can be a triggering element inside the popup triggering link.
    So, the triggering link can look like:

* [popup_on_click]Click here[/popup_on_click],
* [popup_on_click]<button>Click here</button>[/popup_on_click],
* [popup_on_click]<img src="my_image_src" />[/popup_on_click].
3. Popup triggering link cannot be placed inside another popup, if the latter is also a Bootstrap modal. This restriction is imposed by Bootstrap. For more details please refer to the Bootstrap documentation corresponding section.

Troubleshooting

Nothing happens after I click on the popup triggering link

Most likely, the Bootstrap js file is not loaded at your page. Please check the Enable Bootstrap js file loading checkbox at Settings > Popup on Click page.

My popup appears and immidiately disappeares after I click on the triggering link

Most likely, the Bootstrap js file is loaded more than once at your page (by this plugin and by your theme or some other plugin). Please uncheck the Enable Bootstrap js file loading checkbox at Settings > Popup on Click page.

Only an image is loaded after I click on a triggering link with an as a triggering element

It is likely, that an tag is wrapping your one. Please check you post (page or custom post type) Text tab and make sure that there is only tag between [popup_on_click] and [/popup_on_click]. Like here: [popup_on_click]<img src="my_image_src" />[/popup_on_click].

安裝

For detailed installation instructions, please read the standard installation procedure for WordPress plugins.

In WordPress:

  1. Go to Plugins > Add New > search for popup on click
  2. Press Install Now for the Popup on Click plugin
  3. Press Activate Plugin

To install manually instead:

  1. Upload the /popup-on-click/ directory and its contents to /wp-content/plugins/.
  2. Login to your WordPress installation and activate the plugin through the Plugins menu.
  3. Configure the plugin at Settings > Popup on Click page.

常見問題

Installation Instructions

For detailed installation instructions, please read the standard installation procedure for WordPress plugins.

In WordPress:

  1. Go to Plugins > Add New > search for popup on click
  2. Press Install Now for the Popup on Click plugin
  3. Press Activate Plugin

To install manually instead:

  1. Upload the /popup-on-click/ directory and its contents to /wp-content/plugins/.
  2. Login to your WordPress installation and activate the plugin through the Plugins menu.
  3. Configure the plugin at Settings > Popup on Click page.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Popup on Click” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Popup on Click 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.0.0

  • Initial release