Popup
WP Subscription Popup is a powerful and flexible WordPress plugin to create lightbox popups that help you get more newsletter subscribers, promote new products, deliver special offers. You can show the popup when the visitor visit the page or show the popup with multiple triggering options, for example, the time after page load, the percent of the page has been viewed, whether an element is visible or the time of user inactivity.
Here are some cool features of Popup
- Cool animation effect on load
- Doesn’t annoy your blog reader
- Add your own text,heading
- Clean and elegant look
- Responsive design
- Easy to use admin panel
Lightbox Popup
With WP Subscription Popup, it’s easy to create eye-catching lightbox popups for your website. You can display an email subscription form, a promotion message or a special offer to your visitors.
Go to WP Subscription ->Settings->Popup
For Display popup form on front end you need to select form from ‘Change Popup Form’ select box.
Before Popup Setting you need to create popup form.
After select popup form you need to select pages for display popup form.
Enter Cookie Count : if you want show popup box once per visitor then enter 1. Leave blank or set 0 for unlimited popup so every page load request it shop popup form.
Set Cookie time in days : if you have set popup count as well as cookie time n then cookie exist for n numbers of days. so after n day cookie expire and show popup again.
Add a form in a pop-up :Front end
Add a form in a pop-up selected pages :
For Display popup form on front end selected pages you need to select form from ‘Change Popup Form’ select box.
After select popup form you need to select pages for display popup form.
Enter Cookie Count : if you want show popup box once per visitor then enter 1. Leave blank or set 0 for unlimited popup so every page load request it shop popup form.
Set Cookie time in days : if you have set popup count as well as cookie time n then cookie exist for n numbers of days. so after n day cookie expire and show popup again.
Add a form in a pop-up in a post or page with a shortcode :
[wp_subscription id='5' type='popup']
shortcode for popup subscription form on page load with form id (5 is form id)
Add a form in a pop-up in template :
if you want to use a shortcode from within a template instead of with the content of a Post/Page? You can invoke it with a special function:
Add following line in template
<?php echo do_shortcode("[wp_subscription id='5' type='popup']");?>