I have lightbox2 opening with a link to the full node. What happened in 2.7 is that the large image would pop up in the lightbox with a link below it "View Image Details", which would take the user to the full node. Worked great!

Now it 2.8 the link is blank (see a test site here: http://www.museedart.org/products/accessories and please note that this site is temporary so the link won't work later).

I see the link in the code:

But it's not getting rendered correctly. I'm not sure if this is a configuration problem on my end or a bug in the code, could someone please verify?

Thanks!

Comments

stella’s picture

Status: Active » Fixed

It's actually there. The problem is that your theme sets the font colour for all links to be white, and since the lightbox background is also white you can't see it. See lines 32 and 38 of your theme's style.css.

Cheers,
Stella

Anonymous’s picture

Status: Fixed » Closed (fixed)

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