I often get asked how to make a Divi button display a shortcode in a popup. While there are some great popup plugins out there, I decided to create something quick and easy to configure that is specifically designed for the task of showing shortcode output in a popup....
shortcodes
Put One Divi Accordion Module inside Another
If you need to embed one Divi module inside another, there are several free plugins out there that may help, such as Simple Divi Shortcodes, Shortcodes for Divi, or Divi Library Shortcodes. They all work in more or less the same way - you save your inner module to the...
Use Shortcode in Divi Image Module
The Divi Theme Image Module lets you upload and display an image in your page. But if you need to set the Image dynamically, here's how to use a shortcode to set the image URL.Step 1: Enable shortcodes in the image module URL field By default Divi doesn't support...
WooCommerce Product Price Shortcode
Here's the PHP code for adding a custom shortcode to your site, which will output the price of a given WooCommerce...
Using Shortcodes in the Background Image URL field
The Divi Theme allows you to add background images to Divi Builder sections, rows and modules. By default, Divi doesn't allow shortcodes in the background image URL field. If you want to use a shortcode to generate your background image URL (or part of it), here's how...
Adding Divi Builder Sections and Modules Using Shortcodes
Do you want to add a Divi Library element, such as a section, row or module into a non-Divi Builder page or into another Divi Builder module? If so, there are several plugins out there which will help you generate a shortcode which you can use to display the Divi...
Using Shortcodes in the Button Module
Divi Shortcode Enabler allows shortcodes to be used in various Divi modules, including the button module. Currently, Divi Shortcode Enabler supports using URLs in the following button module fields: * Button text* Button Link URLUsing shortcodes in the Button text...
Replacing the Divi Pricing Table Button
The Divi Theme's pricing table module allows you to add a button at the end of each pricing table item. The "button" is a really just a link, with text and a URL, styled to look like a button. So what if you need to replace it with something more complex, such as a...
Enabling Shortcodes in Divi Module Fields
The Divi Theme's many modules include a variety of fields in which you can enter URLs and text to be displayed by the modules. In many cases, however, these are limited to the static text you type into the modules' settings. What if you want to use be able to...