Linux 软件免费装
Banner图

Lightbox Images for Divi Enhanced

开发者 fernandot
ayudawp
更新时间 2025年9月12日 06:26
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

image gallery lightbox divi auto-linked

下载

1.0.7 0.9.10 0.9.11 0.9.12 1.0.4 0.9.17 0.9.9 0.9.14 1.0.1 1.0.2 1.0.3 1.0 0.9.13 0.9.16 1.0.6 2.0 2.1 0.9.15 1.0.5

详情介绍:

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: Main features: This 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 Divi's elegant native 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.

安装:

  1. Important: Make sure you have either Divi theme active OR Divi Builder plugin installed and active before proceeding
  2. Upload the lightbox-images-for-divi-enhanced folder to /wp-content/plugins/ directory
  3. Activate the plugin via the 'Plugins' menu in WordPress
  4. The plugin will automatically check for Divi compatibility and prevent activation if requirements are not met
  5. That's it! All your auto-linked images will now open in a Divi lightbox

升级注意事项:

2.1 This update improves the activation experience with user-friendly admin notices and enhanced dependency checking. No breaking changes. 2.0 This is a major update with code refactoring. We recommend testing in a staging environment before updating in production. Make sure your version of Divi is 4.10 or higher.

常见问题:

What happens if I don't have Divi installed?

The plugin will not activate and will show an error message explaining that either Divi theme or Divi Builder plugin is required.

Can I use this plugin with other themes?

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.

What happens if I deactivate Divi after installing this plugin?

The plugin will automatically deactivate itself and show an admin notice explaining why it was deactivated.

Is it compatible with Divi 5?

Yes, the plugin has been developed with compatibility with Divi 5 and its structural changes in mind. Robust selectors have been implemented and script loading has been optimized to ensure functionality in future versions of Divi.

How can I customize the image selectors?

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; }

Does this plugin work with Divi Builder plugin on non-Divi themes?

Yes, as long as you have the Divi Builder plugin installed and active, the plugin will work regardless of your active theme.

更新日志:

2.1 - 2025-09-11 2.0 - 2025-08-04 1.0.7 - 2024-07-18