Divi Essential 5.8.2 – WordPress Plugin

Divi Essential

WordPress Plugin

Version: Product Version: 5.8.2


GNU GPL


Unlimited websites

$5.99

Save

One-time purchase

Archive checked
VirusTotal report
VirusTotal
0/66 threats detected

View report





Need more products?
Lifetime Membership $92


View Membership

  • Instant account download
  • Security checked
  • 14-day refund policy applies


Secure checkout · Instant access



Trustpilot





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.

What I actually liked

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.

The performance bit that made me swear

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.

Cache plugins: where things got stupid

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.

What you can change in the builder

Most visual stuff in Divi Essential is editable without touching code:

  • module spacing
  • icon size
  • image border radius
  • carousel arrows
  • overlay colors
  • responsive typography
  • animation timing
  • button styling
  • column layout per device

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.

What still needs code

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.

FAQ

Why does the Divi Essential carousel show as stacked images?

Your JS delay/minify broke Swiper. Exclude jquery-core, swiper, dnxte-frontend, and et-builder-modules-script from delay.

Why does the Visual Builder freeze after adding several modules?

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/.

Can I edit Divi Essential module HTML directly?

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.

Does Divi Essential make mobile pages heavier?

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.

VirusTotal archive check

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 VirusTotal
Bricks 2.3.10 – Visual website builder for WordPress
Divi Booster 5.7 – The original and best Divi plugin

Reviews

There are no reviews yet.

Be the first to review “Divi Essential 5.8.2 – WordPress Plugin”

Before you send us a support request, take a quick look at our Terms Of Use and FAQs. We know nobody loves reading them, but very often the answer is already there and saves you some time.

What to do first

  1. If that doesn’t help, check the product documentation next.
    A lot of small issues come from missed settings or simple setup steps, and the docs usually clear that up pretty fast.
  2. Still not working?
    No problem — just open a support ticket and tell us what’s going on. We’ll take it from there.
  3. When to expect a reply
    We usually get back to you within 1–2 business days. Sometimes faster, depending on the issue.

How to explain the problem (this really helps)

  • Be specific
    Instead of saying “it doesn’t work,” tell us what exactly is going wrong. Which button? Which feature? What were you trying to do when it happened?
  • Add screenshots
    Screenshots make a huge difference. Seriously. A simple image (or link to one) helps us understand the issue right away and saves a lot of back‑and‑forth.

Following these steps helps us help you faster — and with fewer questions along the way. Thanks for making support easier for everyone.

Answers to common questions!

You 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.

super offers of the month