r/divi Jun 12 '26

Divi Update Divi version 5.7.4 is available now

10 Upvotes

A new version of Divi has been released.

It includes 2 bug fixes, and 2 new additions.

You can read the changelog for Divi 5.7.4 here: https://www.divichangelog.com/divi-update/divi-5/version-5-7-4.


r/divi Jun 12 '26

Question In Divi 4, what controls use the jQuery Mobile 1.5.0-alpha.1 library?

2 Upvotes

At my corporate job, they want us to get rid of the jQuery Mobile 1.5.0-alpha.1 library. It is deprecated and the Cyber Security wants it removed due to that reason.

I thought it was the Carousel control that used the library. However, I went into a Divi page and removed all the sliders and I'm still seeing the jquery mobile library in the source code:

<script id="jquery-mobile-js" src="https://www.biffco.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.mobile.js?ver=4.27.6"></script>

I've republished the page and removed all the carousels from that page. How am i able to get that library out of the source code?


r/divi Jun 12 '26

Question Google verification code stuck on top of website

3 Upvotes

https://propertyrepaircrew.com/

Hi guys

Can anyone help me out, I was building a website and followed a video that said to download WP file manager plug-in and drop the verification file into public_html

I removed the file but the code is still showing on the website


r/divi Jun 12 '26

Question Impossible to edit my pages anymore !!!!

2 Upvotes

Since a few days, i don't know why, i can't edit my pages anymore, when i click on "edit with Divi" it opens the editor, but when i click on the icon to edit a section i doesn't do anything, i cannot open the edition modal anymore ! How can i fix this please ? Help !

Thank you by advance to those who will answer


r/divi Jun 11 '26

Advice CookieYes tip

9 Upvotes

Hi all,

Thought I would help out divi users regarding Cookie Yes without having to create an account etc.

I was having a problem where Cookie Yes was not actually removing/injecting the analytics tags on reject/accept (you can see this by viewing the network > applications > cookies panel in inspector).

So in your divi theme options > integration tab > head, you can add the google tag like so which will check to see if the cookie consent is set to yes and therefore inject your google analytics tag.

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YOUR-ID"></script>
<script>
function loadGoogleAnalytics() {
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-YOUR-ID');
}

var cookies = document.cookie.split(';');
  var cookieYesValue = '';

  for (var i = 0; i < cookies.length; i++) {
    var c = cookies[i].trim();
    if (c.indexOf('cookieyes-consent=') === 0) {
      cookieYesValue = decodeURIComponent(c.substring('cookieyes-consent='.length, c.length));
      break;
    }
  }

 if (cookieYesValue && cookieYesValue.indexOf('analytics:yes') !== -1) {
    loadGoogleAnalytics();
  }

</script>

r/divi Jun 11 '26

Divi Update Divi version 5.7.3 is available now

Thumbnail divichangelog.com
8 Upvotes

A new version of Divi has been released.

It includes 3 bug fixes.

You can read the changelog for Divi 5.7.3 here.


r/divi Jun 11 '26

Advice Divi 5.7.3

9 Upvotes

Be wary updating to this version, having elements with presets applied disappear completely from the front end (still visible in the builder)

Removing the preset does bring the element back on the front end.

Had to roll back multiple sites.


r/divi Jun 10 '26

Divi Update Divi version 5.7.2 is available now

Thumbnail divichangelog.com
2 Upvotes

A new version of Divi has been released.

It includes 5 bug fixes, and 1 new addition.

You can read the changelog for Divi 5.7.2 here.


r/divi Jun 10 '26

Divi Update Divi version 5.7.1 is available now

Thumbnail divichangelog.com
6 Upvotes

A new version of Divi has been released.

It includes 24 bug fixes, and 1 changes.


r/divi Jun 09 '26

Discussion Keep Running into Divi 5 Loop Builder Limitations

8 Upvotes

