Create Your First Popup
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.
Article Contents
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, or
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. |
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
Initial Popup Settings
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