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!
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!
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.
Now that the plugin is installed, go to your WordPress Dashboard, click on Plugins, find PopupPress and click "Activate".
You can now go to the plugin settings page to customize it to your liking in the drop-down menu of PopupPress.
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.
Use the following option to insert the popup on the home page
Use the following option to insert popup on every page of your web site.
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.
Use the following option to run the popup when the user tries to leave the current page.
1) Create a popup, and copy the shortcode to add on the other popup that we will create in step 2.
2) Create another popup and paste here the shortcode of above popup.
3) That's all, now you have a popup within a popup
$("#popuppress-5").on('ppsOnOpen', function(e){ //Do something });
$("#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 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!