Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author welshhuw

    (@welshhuw)

    Hi

    Sorry but at this point in time, I’m not going to be making sure that the plugin works with a range of other third party image plugins.

    My intention was to create a simple image lightbox solution, and trying to keep up with all the requests for third party plugin support would eat up my time and possibly make the plugin bloated.

    Thanks

    Thread Starter antistenes

    (@antistenes)

    Hi,

    I’ve found a simple and maybe a bit crude way to make it work with one line of jQuery.

    <script>
    jQuery( document ).ready(function($) {
    
            $(this).find(".ngg-galleryoverview").addClass("iwmp-gallery gallery");
    
    });
    
    </script>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nextgen/Nexcellent’ is closed to new replies.