Hello Team,
Could you please review an issue with the gallery?
– WP: 4.5.4
– Enfold: 3.5.4
– Updated functions.php
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);
Thanks
Hey ngubkin,
Thanks for getting in touch with us!
What exactly is the issue you are having with the gallery? The gallery looks good on my end(see my screenshot in the private section). You may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.
Best regards,
Jordan
Hi Jordan,
Gallery link is inactive and selected image opens in a new tab. Please see provided screenshots. Cached files have been cleared as well.
Thank you,
Natalia
Hi,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)
Best regards,
Yigit
Hi Yigit,
All plugins have been deactivated, but the issue persists. You can activate or deactivate any plugins for testing purpose.
Thanks,
Natalia
Hi,
The lightbox script is disabled. Please enable it in the Enfold > Theme Options panel. Tick the “Lightbox Modal Window” option.
Best regards,
Ismael
Thank you Ismael!!!