Closed (fixed)
Project:
Shadowbox
Version:
7.x-3.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2011 at 06:10 UTC
Updated:
14 Mar 2011 at 21:21 UTC
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
Comment #1
manfer commentedThe 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.You can find auto handle settings in path /admin/config/media/shadowbox/automatic
Hope this helps. Regards.
Comment #2
manfer commentedComment #3
kevin p davison commentedThanks @manfer! I overlooked this fact, and thank you for clarifying. Perhaps another will benefit from this.
Comment #4
manfer commentedGlad that helped.