A quick and easy way to create Popup layers inside the Divi Visual Builder!
After the plugin is activated, the Visual Builder displays a new tab called “Popup” in the Section Settings modal. In the “Popup” tab, you can turn a regular Section into a Popup!
It’s super simple, as you can see on the plugins Demo Page: divimode.com/divi-popup/demo
ℹ️ How it works
First, activate the plugin (no configuration needed!)
newsletter-optin
“). Close the Section Settings.#newsletter-optin
“)⭐️ Additional details
Check out the Plugin website for more details. You’ll find:
Tested in all major browsers on Windows and Mac: Chrome, Firefox, Safari, IE 11, Edge!
Popups for Divi Course
During the past years, we’ve added a ton of features and have created a stable and powerful marketing plugin.
To celebrate the anniversary, we have created a six-day course that teaches you everything about the plugin. It walks you through the basics of creating your first Popup, shows possible ways to customize your Popup layouts and goes into advanced techniques and usages of the plugin.
“The instruction emails really helped me to understand how to use the plugin correctly!”
The course is available in your wp-admin Dashboard right after you install and activate the plugin. Check out the screenshots to see the form. Also, have a look in the FAQ section, if you want to disable this feature.
🥳 Want more?
If you want to get the most out of Divi, you need to have a look at Divi Areas Pro to get additional features:
- An admin UI to create and configure your popups
- Choose between 4 Area Types: Popup, Inline, Fly-in, Hover
- A beautiful UI that blends in perfectly with Divi
- Add advanced triggers to your Areas:
- On click
- On hover
- On scroll
- After delay
- On Exit
- Customize the Area Display
- Show on certain pages
- Show on certain devices
- Show for certain user roles or guests
- Customize Area Behavior
- Show/Hide the Close button
- Display the Area once per hour, day, week, …
- Flexible position for Inline Areas
- Replace/extend the page header
- or Footer
- or Comment section
- or actually any Divi section inside the page content
- It comes with an extended version of the JS API
- Great documentation built into the plugin and an online knowledge base
- and much more…
👉 Learn more about Divi Areas Pro (with screenshots!)
Install the plugin from the WordPress admin page “Plugins > Install”
or
popups-for-divi
directory to the /wp-content/plugins/
directoryStep 1: Prepare your Popup inside a normal Divi Section, right on your page.
Step 2: Open the Section Settings, enable the "This is a Popup" flag and define a unique Popup ID.
Step 3: That's how the final Popup is displayed to a visitor.
Check out the extensive API documentation and popup samples on divimode.com
Our free email course walks you through every aspect of the plugin - from the basics to advanced use-cases and techniques.
Actually none! We designed it with maximum page performance in mind. Our tests did show literally no change in page loading speed.
The plugin will add a single line of CSS to the page output and load two files that currently are only about 31 kb in size (9kb gzipped). Both files are cached by the browser and used on all other pages of your website.
Those two files are the JS API and the popup CSS rules that center the popup, dim the background, etc.
Yes, absolutely! There is no dynamic logic in the PHP code like other popup plugins have. Popups for Divi is a little bit of PHP but the main logic sits inside the small javascript library it provides. It works on the client-side and therefore is not restricted by caching plugins.
This plugin is kept compatible with the latest Divi release.
We did test it with all releases since the initial Divi 3.0 release. Possibly it will also work with older versions
Yes, actually it will! But out of the box it is optimized to work with Divi 3.0 and later. If you use any other theme or site builder then you need to change the default options of the plugin via the evr_divi_popup-js_data
filter.
For more details visit divimode.com/divi-popup
No. This plugin is free and does not display any ads. In fact, the plugin does not have a UI at all.
Popups for Divi is just that – a plain popup plugin, not our marketing strategy!
Since version 1.6.0 we now offer a six-day email course that shows you how the plugin works. You will see a notification in your wp-admin dashboard right after activating the plugin.
No, we do not collect or transmit any data from your website.
Since version 1.6.0 there is one exception: We now offer an email course that shows you how the plugin works. You will see a notification in your wp-admin dashboard right after activating the plugin. When you opt-in to receive the onboarding emails we will transmit the details you entered (your name and email address) to the plugin website to add you to our onboarding email-list.
Yes, there is!
Since 1.6.0 the plugin offers an onboarding course that consists of 6 emails. We offer this course right after plugin activation in your wp-admin “Dashboard” page (nowhere else).
This onboarding notice is displayed to administrator users only. Once the user clicks on the “Dismiss” button, the message is never displayed again for them.
You can also globally disable the onboarding notice by defining the constant DISABLE_NAG_NOTICES
in your wp-config.php or themes function.php
When you experience any problems with the plugin, I would love you to first head over to the support forum and briefly share your issue with me.
Here’s how you can revert to an older version of the plugin:
Alternatively, you can replace the popups-for-divi
folder via FTP: Extract the .zip file which you downloaded in Step 2 and upload it to your /wp-content/plugins
folder.
Please first visit the plugin website, as it includes examples and documentation that could answer your questions.
If that does not help, then head over to the support forum to see if someone else had the same problem and found a solution to it. Also, feel free to ask for help there.
You can also send us a private support request via the support form on divimode.com. Please note, that might need a while to answer your private support requests.
When you need additional features, then please have a look at our the Premium plugin Divi Areas Pro which comes with a lot of cool options!
Plugin tested with WordPress 6.4.1 and Divi 4.23.0
position_boundary
background-repeat
CSS rule is now correctly applied to the background image of a Popup section.DiviAreaItem.isPrepared()
to check if an Area is fully initialized.pre_init_area
apply_z_index
area_preparation_time
DiviAreaItem.getData()
does not require a parameter anymore.resize_area
.position_area
(not available for Inline Areas).DiviAreaItem.hasId()
DiviAreaConfig
(formerly DiviPopupData
)DiviAreaItem
that represents a single PopupDiviArea.getArea()
area_wrap
, area_close_button
, refresh_area
, init_overlay
, reorder_areas
Here is a full list of all API changes in this update: https://divimode.com/api-1-2-0-changes/
observe()
! Use addAction()
or addFilter()
insteadDiviArea
object exposes additional functionscould not load style.css.map
DiviArea.addActionOnce()
(Older entries are in the file changelog.txt in the plugin directory)