Introduction #
This article guides new users to quickly create a popup using the fewest steps possible. Popup Maker-specific terms and their application are covered in other documents linked below.
Popups are created and edited in the popup editor. As a new user, you need to know a few locations and actions in the editor to create and publish your first popup.
Each new popup is built using the same group of initial settings. Popup Maker is so extendible that a new popup doesn’t even require any content to display in the browser. This makes popup creation easy.
However, a popup created with the plugin’s initial settings will probably look nothing like what you intend to build. That’s why you’ll be referred to Popup Maker’s initial settings and their expected behavior. Edit and update those settings to customize your popup.
#
Open the Popup Editor #
From the WordPress admin, either:
1) Open Popup Maker >> All Popups, and select the Add New Popup button at the top of the admin page.
2) Click on the Popup Maker >> Add Popup submenu.
Working in the Popup Editor #
Classic Editor #
Figure 1. Three locations required to create a new popup in the popup classic editor.
Block Editor #
Figure 2. Three locations required to create a new popup in the popup block editor.
Three (3) actions in the popup editor are required to create and publish a new popup:
Action | Location | Comments |
1) Enter popup name | Popup Name field | The popup name will appear on the All Popups admin page in the Popups table Name column. |
2) Add a popup trigger | Popup Settings box >> Triggers tab | Choose a free trigger: Auto Open / Time Delay or Click Open. Related article: ‘Triggers’ option settings |
3) Click the Publish button. | Publish box (classic editor) or Publish button (top of editor sidebar) | Publish saves a popup to the database. |
Publishing a Popup on a Live Server #
A popup must be set to Published to display and view it on the front end. However, the Targeting tab in the popup editor’s Popup Settings box is initially set to display a popup on every page and post of the site. For users who create popups on a live server, that presents a challenge. The selection of a trigger becomes important to preview a popup, while not annoying visitors by opening that popup on every post and page.
Popup Triggers #
Trigger | Description |
Time Delay / Auto Open | Displays a popup after a preset length of time. |
Click Open | Displays a popup when a visitor clicks a specific element on a web page. |
Form Submission | Processes a form placed inside a popup. Use with Popup Maker subscription forms, and WordPress form plugins that integrate with Popup Maker. |
Time Delay / Auto Open trigger is the simplest to use. It automatically displays a popup on every page and post until the
Targeting option is changed. However, the default display on every page can annoy visitors.
Instead, choose the Click Open trigger. The trigger will only display a popup when the link or page element is selected. Later on, you will need to edit some settings to properly set up this trigger.
Once the popup is set to Published, it can be previewed from the classic editor with the Preview button or opened on the front end with the Popup Maker Admin Toolbar.
Related article: Trigger: Click Open — Overview & Methods
Change Popup Maker’s Initial Settings to Customize Your Popup #
The New Popup in the Browser #
The result is a blank popup!
No content was added. The popup is styled using the Popup Maker
initial settings. Adding and publishing a new popup is meant to be simple.
Initial Popup Settings #
didn’t have to do to create and publish a new popup. Those initial settings were
preset
for you by Popup Maker when you clicked the
Publish button.
See the following article to review those initial plugin settings.
Popup Settings Box — Initial Popup Settings
can be changed from the plugin Settings admin page. The rest of the popup settings (trigger(s), cookies, targeting conditions, etc.) are configured in the popup editor’s
Popup Settings box.
Popup themes are customized using the Popup Theme editor.
Add Your Content #
At this point, add your popup content. Just like the WordPress post and page editor, the popup editor accepts the same type of content. This includes:
- text
- links
- buttons
- embedded media (i.e., images, graphics, video, audio)
- shortcodes
Note: Do not add either PHP or JavaScript scripts directly to the editor. Build a shortcode to contain those scripts, and add the shortcode to the editor. See the related article for details.
Related article: Register a Shortcode to Run Editor Scripts
About Popup Maker Shortcodes #
Popup Maker registers several shortcodes with WordPress that work in the content editor. [
If using the block editor, add your shortcode to a shortcode block.] See the following collection of articles to learn about the Popup Maker shortcode button and plugin shortcodes.
Related index article: Shortcodes
Popup Maker Integrates with Form Builder Plugins #
Popup Maker integrates with the WordPress form builder plugins listed below to render inside a popup.
Add their shortcode to the popup editor just as you would for a page or post. Use the
Form Submission trigger and cookie together to manage the data submitted from each form.
Related article: Popup Maker Integration with WordPress Form Builder Plugins
Related article: Trigger: Form Submission