I updated to the current lightbox release and noticed that the animated loading image continues to run when the image has been loaded. There also appears to be like a broken image that shows above the caption. Any ideas?

www.canon-vs-nikon.com

Comments

stella’s picture

Category: bug » support

I think if you disable the nice menus module the problem should go away. If this is the case, then this is a duplicate of http://drupal.org/node/235562

Basically the nice menus module follows a non-standard method of adding javascript files to the page. The module only attempts to add the javascript for IE browsers, hence why this doesn't happen in Firefox. As a result of this, the jquery.js file is loaded on the page twice, causing each jquery call to be executed twice! This results in two lightboxes appearing on the page which causes the incorrect images to appear.

Please try disabling the nice menus modules, even if only briefly, to confirm that this is the problem.

Cheers,
Stella

smurk75’s picture

Yes. Lightbox works PUURFECT when the nicemenus are disabled!

smurk75’s picture

THANKS SO MUCH STELLA!! I updated the nicemenues.module file with the requested script and it works great. 2 hand salute!
Sam

stella’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.