이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

FAQ

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Popup on Click”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Popup on Click”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release