Title: Problem with WP Deferred Javascripts
Last modified: August 30, 2016

---

# Problem with WP Deferred Javascripts

 *  Resolved [magikbibi](https://wordpress.org/support/users/magikbibi/)
 * (@magikbibi)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/problem-with-wp-deferred-javascripts/)
 * Hello,
 * Since i used WP Deferred Javascript ([https://wordpress.org/plugins/wp-deferred-javascripts/](https://wordpress.org/plugins/wp-deferred-javascripts/))
   the Simple LightBox plugin doesnt works (all my other javascript plugins work
   fine)
 * With WP Deferred Javascript it is possible to use :
 *     ```
       // Don't defer this script.
       add_filter( 'do_not_defer', 'exlude_lightbox_scripts' );
       function exlude_lightbox_scripts( $do_not_defer ) {
       		$do_not_defer[] = 'my_lightbox_script';
       		return $do_not_defer;
       }
       ```
   
 * Where “my_lightbox_script” is the script name when we use wp_enqueue_script().
 * But i dont find the script name.
 * Could you help me please ?
 * [https://wordpress.org/plugins/simple-lightbox/](https://wordpress.org/plugins/simple-lightbox/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Archetyped](https://wordpress.org/support/users/archetyped/)
 * (@archetyped)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/problem-with-wp-deferred-javascripts/#post-6421442)
 * Hi, please provide a link to a page that exhibits the issue you are experiencing
   and I would be glad to take a closer look.
 *  Plugin Author [Archetyped](https://wordpress.org/support/users/archetyped/)
 * (@archetyped)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/problem-with-wp-deferred-javascripts/#post-6421454)
 * This ticket has been closed due to inactivity.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with WP Deferred Javascripts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-lightbox.svg)
 * [Simple Lightbox](https://wordpress.org/plugins/simple-lightbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-lightbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-lightbox/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-lightbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-lightbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-lightbox/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Archetyped](https://wordpress.org/support/users/archetyped/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/problem-with-wp-deferred-javascripts/#post-6421454)
 * Status: resolved