I've got shadowbox set up on a site and the "Enable for all image links" checkbox is checked. When I look at the source in firebug, it has the rel="shadowbox" code on the a tag, but the image doesn't pop up in a shadowbox. Strangely, the shadowbox link is working for links that where i manually added the rel attribute.

Here's a link: http://www.aleniana.com/g222-aircraft-and-anaac-program

does anyone have any ideas? I'd really appreciate it.

Comments

psynaptic’s picture

Try turning on all the media options under supported media. Just ensure one of each is selected and try again. Then report back.

glazer’s picture

Thanks for the suggestion, but it didn't seem to help anything. Any other ideas?

As I said before, the lightbox seems to work fine when I manually add the rel attribute to the link, but doesn't work when the attribute is added using the javascript included in the module. It's there .. i can see it in firebug, it's just not working...

psynaptic’s picture

Looks like you are missing QuickTime from your supported media..

glazer’s picture

The checkbox for "mov" is checked, so i'm not sure what else to do ...

The link that's not working is a link to an image.

http://www.aleniana.com/g222-aircraft-and-anaac-program

If you look, you'll see the link on the airplane picture in the middle does not pop up in a shadowbox, but the link on the map on the left does pop up in a shadowbox.

psynaptic’s picture

Bit of a long shot but can you try changing the filename to lowercase?

glazer’s picture

Thanks for the suggestion, but it didn't work.

psynaptic’s picture

Are you sure you have jQuery Update installed properly i.e. copied all the files over the ones in /misc?

The quicktime file is not getting added because the code is wrong:

if (!empty($quicktime_support)) {
  drupal_add_js($path .'/shadowbox/build/player/shadowbox-qt.js');
}

Replace $quicktime_support with $qtwmp_support and report back.

psynaptic’s picture

Status: Active » Closed (fixed)

Closed to clear queue. As far as I am aware this is working now. Any further developments, feel free to reopen this issue.

zapscribbles’s picture

Version: 5.x-2.2 » 6.x-3.0
Status: Closed (fixed) » Active

Im having the very same problem with Shadowbox 6.x-3.0

Is jQuery Update required for this version aswell? I checked the project page and it is only listed for version 5?

djs_core’s picture

Status: Active » Closed (duplicate)
psynaptic’s picture

Yeah, try the dev version for now. It's fixed there.