Trying to find out why colorbox is not working properly on my live site despite working perfectly on my localhost. I copied everything from localhost to my HostGator site, but when I go to "configure -> colorbox" I am missing a section that looks like this from my live site:

Image field options

IMAGE FIELD GALLERY

o Per page gallery
o Per post gallery
o Per field gallery
o No gallery

How do I get this back? I thought the image field was now part of core, so I can't install a module. Not sure of the difference in terminology between "image field" and "image field gallery".

Comments

David4514’s picture

When I upgraded from colorbox-7.x-1.1 to colorbox-7.x-1.2, I also lost this function. My solution for now was to revert to the earlier release.

Dave

Ari Gold’s picture

See http://drupal.org/node/1233194

  • Go to /admin/structure/types and for each content type "manage display"
  • Under FORMAT select "Colorbox" for your imagefield
stolin1’s picture

I am having the same issue.

This is a new Drupal 7 installation, and the entire "image field options (cck)" is missing.

Any other ideas?

stolin1’s picture

I am having the same issue.

This is a new Drupal 7 installation, and the "image field options (cck)" section is missing.

Do I need to install the Content Construction Kit (CCK) Module for 7?

info@pavelsoukup.cz’s picture

I have the same problem :(

marcoBauli’s picture

same happening here.. jeez

clcl’s picture

The same happens with me?

Looked everywhere. I did reinstall with the version lower 2.0. Nothing helps. I read on the page from colorbox jquery http://www.jacklmoore.com/colorbox/faq#faq-doctype
ColorBox is positioned incorrectly or behaving strangely:

This is often due to loading colorbox.css after jquery.colorbox.js or stems from a bad doctype. Both jQuery and colorbox.css need to be loaded prior to jquery.colorbox.js. ColorBox should be called or assigned to elements inside of jQuery's ready method, which should be declared after jquery.colorbox.js.

I've been looking also with the issues and bugs. Didn't find any explanation.

It is possible that I have loading in the wrong way. But what can I do to undo or to let it work?

Anyone an idea?

ivanhelguera’s picture

As per http://drupal.org/node/1892832#comment-6957972 , those options were moved to the field options. So they're not expected to be there.