The Divi Countdown Timer module is great for adding countdowns to events or sale endings. By default, the countdown timer uses the timezone configured in WordPress Settings. However, there are times you may want to set a different timezone specifically for the...
dan
Display SQL Results with Divi PHP Code Module
The Divi PHP Code Module lets you easily add PHP code anywhere in your Divi Builder pages. One of the many things you can do with it is execute and display the results of SQL statements. Here's an simple example. Suppose you want to display the titles of your 5 latest...
How to Create a Dog-Ear Effect in Divi
Creating a dog-ear effect on your Divi site elements can add an appealing visual touch, creating an impression of a page corner being folded over. This guide will walk you through applying a consistent dog-ear effect using CSS with specific dimensions, and demonstrate...
Show or Hide Menu Items Based on Logged In Status
Do you need to show some of the items in your Divi menus only to logged out users or only to logged in users? For example, showing a "login" link to logged out users and a "logout" link to logged in users. Here's how to do it. Set Up Your Menu If you haven't already...
A Primer on Blogging with Divi
Here's a primer on blogging in Divi that I shared in one of the forums. I'm reposting here in case it is of use to anyone. It explains some of the main terms relating to the set up of blog posts, blog pages and blog templates in Divi. As you may know, WordPress is...
Fix PDF Embedder Overlapped by Content Below in Divi
The PDF Embedder plugin lets you easily embed PDFs in your pages. When embedding PDFs in your Divi site, you might encounter an issue where the footer or other content overlaps the embedded PDF. Here's how to fix it. This issue occurs when the PDF is added using the...
Disable Mouse Dragging on the Divi Slider Module
In addition to the navigation dots and previous / next arrows, the Divi slider module also lets you move between slides by dragging the mouse. If you prefer to disable this "drag to change" feature while keeping the navigation arrows, dots, and slide buttons/titles...
Hide Divi Module when a Custom Field is Empty
Hiding a Divi module when a custom field or an advanced custom field is empty is a great way to ensure a clean and dynamic presentation of your content. This can be easily achieved using Divi's built-in display conditions feature. Below is a step-by-step guide on how...
Make a Divi Image Module Gently Bob Up and Down
Creating a floating effect on an image in Divi can add a dynamic and engaging touch to your webpage. In this guide, we will walk you through adding a floating effect to an image module that gently rises and falls to create a subtle bobbing motion.Step 1: Add the...
Styling Elements Within Sticky Sections in Divi
Have a sticky section in Divi and need to style elements when the section becomes sticky? Let’s explore how to target and style these elements using some handy CSS tricks. The Challenge Suppose you have a section in Divi that you’ve set to be sticky. Within this...