Popup plugin that works! Most complete free popup plugin with display filters, scroll triggered popups,…
The new Popups plugin can display multiple popups. 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 (read FAQ):
There are multiple display filters that can be combined:
Premium Version
Check the new premium version available in (https://timersys.com/popups/)
- Beautiful optin forms for popular mail providers
- 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
- 8 New animations effects
- Exit Intent technology
- 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
Popups (https://timersys.com/free-plugins/social-popup/)
Fork me in https://github.com/timersys/popups/
Now you can send html email in WordPress with https://wordpress.org/plugins/email-templates/
Bulk plugin installation tool, import WP favorites and create your own lists (https://wordpress.org/extend/plugins/wpfavs/)
Unzip and Upload the directory ‘social-popup’ 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
Check the following gist (https://gist.github.com/timersys/d68690a85aed14a02318)
By default any link you enter will be used as a conversion link. By that we mean that if the link is clicked the popup will be closed as the user already performed the desired action.
To avoid that you can add the class attribute .spu-not-close to the link
Yes, you need to configure your form to use ajax when inserting it
Yes, you need to configure your form to use ajax. Go to the setting of the created form and enable AJAX. Then you need to disable AJAX on popups settings page.
Yes, you need to disable AJAX on popups settings page
Yes, you need to disable AJAX on popups settings page
Yes, you need to add to the usp form shortcode the class spu-disable-ajax like : [usp_form class=”spu-disable-ajax”]
You can modify everything with css. If your popup id is 120 you can add some css like for example:
#spu-120{ —your css here— }
You need to add this code to your functions.php
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/
Check the following gists ( https://gist.github.com/timersys/e3648ba93955ddef4087 )
Yes you can attach to any of this events . id = Popup id
jQuery(document).on(‘spu.box_close’,function(e,id){ … });
jQuery(document).on(‘spu.box_open’,function(e,id){ … });
jQuery(document).on(‘spu.form_submitted’,function(e,id){ … });
You can filter the content by using the following function
Yes you can remove them in the settings page of the plugin
Check your page source code. At the bottom of your page search for an html comment that looks something like :
<!-- Popups v1.1 - https://wordpress.org/plugins/social-popup/-->
If you see that comment, then the error is probably a javascript error. Check your browser console for problems.
If you are not seeing that code instead, the problem is that one of the display rules you configured is preventing it to show. Double check your display rules.
If you have cache be sure to enable AJAX mode in the plugin settings page