r/divi

▲ 2 r/divi

Nav bar in theme builder not showing on individual product pages

I have an anoying problem with the divi theme builder. I made a custom header/nav bar/menu in it and it works, everywhere on the site. Except on individual product pages in woocommerce, it is just gone completely. And apparently no one else has had this particular problem. And I am going crazy. Does any kind soul know how to fix this?.... :)

reddit.com
u/Which-Twist-9088 — 3 days ago
▲ 7 r/divi

Looking for a WordPress/Divi Opportunity

I started working with WordPress and Divi a while ago, and now I’m comfortable building websites with both Divi 4 and Divi 5.

I’m now looking for a job where I can work with someone, gain more experience and knowledge, and earn at the same time. I can create almost any type of website design.

If anyone is hiring a WordPress/Divi developer, please let me know. I’d really appreciate it.

reddit.com
u/CapConsistent668 — 4 days ago
▲ 10 r/divi

Rank Math Pro and Divi 5

It still appears Rank Math Pro isn't fully functional with Divi 5. I asked Rank Math support, and they are waiting for some compatibility information from Divi. Does anyone else use Rank Math Pro with Divi 5. Do you have workarounds or ways to get the most of Rank Math Pro within Divi 5?

reddit.com
u/DMacyp — 5 days ago
▲ 76 r/divi+2 crossposts

Spline for WordPress 1.3.0 released – Spline Variable Support Added | Bricks Builder

Hey everyone, just released version 1.3.0 of Spline for WordPress plugin!

This update introduces full Spline Variable support inside the Animation Builder engine. Instead of just animating fixed layers, you can now control Spline Variables directly within WordPress to drive dynamic 3D interactions (like theme toggles, interactive pricing cards, or custom state changes).

Key Features in v1.3.0:

  • Supports All 3 Variable Types: Number, String and Boolean.
  • Multi-Trigger Support: Link variables across Click, Hover, While Scrolling, Mouse Move, and Page Load triggers.

Check out the attached video for a quick demo of the workflow in action!

If you'd like to check out the live demo, full setup documentation, or changelog, I'll drop the links down in the comments below.

u/anasniazi — 8 days ago
▲ 5 r/divi

Learning Divi for Client. Trying to match the look of another Divi website.

Hi there,

I have a client that I'm working for using a wordpress site. Their site uses Divi, so I need to learn it. At first, it was fine and I understand it on a basic level. However, my client recently made 2 unexpected demands.

FIrst, they sent me the following site and want me to use it as an example: https://wtsu101.org/

Second, they want their content to be easily togglable in English and French (They provided the copy for it).

I have no idea how to do either and I'm particularly stumped on modeling it after the website they sent me with the animated background and such. I did check the backend code and it is made in Divi as well, so there has to be some way to do it. I'd aprpeciate any tips on how to arrange the website (or at least the front page) in a similar way.

u/Sparky-Man — 8 days ago
▲ 4 r/divi

Divi 4 and Woocommerce 11.0

Is somebody having issues with the shop page right now? I customized my shop page using the divi theme builder and when the woocommerce updated to 11.0 it reverted to a default wordpress layout. Any fix is much appreciated before i just revert to previous version, Thanks.

reddit.com
u/xeno325 — 9 days ago
▲ 17 r/divi

Thank you everyone for your help!

I’ve finally completed this website, and I really appreciate all the advice and feedback I received from this community.

Would love to know what you guys think about it and what I can improve.

I’m also working on another website right now, which should be ready in the next 2–3 days. I’ll share it here once it’s done.

Thanks again everyone!

u/CapConsistent668 — 9 days ago
▲ 0 r/divi

What and Why is this PoS?

Just inherited a site with Divi.

What is this absolute garbage and why does anyone even use this?!

It's so clunky, not intuitive at all. To do the most simplest of things, I have to click through multiple modules. No flexibility.

This thing needs to be taken behind the barn and shot!

/r

reddit.com
u/tman2782 — 13 days ago
▲ 4 r/divi

Hero Image showing in every page on Divi 5

I'm running Divi 5 on WordPress and have a persistent issue I can't resolve. Posting the full troubleshooting history since I've ruled out most common causes already. For reference, I'm not a web developer, I do this for my own business and to help out friends. I have used Divi for years, but this is the first real wall I've hit!

The issue is that when I create a home page with a specific hero/background image in the first section of that page, it bleeds over into every other page's first section. If I delete that first section, the image doesn't disappear, it just shows up on the new first section instead.

What I've already ruled out:

  1. Global Sections/Rows — checked the section for a global/chain-link indicator; not global.
  2. Divi Theme Builder — checked Header, Body, and Footer templates. Body template is completely empty. No separate "Homepage"-specific template exists.
  3. Theme Options, Custom CSS — only contains unrelated z-index rules for the header/nav, nothing referencing backgrounds.
  4. Appearance, Additional CSS — nothing.
  5. Caching plugins — updated all plugins and deactivated any that could affect website design. No change.
  6. Section's own Advanced tab Custom CSS box — empty, no manual CSS written there.
  7. Browser cache — ruled out via incognito testing.
  8. Deleting Image and replacing with new image — Same issue as before

What I found via browser DevTools:
Inspecting the affected section showed this auto-generated rule:

css

.et_pb_section_0 {

background-repeat: no-repeat !important;

background-image: url(...) !important;

}

I have tried everything to figure out why this is happening. Is this a known Divi behavior or something new? I'm about ready to quit using Divi and try something else at this point.

reddit.com
u/IfIWasADino — 13 days ago
▲ 6 r/divi

The Loop Builder Just Got Way More Powerful

I am excited to announce the Post Filter and Tooltip modules for Divi 5!

Divi 5 has a very powerful loop-building system, and today that system becomes even more versatile. Now, users can search, filter, and re-order loops on the front end. You can build custom forms that query post content, taxonomies, and custom fields, adding an entirely new dimension to loops.

Additionally, we recently added a toolip module that I haven't had a chance to cover on the blog, so I will do that today as well!

youtube.com
u/DiviWordPress — 12 days ago
▲ 4 r/divi

Javascript in code module Divi 5

Hi there,

struggling to understand why a normal module code that was working flawlessly in Divi 5, is not working actually in latest Divi 5.

Insert the module and enclosed some jquery in a script tag like it was before and while I can see it in inspector, the page won't load it whatever I do, also with different codes form the normal one (following)

<script>
jQuery(function($){

Some notes:
\\- also vanilla jscript is not loaded
\\- jscript theme integrations is working
\\- no error in console
\\- the same code module has a <style> part that is loaded correctly

I know I can use theme integration adapting my script.. but would like to understand why code module don't load jscript like before.
Thanks

reddit.com
u/ianez72 — 13 days ago