
WordPress Plugin

WordPress Plugin
GNU GPL
Unlimited websites
$5.99
Save —
One-time purchase
Secure checkout · Instant access
★★★★★
4.8
Divi Booster is the “I don’t want to write a child theme for every tiny tweak” plugin for Divi. I use it when a site has lots of small UI/UX requirements—hide elements, adjust headers, change mobile behavior, tweak module output—and the client wants changes fast, without touching PHP templates.
It’s not a page builder and it won’t replace Divi Theme Builder. It’s a big toolbox of targeted switches. The win is speed: one toggle instead of custom snippets scattered across functions.php and Custom CSS.
Divi Booster doesn’t “override Divi templates” the way a child theme might. In practice, it rides on WordPress hooks + Divi-specific filters/actions, then injects CSS/JS where needed.
What I see most often:
wp_options). You toggle features in the WP admin, and the plugin outputs the corresponding code on the front end.wp_enqueue_scripts / wp_head / wp_footer style hookups (depending on the feature).Practical implication: it’s friendly to updates because you’re not editing /wp-content/themes/Divi/…. But it also means you can create conflicts if you stack multiple “tweak” plugins that target the same selectors or the same Divi behaviors.
Most issues I’ve had weren’t “plugin is buggy”, they were feature overlap or asset optimization side effects.
If you run Divi Booster alongside Divi Pixel / Divi Supreme / custom snippets, you can end up with double-applied CSS or duplicate JS behaviors.
Symptom: weird spacing, headers jumping, mobile menu acting twice, buttons inheriting unexpected styles.
What I check: DevTools → Elements (which CSS rule is winning) and Network (duplicate scripts).
Fast fix:
Divi is heavy on JS. When you delay or combine scripts aggressively, some Booster features that rely on front-end JS can misfire.
Symptom: menu toggles stop responding, click handlers feel “dead”, layout shifts after interaction.
What I check: DevTools → Console for Uncaught ReferenceError / $ is not a function.
Fast fix (typical):
jquery-core and Divi-related front-end scripts.Divi occasionally changes module HTML structure or classnames. Any tweak plugin that targets selectors can look “broken” after a major Divi update.
Symptom: a specific Booster tweak stops applying (e.g., header styling or module spacing).
Fast fix:
For small to medium tweaks, yes. For template-level changes (PHP overrides, deep Woo templates), I still use a child theme or custom plugin.
Two tweaks are fighting: one from Booster, one from Divi Theme Options/Theme Builder, or another Divi add-on. Disable the header-related toggles first and re-enable one at a time.
Open DevTools → Console and reload. If you see $ is not defined, et_pb_* errors, or click handlers not binding, turn off delay/minify and then exclude the offending handles.
Yes, but I do it in staging when the site relies on a lot of tweaks. Divi markup changes are the only time a selector-based tweak can go stale. Clearing caches + checking selectors solves most cases fast.
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.