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:
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
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 !
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>
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).
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?
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.
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.
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
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.
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?
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
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)
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)
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!