Closed (fixed)
Project:
Colorbox
Version:
6.x-1.0-beta4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 May 2010 at 07:14 UTC
Updated:
8 Jun 2010 at 07:50 UTC
I installed the module along with jQuery Update. The module seems to work, but the background overlay seems to always appear opaque atomically on every page load.
Comments
Comment #1
remi commentedI meant "automatically," not "atomically."
Comment #2
frjo commentedHave you installed the Colorbox plugin from http://colorpowered.com/colorbox/ to "sites/all/libraries"?
Have you installed version 6.x-2.0 of the jQuery Update module http://drupal.org/project/jquery_update ?
Comment #3
remi commentedThanks for the quick reply. I did install the Colorbox library, but I haven't installed the 2.0 version of jQuery Update since it's still an alpha version and the site is in production. But, this may fix the problem that I'm having. Once a stable release is out, I'll install it and I will update this issue with the result.
Comment #4
frjo commentedThe Colorbox module will not work without jQuery Update 6.x-2.0.
Many issues about this, time to implement hook_requirements() I think.
Comment #5
remi commentedIt could have been our custom theme, however. When I inspected it last week, I noticed the theme developer did not add the CSS classes in the body tag. The Colorbox module seemed to work fine with the Garland theme and without the jQuery Update module.
Comment #6
madaerodog commentedDrupal clean install , Colorbox 6.x-1.0-beta4, jQuery Update 6.x-1.1, enabled all, went to create new content, black screen, GASPED, googled it reached this page ...
Installed 6.x-2.0-alpha1, run update.php working as advertised now :)
Comment #7
frjo commentedYou could also have read the included README or the list of dependencies on the project page :-).
I also have #804094: Add colorbox_requirements to check for jQuery version and Colorbox plugin that soon will be committed.
Comment #8
madaerodog commentedIn the modules list there was the jQuery Update, with no version next to it, so I went for the green stable 6.x-1.1 :P