1. Home
  2. WP Subscription
  3. Setting
  4. Popup

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.WP_Subscription_popup

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->PopupWP_Subscription_popup_setting

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)

you will get form id from WP Subscription ->Forms

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']");?>
shortcode for popup subscription form on page load with form id (5 is form id)
you will get form id from WP Subscription ->Forms

 

 

 

Was this article helpful to you? Yes No 1