Plugin Author
RavanH
(@ravanh)
You could add the following (untested) code in a text widget in the sidebar or footer.php before the wp_footer()
call:
<script type="text/javascript">
jQuery(document).on('ready', function(){
jQuery('a.nextgen_pro_lightbox').addClass('nofancybox');
});
</script>
Thread Starter
Jack
(@moxie)
Thank you thank you! ๐ That works perfectly.
I am using the Justified Image Grid Plugin to load the nextgen images and get double popups. any code snippet for that?
Plugin Author
RavanH
(@ravanh)
Hi kattouf, right-click any of these grid images and select “Inspect element…” to see what class is used for the full size image link. In the example above that class was “nextgen_pro_lightbox” but your case is probably different. Change the part “nextgen_pro_lightbox” to fit your case and the code should start working for you ๐
Hi, I am not using any additional gallery plugin, just default WordPRess gallery, but I have similar problem. When I click on image, it opens in Easy FancyBox appearance, but when I close image, there is another large version of image opened in default WP gallery.
Any ideas how to fix this?
Best,
Filip
In addition to my last post, my website is http://www.valhalla.sk it is using Magzimus theme which includes Nivo slider built in. Is it possible that this is causing my issues?
@filip_svk – you don’t have the same issue – and this thread is already marked resolved. Please start your own thread as per the forum guidelines –
http://codex.wordpress.org/Forum_Welcome#Where_To_Post
Do so here:
https://wordpress.org/support/plugin/easy-fancybox#postform