Title: Doesn&#039;t work after update
Last modified: August 21, 2016

---

# Doesn't work after update

 *  Resolved [l7world.com](https://wordpress.org/support/users/l7worldcom/)
 * (@l7worldcom)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/)
 * worked fine until last update.
    no lightbox it just opens image file page (top
   3 comic pages): [http://l7world.com/2013/04/transgender-comic-book-characters-reveal-secret-identity.html](http://l7world.com/2013/04/transgender-comic-book-characters-reveal-secret-identity.html)
 * [http://wordpress.org/extend/plugins/simple-lightbox/](http://wordpress.org/extend/plugins/simple-lightbox/)

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/topic/doesnt-work-after-update-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/doesnt-work-after-update-1/page/2/?output_format=md)

 *  Plugin Author [Archetyped](https://wordpress.org/support/users/archetyped/)
 * (@archetyped)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713685)
 * I looks like you might have a caching plugin on your site. I would clear the 
   cache and possibly deactivate it to test to make sure that cached data is not
   causing issues with loading.
 *  [WCat](https://wordpress.org/support/users/wcat/)
 * (@wcat)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713751)
 * I have the same problem. I purged the cache and restarted nginx and php. still
   no go.
 * using photon if that helps…
 *  [londoneer](https://wordpress.org/support/users/londoneer/)
 * (@londoneer)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713804)
 * Same – now broken…
 *  [astrasuite](https://wordpress.org/support/users/astrasuite/)
 * (@astrasuite)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713819)
 * Maybe it is related to the js being moved to the footer ? Mine not working too…
 *  Thread Starter [l7world.com](https://wordpress.org/support/users/l7worldcom/)
 * (@l7worldcom)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713842)
 * Tried deactivating cache plugin but still broken.
 * I also think it might have something to do with being in footer and possibly 
   timing out.
 * I know the previous version would do the same thing thing if you clicked before
   the page fully loaded.
 *  Plugin Author [Archetyped](https://wordpress.org/support/users/archetyped/)
 * (@archetyped)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713848)
 * If other users can provide a link to a page exhibiting the issue, I’d be glad
   to take a look. Until then, there’s no way to confirm that the same issue is 
   causing SLB not to work.
 * [@l7world](https://wordpress.org/support/users/l7world/): At least in your case,
   the problem is that SLB’s libraries are not being loaded in the page at all. 
   This may be related to the fact that jQuery (required by SLB) is not being loaded
   on the page either.
 * It also appears that the cached/minified JavaScript is not being properly loaded
   on your site either. It’s returning a 404 (file not found).
 * If you can fully disable the caching plugin so that I can take a look at the 
   site without caching involved, that may help us get to the root of the issue.
 *  Thread Starter [l7world.com](https://wordpress.org/support/users/l7worldcom/)
 * (@l7worldcom)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713850)
 * Cache plugin is off now.
 *  [astrasuite](https://wordpress.org/support/users/astrasuite/)
 * (@astrasuite)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713861)
 * I found out that mine has a problem when “Better WordPress Minify” is activated,
   this minifies the javascript. No problem in previous version of beta, so I guess
   moving it to the footer brought out the problem.
 * I cannot deactivate BWP of course as it services other plugins for more efficient
   js handling.
 * So trying to figure it out …
 * Maybe add an option to load in header or footer ? Thanks
 *  Plugin Author [Archetyped](https://wordpress.org/support/users/archetyped/)
 * (@archetyped)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713862)
 * [@l7world](https://wordpress.org/support/users/l7world/).com: Thanks, SLB is 
   now loading on your site.
 * However, it appears that some other JavaScript files have been commented out 
   from your theme (e.g. Cufon, jQuery UI, etc.), yet the code they are supposed
   to load is still being referenced.
 * This causes an error which stops execution of other JS code such as SLB.
 * Fixing those issues in your theme should allow SLB to work properly.
 * Also, note that loading other lightboxes (e.g. prettyPhoto) may conflict with
   SLB’s operation since they are both supposed display an image in a lightbox when
   clicked.
 *  Plugin Author [Archetyped](https://wordpress.org/support/users/archetyped/)
 * (@archetyped)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713863)
 * [@astrasuite](https://wordpress.org/support/users/astrasuite/): So when BWP is
   deactivated, SLB loads properly?
 * Minification aside, it doesn’t appear that SLB’s non-JS content is being loaded.
   This indicates a caching issue. Clearing the site’s cache and temporarily deactivating
   the caching plugin should allow SLB’s content to load properly.
 * If you let me know when the caching plugin is deactivated, I’d be glad to take
   a closer look.
 *  [astrasuite](https://wordpress.org/support/users/astrasuite/)
 * (@astrasuite)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713865)
 * Yes, no problem at all when BWP is deactivated. Problem is probably something
   to do with minification, and others may be using some other plugin that minifies(?).
 * I tested by deactivating all and reactivating one by one. Easy to do as I use“
   Plugin Organizer”.
 * BWP was fine with previous beta versions for testing.
 * BWP has an option to load js in header, but one must know the registered name,
   and I cannot find any name called by a wp_enqueue_script to try.
 * However, some other js from other plugins have no problem being loaded in footer,
   but they do have registered names.
 *  [astrasuite](https://wordpress.org/support/users/astrasuite/)
 * (@astrasuite)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713866)
 * Caching is no issue , perfect with W3 Total Cache, as long as BWP is deactivated.
   BWP also has a cache, and it has been cleared, and still same problem.
 * Currently testing here :
 * [http://www.astrasuite.com/astrablog/living-voice-obx-rw-with-vox-olympian-in-munchen-high-end-show-2013/](http://www.astrasuite.com/astrablog/living-voice-obx-rw-with-vox-olympian-in-munchen-high-end-show-2013/)
 * BWP currently deactivated. W3 Total Cache activated, and no problem. You can 
   go see it. HTML is compressed though, of course, for efficiency. You can go to
   another page, go back again, and see w3 cache working well, as well as simple
   lightbox.
 * If I reactivate BWP, it won’t work again. like here where BWP is activated. I
   can do this selectively because of the fantastic Plugin Organizer.
 * [http://www.astrasuite.com/astrablog/the-new-voxativ-pi-loudspeakers/](http://www.astrasuite.com/astrablog/the-new-voxativ-pi-loudspeakers/)
 *  [astrasuite](https://wordpress.org/support/users/astrasuite/)
 * (@astrasuite)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713868)
 * So I compared both htmls of above, the one with BWP versus the one without.
 * I don’t know if this helps, I’m no programmer :
 * Without BWP, it loads this, for example, with something appended at the end :
   
   simple-lightbox/client/js/lib.view.js?ver=2.0RC2.1
 * With BWP, it loads this, without anything appended (although one can append something
   as an option):
 * simple-lightbox/client/js/lib.view.js
 *  Plugin Author [Archetyped](https://wordpress.org/support/users/archetyped/)
 * (@archetyped)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713869)
 * [@astrasuite](https://wordpress.org/support/users/astrasuite/): Thanks, SLB is
   now loading on both pages you provided.
 * However, it appears that BWP rearranges the order of code execution on the page.
   The order of SLB’s code execution is quite specific, which is why you’re getting
   unexpected behavior when BWP is activated.
 *  [astrasuite](https://wordpress.org/support/users/astrasuite/)
 * (@astrasuite)
 * [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/#post-3713870)
 * Yes, I noticed that too, rearranging, and it still doesn’t work for me in the
   page with BWP :
 * [http://www.astrasuite.com/astrablog/the-new-voxativ-pi-loudspeakers/](http://www.astrasuite.com/astrablog/the-new-voxativ-pi-loudspeakers/)

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/topic/doesnt-work-after-update-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/doesnt-work-after-update-1/page/2/?output_format=md)

The topic ‘Doesn't work after update’ 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/)

 * 29 replies
 * 6 participants
 * Last reply from: [invosoft](https://wordpress.org/support/users/invosoft/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/doesnt-work-after-update-1/page/2/#post-3713977)
 * Status: resolved