If the lightbox fails to open when clicking gallery images, the most common causes are JavaScript conflicts, theme issues, or missing assets. The steps below help you identify and resolve the problem.
Open your browser's developer tools (usually F12) and click the Console tab. Reload the page and look for any red error messages. A JavaScript error from another plugin or theme script can prevent the lightbox from initialising. Note the source of any errors — this points directly to the conflicting code.
Temporarily switch to a default Joomla theme and check whether the lightbox works. If it does, your active theme is interfering with FW Gallery's front-end assets. Common theme-related causes include:
If switching themes resolves the issue, contact your theme developer or disable the theme's script optimisation options.
The lightbox depends on jQuery being loaded correctly and only once. Problems occur when:
Check the browser console for errors mentioning jQuery is not defined or similar messages. Use a script manager plugin to control load order and prevent duplicate jQuery instances if needed.
Deactivate other plugins one at a time, testing the lightbox after each deactivation. This isolates whether a specific plugin is causing the conflict. Pay particular attention to:
Once you identify the conflicting plugin, check whether that plugin has options to exclude scripts on pages where FW Gallery is used.
If you use a caching or performance plugin, try clearing all caches and disabling JavaScript minification or concatenation temporarily. Combining scripts from multiple sources can break execution order and cause lightbox failures.
In the browser developer tools, open the Network tab and filter by JS or CSS. Reload the page and confirm that FW Gallery's own script files appear in the list and return a 200 status code. A 404 error on any FW Gallery asset means the file is missing or the path is incorrect — reinstalling the extension usually resolves this.