When I enable the views slideshow cylcle module, the colorbox does no longer work.
This used to work before the update that introduces the libraries module usage.

Comments

redndahead’s picture

Status: Active » Postponed (maintainer needs more info)

Can you look in firebug and see if a javascript error is being generated?

redndahead’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Actually continuing this with this issue #1091792: problem with colorbox

ron williams’s picture

Status: Closed (duplicate) » Active

I am reopening this issue since I do not have this problem on Drupal 6.
My setup:

  • Colorbox 7.x-1.1
  • Colorbox plugin version 1.3.17.2
  • views_slideshow 7.x-3.0-alpha1

Enabling views_slideshow with colorbox on the same page causes an error. The error is:

$(settings.targetId).cycle is not a function
[Break On This Error] $(settings.targetId).cycle(settings.opts); 

This was originally thought to be a theme error at #1274540: Colorbox does not load; however upon further review, it was an issue with a views_slideshow block.

ron williams’s picture

Status: Active » Closed (works as designed)