• I ran in to a small bug with the plugin recently. On blog posts with galleries spanning multiple pages, the “Shutter” effect would only work on the first page.

    I eventually traced the cause: in the ngg_ajax_navigation function (in js/ngg.js) there was a bit of code wrapped inside of jQuery(“document”).ready(…) that dealt with adding the shutter listeners and click handlers. Since the document was loaded at that point, the function never got called. Removing jQuery(“document”).ready() and just having the method calls run directly inside the main function fixed the issue.

    Let me know if you have any questions!

    https://www.ads-software.com/extend/plugins/nextgen-gallery/

  • The topic ‘[Plugin: NextGEN Gallery] "Shutter" Effect Broken on Pagination: Fix Provided’ is closed to new replies.