As it seems to have done for me right from the start, installing Colorbox breaks my collapsible menu items. I searched a bit, and blamed it on jquery update for a while... but in disabling Colorbox but not jquery update I get all my menu function back. So it doesn't appear to be jquery. I've tried using jquery 1.1 and 2.0 dev

I'm running Drupal 6.16

I'm looking forward to using this module, but I can't at the moment due to this problem. Any ideas?

Cheers

Steve

Comments

frjo’s picture

Did you install the Colorbox script from http://colorpowered.com/colorbox/. You should unpack it and place it in sites/all/libraries.

jQuery update 2.x is a requirement for Colorbox since it needs at least jQuery 1.3+.

I have just updated the README. This is my attempt at improving the installation instructions. I welcome feedback on this!

Installation:
------------
1. Download and install the jQuery Update module version 6.x-2.x.
   Make sure you get the 2.x version since 1.x will not work.
2. Download and unpack the Colorbox script itself to "sites/all/libraries".
   Link: http://colorpowered.com/colorbox/colorbox.zip
   Drush users can use the command "drush colorbox-script".
3. Place the Colorbox module directory in your modules folder (this will
   usually be "sites/all/modules/").
4. Go to "Administer" -> "Site building" -> "Modules" and enable the module.
mileZ’s picture

Hi,

I have the same issue with dhtml module.

Looking forward to use this module.

Keep up the good work.

mileZ

kiwi_steve’s picture

I think I might have screwed step 2 up - its working now - thank you : )

frjo’s picture

Assigned: Unassigned » frjo
Status: Active » Fixed

Glad to here you got it working!

Status: Fixed » Closed (fixed)

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

doitDave’s picture

Component: Miscellaneous » Code
Category: support » bug
Status: Closed (fixed) » Needs work

[deleted]

doitDave’s picture

Category: bug » support
Status: Needs work » Closed (fixed)

Just had to delete my comment and reduce it to:

Your DOM should be pretty clean whenever you youse jQuery or its plugins.

:-)

Sorry if I confused anyone.

mhawker’s picture

Version: 6.x-1.x-dev » 6.x-1.0-beta11
Status: Closed (fixed) » Fixed

I've run into this problem starting with the 6.x-1.0-beta11 (2011-Apr-10) update, tried the 6.x-1.x-dev (2011-May-19) dev version as well. Dhtml Menu stops opening/collapsing. If I roll back to Colorbox 6.x-1.0-beta10 things go back to normal. How should I troubleshoot this?

--- Working Set-up ---
Colorbox 6.x-1.0-beta10
jQuery Update 6.x-2.0-alpha1
==Status Report Listing ==
Colorbox plugin 1.3.17.1
jQuery UI 1.7.2
jQuery Update 1.3.2

Status: Fixed » Closed (fixed)

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

freeform.steph’s picture

I followed the directions as indicated but still ran into the trouble of fieldsets losing their functionality. After taking a look, it turns out that the drush command provided downloads the most recent version of colorbox instead of the version required for the Drupal 6 version. Perhaps the information regarding the use of Drush could be updated to be more clear?

Thanks for the module, it's great!