I use Colorbox module in my install profile, and I saw this morning that the module is didn't work, cause a colorbox plugin need a jquery.colorbox-min.js, but in the colorbox folder has an jquery.colorbox.js

Comments

frjo’s picture

Category: bug » support

If you download the plugin from http://www.jacklmoore.com/colorbox you will get the jquery.colorbox-min.js.

I can see that Jack Moor have removed the minified version from the Github repo, will ask him about that.

csakiistvan’s picture

Ok, if i have 1 website is good idea, but the we use the drupal instal profile every day for new websites, and i can't download the colorbox js every times...

frjo’s picture

Why can't you set your make script to download the zip or use the drush command instead of checking out from the repo?

If you absolutely must use the repo the only option is to convince Jack Moore to put it back in.

ckng’s picture

Title: Colorbox jQuery plugin changed » Colorbox jQuery plugin no longer provide jquery.colorbox-min.js
Category: support » bug

The Colorbox repo no longer provide jquery.colorbox-min.js, it should be removed from this module checking. It breaks this module.

frjo’s picture

Title: Colorbox jQuery plugin no longer provide jquery.colorbox-min.js » Colorbox jQuery plugin repo no longer provide jquery.colorbox-min.js
Category: bug » support
Priority: Critical » Normal

The zip file you download on http://www.jacklmoore.com/colorbox still contains jquery.colorbox-min.js and that is the recommend way to get the plugin. All instructions point there and the Drush command download from there as well.

csakiistvan’s picture

Unfortunately it is not work for me, because i use the Colorbox plugin from github in my intaller profile, and I can't download colorbox from jacklmoore.com/colorbox each installation.

projects[colorbox_library][type] = library
projects[colorbox_library][download][type] = git
projects[colorbox_library][download][url] = https://github.com/jackmoore/colorbox.git
frjo’s picture

Can't you use [download][type] = file ?

lsolesen’s picture

@frjo Could you clarify how you need to download colorbox on the project page, and then set this issue to fixed?

frjo’s picture

Status: Active » Fixed

@lsolesen, done

Status: Fixed » Closed (fixed)

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

askiadrupal’s picture

i cannot get this plugin to work to save my life

lionsharz’s picture

Yes - this is a bit an issue for me also.... could you rename the jquery.colorbox.js to jquery.colorbox.min.js? Would that work?