
WordPress Plugin

WordPress Plugin
GNU GPL
Unlimited websites
$5.99
Save —
One-time purchase
Secure checkout · Instant access
★★★★★
4.8
I tested Divi Essential on my own Divi setup, not on some clean fake demo site with three pages and zero clients yelling about CLS. It worked. Fully. No weird module limits, no “you can use this on one site only” nonsense in the package I tested — basically Unlimited Website Usage from a practical GPL point of view.
The annoying part? It still lives inside the Divi ecosystem, so you inherit all the usual Divi drama: fat DOM, builder previews randomly choking, and CSS specificity battles that make you question your career choices.
But honestly, Divi Essential saved me time. A lot of it.
The good stuff is obvious once you open the Divi Builder. Divi Essential adds a pile of modules that Divi should’ve shipped years ago: content toggles, carousels, timelines, flip boxes, hotspots, modal popups, image masks, logo sliders, masonry galleries.
Most settings are where you expect them:
Edit Page -> Enable Visual Builder -> Add New Module -> Divi Essential modules
Styling is mostly under:
Design tab -> Typography / Spacing / Border / Box Shadow
Advanced tweaks are in:
Advanced tab -> Custom CSS
That part is nice. I didn’t have to write another cursed shortcode just to get a decent image carousel. Honestly, that alone made Divi Essential worth keeping on a client site where the budget was already bleeding.
I opened Chrome DevTools, went straight to the Network tab, filtered by JS, and yeah — there it was. Extra frontend scripts, Swiper assets, animation stuff, and Divi’s own builder junk joining the party like nobody pays for hosting.
On my install, the plugin assets were loading from:
/wp-content/plugins/divi-essential/assets/
The main frontend files had handles similar to:
dnxte-frontend
dnxte-swiper
dnxte-magnific-popup
Not catastrophic, but if you use five animated modules above the fold, don’t act shocked when Lighthouse starts coughing blood.
I fixed part of it in:
Divi -> Theme Options -> Builder -> Advanced
I disabled static CSS file generation once during debugging, cleared everything, then enabled it back. Classic Divi ritual. Like sacrificing a goat, but with cache files.
With WP Rocket, Divi Essential broke my carousel when I enabled:
WP Rocket -> File Optimization -> Delay JavaScript execution
The carousel rendered as a sad vertical stack of images. No console explosion, just quiet failure, which is somehow more insulting.
My fix was to exclude these from delay:
jquery-core jquery-migrate et-builder-modules-script dnxte-frontend swiper
In WP Rocket that lives here:
Settings -> WP Rocket -> File Optimization -> Delay JavaScript execution -> Excluded JavaScript Files
After that, Divi Essential carousels behaved again. If you use LiteSpeed Cache, same idea:
LiteSpeed Cache -> Page Optimization -> JS Settings -> JS Delayed Excludes
Add the plugin frontend JS path there. Don’t overthink it. Divi and delayed jQuery are not friends.
Most visual stuff in Divi Essential is editable without touching code:
For mobile fixes, I mostly used:
Module Settings -> Design -> Sizing
and then hit the little phone icon beside width, margin, padding, font size. Divi hides responsive controls everywhere like it’s a treasure hunt designed by someone who hates wrists.
Some stuff is not worth fighting in the UI. I had a modal popup from Divi Essential that needed a custom close behavior after a form submit. No builder setting for that.
I added this in my child theme:
/wp-content/themes/divi-child/functions.php
add_action('wp_footer', function () {
if (!is_page('contact')) return;
?>
<script>
jQuery(function($){
document.addEventListener('wpcf7mailsent', function(){
$('.mfp-close').trigger('click');
});
});
</script>
<?php
});
Ugly? Yes. Worked? Also yes.
If you need deeper changes, don’t edit plugin files unless you enjoy losing work on update. The module PHP lives around:
/wp-content/plugins/divi-essential/includes/modules/ The settings are stored like normal Divi content inside: wp_posts.post_content Global layouts sit in: wp_posts with Divi layout metadata scattered through: wp_postmeta So no, there isn’t a cute clean table called wp_divi_essential_settings. I wish.
Your JS delay/minify broke Swiper. Exclude jquery-core, swiper, dnxte-frontend, and et-builder-modules-script from delay.
Usually DOM weight plus Divi being Divi. Disable browser extensions first, then clear: Divi -> Theme Options -> Builder -> Advanced -> Clear Also purge /wp-content/et-cache/.
Not safely from the builder. You’ll need to inspect files under: wp-content/plugins/divi-essential/includes/modules/ Better solution: override with child theme JS/CSS unless you’re maintaining a fork.
Yes, if you stack carousels, animations, hotspots, and popups like a maniac. Hide non-critical modules per device in: Advanced -> Visibility and stop loading three sliders on one landing page.
All products we provide come only from official sources and verified developers. To confirm their integrity and safety, the archive has been scanned for viruses and malware. You can review the scan results at any time by clicking the button below.
View in VirusTotalYou can use any product from our store on as many websites as you like.
Single purchase includes download access for 72 hours. Future version downloads require repurchase or an active membership.
Manual updates are available to customers with active access.
Yes, we do. In most cases, you can expect a reply within 24–72 business hours. For simpler issues, we’re often able to respond much sooner.
You can contact us via live chat or open a support ticket directly from the product page — whichever is more convenient for you.
No, there are no limits. We don’t believe in restricting downloads. If you need to download a product multiple times, that’s absolutely fine.
We use professional, high‑performance storage systems to ensure downloads are fast, stable, and hassle‑free.
No, license keys are not included or required. Because all items are distributed under the GNU General Public License (GPL), a license key is not necessary to access the software’s functionality.
All products you receive are fully authentic. The files are provided fully functional and optimized for immediate installation, allowing you to use them seamlessly right out of the box without any restrictions.
Yes — 100%. All products contain the original code and are legally redistributed under the GNU GPL v2/v3 license.
The main difference compared to purchasing directly from the original author is that we don’t offer premium author services, such as custom development or one‑on‑one technical support. Additionally, since the software is fully GPL-compliant, it is provided ready for use and can be freely installed on an unlimited number of websites.
Yes, we stand behind our products. If you encounter an issue that cannot be resolved or a technical problem without a workable solution, we’ll do our best to help — and if necessary, issue a full refund.
Please note that refunds are not available if the product works as described but simply does not meet personal expectations. We’ve also encountered cases where refund requests were made while the product was still in use, which we cannot allow.
Our approach is simple: fairness and transparency. If you ever have a concern, just reach out — we’re always open to finding a reasonable solution that works for both sides.

Reviews
There are no reviews yet.