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?
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?
Comments
Comment #1
stella commentedI 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
Comment #2
smurk75 commentedYes. Lightbox works PUURFECT when the nicemenus are disabled!
Comment #3
smurk75 commentedTHANKS SO MUCH STELLA!! I updated the nicemenues.module file with the requested script and it works great. 2 hand salute!
Sam
Comment #4
stella commentedComment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.