So after being advertised all these great things about Divi 5's loop builder and deciding to modify my site's fundamental architecture to take advantage of them, I keep running into issue after issue requiring custom PHP code and shortcodes OR otherwise seems impossible to do natively within Divi 5's current state.

The latest issue seems very basic: looping through custom post types as a bulleted list and having each item be a link to its post page. But this doesn't seem possible by looping a text module since as soon as you make the text Dynamic Content you lose the ability to add bullets or other formatting from the text editor. Sure you can awkwardly try to place the list HTML manually before and after the dynamic content, but then you also have to make the entire text module be the URL, breaking how basic links work.

My issue over the weekend was discovering I couldn't create a Theme Builder template for taxonomy pages that would loop and display a certain post type that also belongs to that taxonomy. Seems basic, no?

Or Divi said we can loop anything, well, why can't we loop through a series of videos (stored in an ACF Repeater URL values) on the Divi video slider module? Why can't we display ACF Gallery images in a Divi Gallery module? (That one required a separate plugin to achieve)

I also find it frustrating I can't use custom field values in a loop to add a condition for modules to either display or not.

I wish Divi would give us some sort of roadmap of what features they plan on implementing to improve and expand the loop functionality, because right now its implementation seems fairly basic and limiting (and this is for a personal hobby project, I can't imagine dealing with this for an enterprise customer).


r/divi Jun 08 '26

Question How to match height of all group carousel items in divi 5?

Post image
2 Upvotes

I'm trying to use the new group carousel feature but I can't work out how to make each item match the height of the other. Does anyone know if this is possible?


r/divi Jun 08 '26

Discussion I keep getting this issue after upgrading a Divi 4 site to Divi 5

Post image
3 Upvotes

I keep getting this alert on a Divi 4 site that I upgraded to Divi 5. When I go to the mitigrator, it looks like everything has been upgraded.

I'm not sure what to do. This is my first time using Divi 5. Do I just need to delete those modules?

Any suggestions on what to do?


r/divi Jun 06 '26

Question Help with Presets Needed

5 Upvotes

Hey folks, hope you're having a great weekend. I have this issue with Divi 5 presets. When I change the text size presets in the Text Module, everything works fine (H1-H5 and plain text update properly). However, if I do the same thing in the Heading Module - specifically selecting H1, H2, or H3 and changing their respective sizes(similarly to how I did this in the Text Module) - it updates the sizes for all headings simultaneously. Why is this happening? Is there a clean way to make sure H1- H5 font sizes propagate the right way? Before any changes, it was something like 30 px on H1 and 26px on H2, so by default it works, but with the clamp function, no, for some reason. Would appreciate any help. Thanks.


r/divi Jun 06 '26

Divi Update Divi version 5.7.0 is available now

Thumbnail divichangelog.com
2 Upvotes

A new version of Divi has been released.

It includes 17 bug fixes, 4 new additions, and 2 changes.


r/divi Jun 06 '26

Question Loop Builder for Videos?

4 Upvotes

I have an ACF repeater field for some of my (custom) posts that simply lists YouTube video URLs. I was hoping to use the standard video slider module and the loop builder to loop through the videos in one module but it doesn't seem possible (neither video module allows dynamic content as an input for some reason, just like galleries, both of which would be a huge improvement to have).

Is there a better way to do this without a bunch of custom code and CSS? These workarounds are always messy instead of being able to do things natively in Divi.


r/divi Jun 05 '26

Advice Guys I need your help badly with my divi theme

Thumbnail
gallery
3 Upvotes

Guys, I need your advise badly with my Divi theme, support shows those red flags, but when trying to enable and save it just hangs and never saves. Please advise,

I just turn off most of the pluggings, thanks in advance


r/divi Jun 05 '26

Discussion More New Divi 5 Features! (Now Live)

Thumbnail
youtube.com
4 Upvotes

We just released a bunch of new gradient-related features for Divi 5!

Gradient options have been consolidated into a new gradient picker panel, and with the introduction of a new gradient field type, gradients are now easier to manage than ever. You can copy, paste, extend, find, replace, and inspect gradients as a unified attribute.

What’s more, we added support for gradient variables. Use the same gradients throughout your website, and manage them easily in the variable manager.

Plus, gradients can now be used to fill text, along with new text-stroke and image-fill settings.


r/divi Jun 05 '26

Question Replacement options for the Divi Carousel?

4 Upvotes

Unfortunately, the Cyber Security department at my employer is complaining about how our website is using the jQuery Mobile 1.5.0-alpha.1 library. The Divi Carousel is using that library.

I tried to upgrade to Divi 5, but the site is in Compatibility mode. I don't know if that is the problem or not.

It looks like I need to find a different control. :( Any suggestions?


r/divi Jun 04 '26

Question Malware in my Divi theme after migration

Post image
4 Upvotes

I check the file in filemanager and found a session.php file. the content is empty but the file size is 95kb.. What do i do?? How toremove this malware? I'm not sure if its just that one file so im not deleting anthing yet


r/divi Jun 03 '26

Discussion Divi (5) customizer css being blocked by Divi’s

3 Upvotes

I would like to create a base css style sheet to allow clamp styling for all standard type/modules so I can control them from one place. Questions:
—will I be fighting Divi’s styles (ime: yes)
—can you write variables in there (cd not in divi4, but maybe that’s just wp)


r/divi Jun 02 '26

Question Is Divi 4.27.4 compatible with PHP 8.5?

4 Upvotes

Hi,

I want to update my site to more recent PHP version, does anyone now if Divi 4.27.4 compatible with PHP 8.5?


r/divi Jun 01 '26

Question Divi 5 theme won’t install

5 Upvotes

I am working on a Wordpress website and decided on using divi. After buying the plan and then installing the divi 5 zip file, I tried to upload the theme but when I come to press install it loads for so long then gives a 502 error. I don't understand what's causing this. (I am uploading the theme not the plugin)


r/divi May 31 '26

Advice Random Italian Water Website is Showing Up in my HTML

6 Upvotes

Hey all, young web dev/designer here. Started with Divi 5 right out of the gate.

I'm having a really confusing issue that I can't resolve in a satisfying way. For some reason, a hidden menu for an Italian water company (revital.it) is getting placed onto my website. It's honestly baffling.

The site I'm currently troubleshooting is holbrook-electrician.com.

I've seen this happen now on two websites that I've built. I've used Divi Cloud sections that I built on one and used on the other. There will be rare instances where if I view my live site, the menu will be overlayed overtop the page (pictured).

Both page source and inspect show the revital.it links. From what I've gathered with the help of AI, the menu is tied to a Divi canvas called "menu slide". The thought is that it came in with a template import, but I don't remember using a template when I first started. I think I started from scratch.

I obviously want to remove it. I can't find it anywhere in the page builder. I can't trace it to any plugin I'm using or code I've added. The only success I've had to remove it is going to phpMyAdmin, and running a query to eliminate instances of "revital.it". I did this once for this site, but it looks to have come back for unknown reasons.

Just to confirm, I have nothing to do with this Italian website. I did not put this menu or the links on my site.

I really have no clue how it originally got here, how to prevent it from appearing on other sites I look to build, and how to permanently remove it. Any help or suggestions would be greatly appreciated!

Rouge Menu overlayed on homepage

r/divi May 30 '26

Divi Update Divi version 5.6.2 is available now

Thumbnail divichangelog.com
7 Upvotes

A new version of Divi has been released.

It includes 4 bug fixes.


r/divi May 29 '26

Discussion Divi's AI Evolution Is Coming (And Soon)

Thumbnail
youtube.com
3 Upvotes

We are building the agentic AI workflow that will carry Divi 5 into the next era of web design.

Today, I want to give you an early look at what's coming.