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.
Settings > Popup on Click page.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.[[gallery]]) will result in [gallery] string being displayed inside a popup.Enable Bootstrap js file loading checkbox if the Bootstrap js file is not loaded by your theme or any other plugin.Enable popup animation checkbox to enable the popup animated (fade in effect) appearence on the screen.[popup_on_click][/popup_on_click] inside a post, a page, or a custom post type.triggering element inside the popup triggering link.* [popup_on_click]Click here[/popup_on_click],
* [popup_on_click][/popup_on_click],
* [popup_on_click].[/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.
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.
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.
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].[/popup_on_click]