WordPress Lightbox Fix by Rief
I recently installed the Lightbox WordPress plugin and started having an “operation abort” error message on both IE6 and 7 that would crash the browser. I found the the crash was being caused from the plugin, but the fix was very easy.
- Login
- Navigate to plugins and select edit on the Lightbox plugin
- At the bottom of the code change wp_head to wp_footer
- Click update, and you are done.
June 5th, 2009 at 1:53 am
Hi,
I edited the plugin and found that there are multiple instances of wp_head in the php file. Can you help further?
June 5th, 2009 at 2:40 am
I got the answer to use the ‘other’ Lightbox plugin for WP. This plugin uses just a single js file and 2 php files.