WP Popups is the best popup maker for WordPress. Easy but powerful plugin with display filters, scroll-triggered popups, and Gutenberg block editor.
WP Popups is the best popup maker for WordPress. With the easy and intuitive template builder you will be able to create and customize your popup with just a few clicks. No coding skills needed!
Is the perfect solution to show important messages such as EU Cookie notice, increase your social followers, add call to actions, increase your mailing lists by adding a form like mailchimp or to display any other important message in a simple popup.
It’s compatible with the major form plugins like :
* Wp Forms ( recommended )
* Gravity Forms
* Ninja Forms
* Contact form 7
* USP Forms
* Infusion Soft
* Jetpack
* Mailpoet
* Mailchimp for WP
* Postmatic
* Any generic form
There are multiple display filters that can be combined:
Premium Version
Check the new premium version available in (https://wppopups.com)
- Beautiful optin forms for popular mail providers
- Exit Intent technology
- AJAX login popups
- Popup scheduler
- Popups Geolocation
- Currently supporting MailChimp, Aweber, Postmatic, Mailpoet, Constant Contact, Newsletter plugin, Activecampaign, InfusionSoft, etc
- New popup positions: top/bottoms bars , fullscreen mode, after post content
- A/B testing. Explore which popup perform better for you
- More Display Rules: Show after N(numbers) of pages viewed
- More Display Rules: Show popup at certain time / day or date
- More Display Rules: Show/hide if another popup already converted
- Track impressions and Conversions of social networks and forms like CF7 or Gravity forms
- Track impressions and Conversions in Google Analytics ande define custom events
- Data sampling for heavy traffic sites
- Background images
- 40 New animations effects
- More trigger methods
- Timer for auto closing
- Ability to disable close button
- Ability to disable Advanced close methods like esc or clicking outside of the popup
- Premium support
WP Popups template builder it’s based on the famous WPForms plugin, the best form plugin for WordPress!
Unzip and Upload the directory ‘wp-popups-lite’ to the ‘/wp-content/plugins/’ directory
Activate the plugin through the ‘Plugins’ menu in WordPress
Go to Popups menu and add as many popups as needed
You can use the popup trigger class to open popups by clicking on any element. Check this tutorial
Sure thing, change our styling guide
On certain occasions multiple GF instances can cause problems. There is a plugin that fixes that https://wordpress.org/plugins/gravity-forms-multiple-form-instances/
Yes you can attach to any of this events . id = Popup id
jQuery(document).on(‘wppopups.popup_opened’,function(e,id){ … });
jQuery(document).on(‘wppopups.popup_closed’,function(e,id){ … });
jQuery(document).on(‘wppopups.popup_converted’,function(e,id){ … });
jQuery(document).on(‘wppopups.form_submitted’,function(e,id){ … });`
Oct 12, 2021
* Fixed error with missing license file
Aug 30, 2021
* Fix issue where popups with complex rules are showing for a moment before they are removed.
Aug 27, 2021
* Removed nonce checks in front end to avoid caching issues
* Core updates for premium version
June 16, 2021
* Fix for gravity forms when using multiple forms
* Fix for enable stats not working on new installations until settings where saved again
April 26, 2021
* Fix: Removed jquery deprecated function
* Fix: Some woo rules where still not working
* Fix: Removed Browser library from composer to be able to use the latest version without PHP limit
April 7, 2021
* Fixes with woocommerce rules used with others rules
* Feature: added box radius to the popup
* Fix: one library was updated and requesting PHP7.2 support so we limited the update
March 3, 2021
* Php version set to 5.6.1
March 3, 2021
* Fixes with live editor no updating content
* Fix notices and undefined index error messages
Feb 12, 2021
* Fix with A/B test popups not showing in certain conditions
Feb 11, 2021
* Fix where addons couldn’t be updated
* Fix latest changes in javascript were not properly packed with release
Feb 4, 2021
* Fix: Taxonomy rules now also works on archives pages
* Fix: PHP 8 compatibility fix
* Feature: Woo order confirmation rule
December 14, 2020
* Fix: Woo function addded in 2.1.1
* Fix: jQuery deprecated function
* Fix: Incompatibility issue with some themes
* Core updates for premium
December 2, 2020
* Feature: Hidden field for optin fields
* Feature: Woocommerce rules
* Fix: Updated library that was preventing constant contact to work
* Fix: Improved performance on popups index page where stats are being used
* Fix: Review link and minor bugfixes
November 12, 2020
* Fix: Issue where popups are showing on pages that they shouldn’t
* Fix: Upgrader for old optin fields will be imported to new format
November 2, 2020
* Feature: Multiple fields can be added now to Optins fields with a new powerful api
* Feature: Bottom text in optin forms
* Feature: Ajaxless popups. Will run faster , save resources when using regular rules
* Fix: responsive images in wp 5.5
* Dev: Hook to disable preview page
Sept 17, 2020
* Fixed responsive images error in wp > 5.5
* Fixed browser rule error
* Added hook to disable preview page
Aug 27, 2020
* Fix for popup not closing when overlay is clicked (not included on previous)
* Fix for clicked popup triggering error
Aug 24, 2020
* Fix for popup not closing when overlay is clicked
Aug 21, 2020
* Triggered by class/click popups NOT LONGER IGNORE COOKIES, now they need to be set to 0
* Fixed close button moving page to top
July 30, 2020
* Fix on manually trigger popups when class is on parent element
* Added Buddypress Rules
* Fix error with close button on certain themes
* Cookies set to 0 days by default
* Fix issue with browser match rule
Jul 7, 2020
* Fixed Conversion with external url forms
* Added yikes mailchimp form support
* Added BP template tags
April 20, 2020
* Core update for extensions
* Update FR language files
April 20, 2020
* Builder works better in mobile devices
* Added font family and size to content editor
* Removed Welcome email in Mailchimp as was deprecated by provider
April 8, 2020
* Now addons can be purchased for free version
* Added responsive image attributes
* Fixed gravity forms conversion with redirections
March 2, 2020
* Added missing crawlerdetect library to lite
* Added IE 11 compatibility
Feb 19, 2020
* Hotfix for bug introduced in previous version
Feb 19, 2020
* Performance: Increased overall performance, all popups are not loaded into DOM anymore more and increased speed of ajax
Feb 7, 2020
* Fix: compatibility issue with WP less than 5
* Fix: Gravity forms conversion with redirects
Jan 28, 2020
* Feature: new blurry background
* Fix: Move styles blocks to head
* Fix: Error on certain pages where using != post type rules
* Dev: Added more filters for devs