4,000+
June 16, 2026
December 7, 2017
The main purpose of the ‘Lightbox Images for Divi’ plugin is to extend Divi’s native lightbox functionality to all auto-linked images, not just Divi galleries.
Requirements:
This plugin requires ONE of the following to be installed and active:
* Divi Theme (version 4.10 or higher)
* Divi Builder Plugin (version 4.10 or higher)
The plugin will automatically check for these requirements during activation and will not activate if they are not met.
Main features:
ayudawp_lightbox_selectors) that allows developers to customize CSS selectors to include or exclude specific elementsThis plugin enhances the user experience on websites built with Divi, ensuring that any image linked to itself (i.e., clicking on it opens the image in its full size) is displayed in a lightbox effect.
Unlike Divi’s default functionality, which often restricts this effect to galleries, this plugin extends it to all individual images, providing a consistent and engaging visual experience.
The plugin is ideal for photographers, bloggers, and any Divi user who wants to offer a more polished and professional image viewing experience without the need for complex configurations or additional gallery plugins.
Do you need one-on-one help, priority troubleshooting, or a custom feature, integration, or tweak built specifically for your site? I offer private support and custom development. Just contact me and tell me what you need.
Love the plugin? Please leave us a 5-star review and help spread the word!
We are specialists in WordPress security, SEO, and performance optimization plugins. We create tools that solve real problems for WordPress site owners while maintaining the highest coding standards and accessibility requirements.
lightbox-images-for-divi-enhanced folder to /wp-content/plugins/ directoryThe plugin will not activate and will show an error message explaining that either Divi theme or Divi Builder plugin is required.
No, this plugin is specifically designed to work only with the Divi ecosystem (Divi theme or Divi Builder plugin). It will not function with other WordPress themes.
The plugin will automatically deactivate itself and show an admin notice explaining why it was deactivated.
Yes, the plugin fully supports Divi 5. It works both in backwards compatibility mode (using Magnific Popup) and in native Divi 5 pages (using a lightweight built-in lightbox). No jQuery is required.
Yes, since version 2.2.0 the plugin handles both direct image URLs (e.g. photo.jpg) and WordPress attachment page links. The full-size image is resolved automatically from the embedded image element.
For advanced users and developers, the plugin provides an ayudawp_lightbox_selectors filter. You can use this filter in your child theme’s functions.php file to add or modify the CSS selectors that the plugin uses to identify images. For example:
php
add_filter( 'ayudawp_lightbox_selectors', 'my_custom_lightbox_selectors' );
function my_custom_lightbox_selectors( $selectors ) {
$selectors[] = '.my-custom-module a'; // Add selector for custom module
return $selectors;
}
Yes, as long as you have the Divi Builder plugin installed and active, the plugin will work regardless of your active theme.
hrefattachment_id query parameter or have a path slug that matches the image file name<img> are now left untouched, restoring the original click behaviormagnific-popup.js and magnific_popup.css.et_pb_post_content) is now correctly recognized as an allowed content areaFor older changelog entries, please check the changelog.txt file
| Version | Download | Type |
|---|---|---|
| 2.2.5 | Download | Stable |
| 2.2.4 | Download | Stable |
| 2.2.3 | Download | Stable |
| 2.2.2 | Download | Stable |
| 2.2.1 | Download | Stable |
| 2.2.0 | Download | Stable |
| 2.1.1 | Download | Stable |
| 2.1 | Download | Stable |
| 2.0 | Download | Stable |
| 1.0.7 | Download | Stable |
| 1.0.6 | Download | Stable |
| 1.0.5 | Download | Stable |
| 1.0.4 | Download | Stable |
| 1.0.3 | Download | Stable |
| 1.0.2 | Download | Stable |
| 1.0.1 | Download | Stable |
| 1.0 | Download | Stable |
| 0.9.17 | Download | Stable |
| 0.9.16 | Download | Stable |
| 0.9.15 | Download | Stable |
| 0.9.14 | Download | Stable |
| 0.9.13 | Download | Stable |
| 0.9.12 | Download | Stable |
| 0.9.11 | Download | Stable |
| 0.9.10 | Download | Stable |
| 0.9.9 | Download | Stable |
| Development | Download | Trunk |