开发者 |
strackerphil-1
timstrifler devjenndivilife |
---|---|
更新时间 | 2025年10月1日 23:37 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
newsletter-optin
"). Close the Section Settings.#newsletter-optin
")"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:
👉 Learn more about Divi Areas Pro (with screenshots!)
- 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...
popups-for-divi
directory to the /wp-content/plugins/
directoryActually 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:
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!
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
observe()
! Use addAction()
or addFilter()
insteadDiviArea
object exposes additional functionscould not load style.css.map
DiviArea.addActionOnce()