1. 1) Start
  2. 2) Description
  3. 3) Installation
  4. 4) Configuration page
  5. 5) Create a new popup
  6. 6) Run Popup via a link in the Menu
  7. 7) Run Popup via a custom link
  8. 8) Add Popup in Homepage
  9. 9) Add popup in all Website
  10. 10) Run Popup on page load
  11. 11) Run popup when leaving the page
  12. 12) Popup within another popup
  13. 13) Delete button at the end of the page
  14. 14) Popup Open/Close Events
  15. 15) Thank you!

PopupPress - Wordpress Plugin

Popups with Slider & Lightbox for Wordpress


Thank you for your purchase of my article. If you have any questions that are beyond the scope of this help file, please do not hesitate to send a message to the e-mail address posted above. Thanks so much!

Description


PopupPress is a Wordpress plugin that lets you easily create elegant overlapping windows.

PopopPress lets show HTML Text, Images, Audio, Video, Pictures and Video Galleries, and many more media.

The can be used to display advertising banners, notices, work portfolio, product description, product images, or other information.

Hope you enjoy it!

Installation


Installation

1. Use the built-in WordPress plugin installer.

To use this method, first extract the .zip file downloaded from Code Canyon, then go to your WordPress Dashboard, click on Plugins, then click Add new. Next, click Upload and then click Choose File, navigate to where you downloaded and extracted the file from Code Canyon, and select popup-press.zip or popup-press.v.X.X.zip. Now click "Install Now".

2. Use FTP to upload the plugin

To use this method, first extract the .zip file downloaded from Code Canyon, then open your FTP application, navigate to where you extracted the file, and upload the "popup-press" folder to your wp-content/plugins directory.  The plugin is now installed.

 

Activate

Now that the plugin is installed, go to your WordPress Dashboard, click on Plugins, find PopupPress and click "Activate".

Activate

You can now go to the plugin settings page to customize it to your liking in the drop-down menu of PopupPress.

Configuration page


The plugin configuration page is located in the drop-down menu of PopupPress

Using this panel, you can customize all the options of the plugin, in every field there is a description.

Configuration page

 

Create a new popup


Add popup in homepage


Use the following option to insert the popup on the home page

Add popup in all Website


Use the following option to insert popup on every page of your web site.

Run popup on page load


Use the following option to run the popup automatically when the page loads

You can also use cookies to run the popup automatically only once every so often.

Run popup when leaving the page


Use the following option to run the popup when the user tries to leave the current page.

Delete button at the end of the page


To remove the button use the following option:

..............................

....................

...........

It’ll be a piece of cake!

Popup Open/Close Events


on Open event

	$("#popuppress-5").on('ppsOnOpen', function(e){
	  //Do something
	});
	

on Close event

	$("#popuppress-5").on('ppsOnClose', function(e){
	  //Do something
	});
	

Remember that 5 = popup id and you must first be loaded jQuery and add code like the following:

	jQuery(document).ready(function($){
		$("#popuppress-5").on('ppsOnClose', function(e){
	    	  //Do something
		});
	});

	

Thank you!


Thank you for your purchase of my article. If you have any questions that are beyond the scope of this help file, please do not hesitate to send a message to the e-mail address posted above. Thanks so much!