Using Drupal 7.0, and I tried it out with Bartik 7.0 without any luck still. I basically can't get the module to work after adding the rel="shadowbox" on links to images or pages. I don't see the javascript placed in the header, so that explains it.

The module is enabled, and my status report says, "OK Shadowbox Installed correctly."

I could really use this module now, so please let me know how I can help.

Thank you,

Kevin

Comments

manfer’s picture

Category: support » bug

The module adds shadowbox library only when necessary. So it adds it when one of this things happens:

    A content type with an image field with shadowbox display format is present on the visited node.

  1. The visited node is of a content type with an image field with shadowbox display format.
  2. On shadowbox auto handle settings "Enable for all image links" is checked. This way shadowbox library is added on all nodes and besides any link to an image on the node is opened inside shadowbox (without requiring the link having rel=shadowbox, that's whats mean the auto handling images).
  3. In some cases (this must be yours) you want shadowbox included in all nodes so you can control with rel=shadowbox which links to handle with shadowbox and which not. In this situation you can use the auto handle setting "Enable shadowbox globally".

You can find auto handle settings in path /admin/config/media/shadowbox/automatic

Hope this helps. Regards.

manfer’s picture

Category: bug » support
kevin p davison’s picture

Category: bug » support

Thanks @manfer! I overlooked this fact, and thank you for clarifying. Perhaps another will benefit from this.

manfer’s picture

Status: Active » Fixed

Glad that helped.

Status: Fixed » Closed (fixed)

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