Linux 软件免费装
Banner图

WP Popup

开发者 drywallbmb
rxnlabs
dannycorner
rpasillas
kenjigarland
xavierserranoa
更新时间 2024年10月1日 00:49
PHP版本: 4.3 及以上
WordPress版本: 6.6.2
版权: GPLv2 or later
版权网址: 版权信息

标签

lightbox popup modal window

下载

1.2.6 1.0 1.1.61 1.2 1.2.1 1.2.2 1.1.6 1.1 1.1.3 1.1.4 1.1.5 1.2.3 1.2.4 1.2.5

详情介绍:

WP Popup is a plugin for implementing whatever you want to call them — modals, lightboxes, overlays or popups — on your site. While it offers fine-tuned control over where and when the lightboxes display, it was developed with the goal of being simple and lightweight: WP Popup won't cause your site to take a big performance hit by loading lots of complicated and extraneous CSS and JavaScript. WP Popup lets you use the standard WordPress post editor to build and configure your popups. In addition to full WYSIWYG editing of popup content, WP Popup gives you powerful control over what triggers the appearance of your lightbox. Triggers can be set so popups show: In addition to those sophisticated trigger controls, you also get options on each popup for: Note: This plugin uses cookies, so if you're bound by the EU or other regulations requiring you notify users of such, be sure to do so if you've got WP Popup enabled. Interested in other plugins from Cornershop Creative? We've made these things.

安装:

  1. Upload the wp-popup directory to your plugins directory (typically wp-content/plugins)
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Visit WP Popup > Create New Popup to begin setting up your first popup.

常见问题:

I am switching from your Smart Popup, will my popups still work?

Yes! Upon activating the plugin your previous popups will display in the WP Popups menu item and will continue working as expected.

How many popups can I create?

As many as you want, though only one will show on any given URL, unless the wp_popup_display filter is used to specify a popup to display via the theme.

What happens if more than one popup is set to appear on a given page?

To avoid annoying your site users with multiple popups, WP Popup will only display the most recent one, unless the wp_popup_display filter is used to specify a popup to display via the theme. ` // Example wp_popup_filter, show popup 1 if user is logged in, popup 2 if user is not logged in function theme_filter_popups( $default_display, $display, $popup_id ) { if ( is_user_logged_in() && 1 === $popup_id ) { return true; } elseif ( ! is_user_logged_in() && 2 === $popup_id ) { return true; } return null; } add_filter( 'wp_popup_display', 'theme_filter_popups', 10, 3 ); `

What styling and animation options are there?

WP Popup was written to be lean & mean. It offers minimal styling out-of-the-box (just a small close X in the upper right corner) and no animation controls, so that it doesn't bloat your site with unnecessary code for different themes & styles you're not actually using. Of course, you're free to use the WYSIWYG and graft on your own custom CSS to change the appearance however you want!

Will this work with Pagebuilder plugins?

WP Popup has been tested with the following pagebuilders: Elementor, Beaver Builder, and WPBakery/Visual Composer. WP Popup may work with other pagebuilders but has not been tested for compatibility. While WP Popup may work with pagebuilder plugins, it was not designed as a pagebuilder add-on, so we cannot guarantee 100% compatibility.

更新日志:

1.2.6 1.2.5 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1 1.0 0.8.1 0.8 0.7 0.6