• Hey there, there’s a missing bit of code on responsive-lightbox.php on lines 1314-1315. The wp_register_script calls for responsive-lightbox-infinite-scroll and responsive-lightbox-images-loaded are missing the version and in_footer parameters. Without this in place, jQuery will still load in the header even if it’s set via the plugin settings to load in the footer.

    Please add Responsive_Lightbox()->defaults['version'] and ( Responsive_Lightbox()->options['settings']['loading_place'] === 'footer' ) to these wp_register_script calls so that scripts load where they’re supposed to.

  • The topic ‘Scripts not loading in footer’ is closed to new replies.