If anyone is trying to use the Conversations Gravity forms , with divi5. Gravity forms support helped me figure out what was causing the issue. The Divi5 media link is creating a different link type of link. Let me know if anyone else had this happen.
How to remove clamp values in Divi 5.
I'm having a major issue with Divi 5 (not using KrafterPRO yet). When I update content in the builder, it looks correct. But when I view the site live, it's still got the original dummy text. I've tried everything but can't figure this out. Is anyone else having this issue? I'm on Siteground if it matters.
Hi everyone,
I wanted to give you all an early update: KrafterPRO officially launches tomorrow.
This has been months of work, testing, refinement, and rebuilding Divi 5 into the design system it should have been out of the box.
KrafterPRO includes:
- A complete fluid typography system
- A full responsive spacing scale
- Redesigned Divi 5 modules (light + dark)
- Auto-Grid layouts
- Semantic color tokens
- A preset-based workflow
- Unlimited site usage
- Lifetime updates
- And a dedicated community for PRO members
Tomorrow, you’ll get full access, the walkthrough, and details about the limited launch offer.
Thank you for your support, feedback, and patience — you’ve helped shape this system into something truly powerful for Divi 5.
More details coming tomorrow. Stay tuned. Checkout KrafterPRO here!
Writing to Mak here seems to be futile. He doesn't respond, or at least has not responded to me. He makes promises, promises.... At this point it reminds me of the old commercial "any day now".
I had put up a comment or two on Youtube warning others that whatever the promises, the reality is sorely lacking. Somehow Mak doesn't have the time or resources to finish the product, but does have time to make new videos.
Now he has turned off comments on his Youtube videos. Apparently he doesn't want prospective buyers (marks?) to know that those of us who have given him cash are disappointed. (Disappointed is hardly the word. Totally ignored is more appropriate. Disgusted comes to mind.).
I see some on this forum start their remarks almost apologetically. "Sorry", they say. Well, at this point the only thing I'm "sorry" about is having paid a hundred dollars or so. Mak needs to stop "promoting" and start "delivering".
Locking our comments out of YouTube and behind a paywall here seems to just be a way to keep the users isolated.
It may well be that Elegant Themes needs to get involved since Mak's domain name seems to tread on their intellectual property (at least insofar as it confuses whether it is under the umbrella of ETs product offerings).
With the release of Divi 5, the game has changed. Its new React-based architecture is faster and more flexible than ever. However, many developers still ask: Do I really need a child theme in 2026 and beyond?
The answer depends on how you work. Let’s break down when it’s essential, when you can skip it, and how to structure your code like a pro.
When You DON'T Need a Child Theme
For most casual users, a child theme is no longer a "must-have". You can skip it if:
- Design-Only Adjustments: You primarily use the Divi Visual Builder for layouts, colors, and fonts.
- Minimal CSS: You have less than 100 lines of code, which can be safely stored in the Divi Theme Options or the WordPress Customizer.
- No Core Changes: You don't need to modify theme files like
header.phporfooter.phpor add custom PHP scripts.
When a Child Theme is SENSEFUL
A child theme is your professional "safety net" as soon as your project grows:
- PHP Customizations: Essential if you use Hooks in the
functions.phpfor custom post types or WooCommerce tweaks. - Update Security: Without a child theme, any direct changes to parent theme files are wiped out during the next update.
- Structural Control: It allows you to override Divi templates entirely, giving you full control over the HTML output.
- Professional Handoff: For agencies, it prevents clients from accidentally deleting critical code in the Theme Options.
Structuring Large Projects: The Modular Approach
If your CSS starts to feel like a "3,000-line jungle," it's time to stop dumping everything into one file. Instead, use modularity:
- Divide by Logic: Create a
/css/folder in your child theme. - Separate Files: Use files like
_header.css,_footer.css, and_modules.css. - Better Maintenance: This allows multiple developers to work simultaneously without conflicts and makes debugging much faster.
The Technical Secret: Enqueueing vs. @import
While many tutorials still suggest using @import inside your style.css, it is not best practice for performance because it forces the browser to load files one by one.
The Superior Solution:
Use the functions.php to enqueue your stylesheets. This allows WordPress to handle them more efficiently, often resulting in better scores on Google PageSpeed Insights.
php
/* The Professional Way to Load Modular CSS */
function my_divi_child_assets() {
// Load main child theme style
wp_enqueue_style( 'child-style', get_stylesheet_uri() );
// Load specific modular files
wp_enqueue_style( 'custom-header', get_stylesheet_directory_uri() . '/css/header.css' );
wp_enqueue_style( 'custom-footer', get_stylesheet_directory_uri() . '/css/footer.css' );
}
add_action( 'wp_enqueue_scripts', 'my_divi_child_assets' );
Be always carefull with code. Do not use blind and try to understand what code does!
The Verdict
If you are building a professional site that needs to last for years, a Child Theme is the only way to ensure scalability and security. While Divi 5 gives you massive power out of the box, the child theme gives you the foundation to keep that power organized.
Recommended Resources from Divi Cake
If you want to dive deeper into the technical setup or need a quick start, these guides are the gold standard in the Divi community:
- The Manual Setup Guide:
How to Create a Child Theme for Your Divi Website
A step-by-step tutorial on creating thestyle.cssandfunctions.phpfiles manually for full control. - Free Child Theme Generator:
Divi Child Theme Generator Tool
The fastest way to get started. Enter your site details, and the tool generates a ready-to-install.zipfile for you. - Comparison Guide:
Child Theme vs. Divi Theme Options
A great read that explains exactly when the "Additional CSS" box in Divi reaches its limits and why a child theme is the better architectural choice. - The Marketplace Guide:
The Ultimate Guide to the Divi Marketplace
Explains how professional developers use child themes to safely modify third-party layouts and extensions without losing changes during updates.
Here is whats coming up in KrafterPRO
The wait is over. Divi 5 has officially stripped off the “Beta” label.
For years, we’ve dealt with the same trade-off: Divi’s incredible design flexibility vs. the occasional "lag" of the Divi 4 shortcode system.
But Divi 5 changes the game entirely. Buy Divi theme!
Elegant Themes rebuilt the engine from the ground up using a modern React architecture. The result? It’s lean, it’s fast, and the shortcodes are gone.
Here’s why this matters for your workflow:
- Zero Lag Editing: Opening settings and moving modules is now near-instant.
- Massive Speed Gains: JavaScript weight has been slashed from 276kb to just 45kb.
- Pro Design Tools: We now have nested rows (finally!), customizable breakpoints, and a class-based preset system that makes site-wide updates a breeze.
If you’ve been waiting for Divi to feel as fast as it looks, this is the version.
Get Divi 5 through my link below and I’ll send you these 2 exclusive bonuses to supercharge your new builds:
- Bonus #1: KrafterTypography – (Value $47) A curated collection of high-end fluid typography system designed specifically for Divi 5.
- Bonus #2: Divi Mastery Course – My updated deep-dive training that shows you how to leverage the new Divi 5 architecture to build faster and cleaner than ever before.
How to claim your bonuses: Once you’ve upgraded or grabbed your license through the link above, just reply to this email with your receipt, and I’ll send over your access immediately.
Let’s build something fast.
Regards
Mak
Hello group, I am just starting with Divi5 and would like to know when to use a single Flex row and when to use a 2-col, 3-col, or 4-col row? Thank you.
I’ve just released something important for anyone building with Divi 5 — KrafterTypography, a complete fluid and responsive typography system designed to eliminate the guesswork from Divi’s new workflow.
Divi 5 gives us powerful tools, but typography has become the biggest bottleneck for most designers. Inconsistent scaling, unreadable paragraphs, broken dark mode, manual per-page adjustments — it all slows down the workflow and weakens the final design.
KrafterTypography solves that.
What’s Inside
- A full fluid type scale using clamp()
- 20+ engineered heading presets
- Complete paragraph and body text system
- Light and dark variants
- Pre-balanced line heights, spacing, and readability widths
- Perfect responsiveness without breakpoints
- Semantic naming for a clean, professional workflow
- Fully variable-driven for Divi 5’s new design approach
Why This Matters
Typography is the foundation of every design decision you make.
With Divi 5’s new variable-based system, guessing values or designing “the Divi 4 way” will lead to inconsistent and unprofessional results.
This system removes all of that.
You install it once — your entire site becomes consistent, accessible, and scalable immediately.
Who It’s For
- Divi 5 users who want a plug-and-play typography system
- Anyone who uses KrafterLITE
- Anyone building websites professionally

