Is Divi 5 Ready for Prime Time?

Divi 5 Editor

Packed with exciting new features, a much faster editing experience, and Elegant Theme’s endorsement to use it on new sites, it might be tempting to use Divi 5 on production sites. But on the other hand, it is still technically an alpha release (not even beta!) and it’s not feature complete. I’ve been playing around … Read more

How to Fix WordPress Critical Error: “Allowed memory size…exhausted in wp-includes/class-wpdb.php”

WordPress white screen of death

Recently, a client of mine reported the dreaded “white screen of death” critical error on one of my sites. On the front end, the error message was simply “There has been a critical error on this website.” In the error log, I saw this: Unfortunately, this line was in WP core, not in my custom … Read more

How to Set Background Parallax Speed and Direction in Kadence Blocks (i.e., How to Fix Kadence Parallax)

Kadence parallax setting in the Row block

Like most modern WordPress builders, Kadence Blocks has the ability to display backgrounds with the parallax effect; that is, when scrolling, the background will scroll at a different rate than the rest of the page. Usually, the background scrolls in the same direction as the foreground, but slower, to mimic real life where things that … Read more

Enable Divi Mobile Menu Keyboard Navigation for Accessibility Compliance

Out of the box, the Divi theme mobile menus are not navigable using the tab key, and therefore do not meet accessibility requirements. A quick solution to this is to install the Divi Accessibility plugin, available on GitHub: This works on the default built-in Divi menu. The problem, though is that it doesn’t seem to … Read more

How to Fix Divi Parallax Not Working on Safari

Divi CSS method setting

I recently discovered that Divi’s Parallax feature doesn’t work on Safari (on November 2024). When you scroll down, the background image just scrolls with the page like a regular background image. It doesn’t work whether you choose “True Parallax” or “CSS”. It works on all other browsers. According to this Reddit thread, the problem happens … Read more

How I Migrated a WordPress Multisite Network to Local WP

Someone described WordPress Multisite as the “bastard child” of WordPress, and I think that is an accurate description. I’ve burned many hours dealing with the quirks of Multisite, and this is one of them. If you look at Local WP’s official docs on how to migrate a Multisite to local, you’ll see the painful instructions … Read more

20 Ways to Make Your Divi Website More Accessible

Divi Accessibility

Web Accessibility compliance has become a “must” in today’s world, not only to serve your visitors but also to avoid expensive litigation by accessibility trolls. The Divi Theme/Builder is one of the most popular WordPress frameworks out there, yet, out of the box, it is not accessible, unfortunately. In this article, I’ll give you some … Read more

How to Improve the Accessibility of the Divi Slider Module Using Just CSS

Divi slider with white background for dot navigation

Out of the box, the Divi Slider Module has many gross accessibility violations. The keyboard control is poor because you can’t see what you’re selecting as you’re tabbing through the navigation controls. And, the dot and arrow navigation symbol contrast can be bad. For an example of an accessible slider, check out W3C’s demo. In … Read more

Use Gmail or Microsoft 365 to Reliably Send Email from Your WordPress Site

Laptop and mobile phone

2025 UPDATE I no longer recommend using a Google or Microsoft email account for sending transactional email from a website. The main reason is that I’ve seen these accounts get disconnected for various reasons (i.e., the client changed the password) or sometimes for no apparent reason at all, resulting in no email from the site … Read more

Globally Disable Commenting in WordPress Without a Plugin

Microphone

Surprisingly, I wasn’t able to find a native solution online to globally disable commenting on a WordPress website. WordPress doesn’t have a checkbox called “Globally Disable All Comments”. But, a quick and easy solution does exist which does not require a plugin! To be clear, I’m talking about still showing the existing comments, but not … Read more

How to Hide Taxonomy Meta Boxes from the WordPress Editor Sidebar

Remove WordPress meta fields from the editor

Here’s the situation: You’ve created some custom Taxonomies and custom Post Types using the Custom Post Type UI Plugin (or using PHP code). You’re using Advanced Custom Fields (or another plugin) to manage your Taxonomy settings, so you do NOT want those meta boxes to appear in the sidebar of the WordPress editor. I found … Read more

Oxygen vs. Divi: Which WordPress Builder Is Best?

Divi vs. Oxygen Builder

Divi is one of the most popular drag-and-drop WordPress builder themes out there today. As a long time Divi user myself, I was super excited (and envious) when I learned about some of the killer features of Oxygen, a newer WordPress builder that claims to create fast bloat-free code. After building a couple of sites … Read more

How to Give a WordPress Popup Maker Popup its Own URL for Sharing

Web development clients seem to love popups. They’re always asking me to add popups to websites. My “go to” solution for WordPress popups is the popular Popup Maker plugin. But, as explained in this article, WordPress Popup Maker has had its “popup” custom post type set to “private” since version 1.7. While there are cases … Read more

Fix the WordPress Divi Contact Form Error “Please refresh the page and try again”

On one of my sites, my Divi contact form worked great on desktop but someone told me it didn’t work on mobile. Sure enough, they were right! On my iPhone, I got this message after submitting the form: “Please refresh the page and try again.” In French, the error is “Veuillez actualiser la page et … Read more

How to Make All of Your Divi Accordions Start Out Closed (without JavaScript!)

Divi Accordion with all items closed!

Many people who use the WordPress Divi Accordion Module want it to start out closed by default. Every WordPress client I have who uses the Divi Accordion has asked for it, and there are many people online asking about it. The way it works now is that the first element of the accordion defaults to open, … Read more

Create a WordPress Multisite Network with Different Domain Names

Construction cranes

I had a situation where I needed to create a WordPress Multisite network of sites with each site having completely unique domain names.  I found everything I needed by Googling around and I got it to work, but I wanted to document it for later use because there are some “gotchas”.  Here’s the procedure. Note, my … Read more

Make Any WordPress Theme Responsive (Mobile-Friendly)

WordPress structure

Here is the scenario: You’ve searched high and low and found the perfect WordPress theme for yourself or your client. But, there’s one big problem: it’s not mobile-friendly. With mobile web traffic soon expected to exceed desktop web traffic, being mobile-friendly is critical. I often have to go through the exercise of converting a non … Read more