Plugin hau ez da probatu WordPressen azken 3 bertsio garrantzitsuenekin. Baliteke, jada, mantentze edo euskarririk ez izatea, eta, WordPressen bertsio berriagoekin erabiltzen denean, bateragarritasun arazoak izan ditzake.

Popup on Click

Deskripzioa

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].

Instalazioa

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.

MEG

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.

Berrikuspenak

Ez dago berrikuspenik plugin honentzat.

Laguntzaileak eta Garatzaileak

“Popup on Click” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.

Laguntzaileak

Itzul zaitez Popup on Click zure hizkuntzara.

Garapena interesatzen zaizu?

Araka kodea, begiratu SVN biltegia edo harpidetu garapen erregistrora RSS bidez.

Aldaketen loga

1.0.0

  • Initial release