$(…).imagesLoaded is not a function
-
Hi, great plugin! Slight issue, the gallery module isnt working properly. It works fine when in edit mode but on the front end I’m getting the following error:
Uncaught TypeError: $(...).imagesLoaded is not a function at 28-layout.js?ver=da019c95f1fdc3088112d276ebf27e98:97 at 28-layout.js?ver=da019c95f1fdc3088112d276ebf27e98:97I managed to solve this by changing line 34 of …/modules/njba-gallery/njba-gallery.php from:
$this->add_js('jquery-imagesloaded');to:
$this->add_js('imagesloaded');‘imagesloaded’ appears to be the correct handle as per https://developer.wordpress.org/reference/functions/wp_enqueue_script/
Thanks!
The topic ‘$(…).imagesLoaded is not a function’ is closed to new replies.