Ok all, I've installed and implemented lightbox2 with the settings listed in the images I've attached.
I put this in my content area:
Only local images are allowed.

What Lightbox2 spits out. I am using Chrome's developer tools to see this:
Only local images are allowed.

I've checked the forums and taken the steps outlined in any posts that deal with similar issues. But even after that (caches cleared, module updated, etc any other tips I found) my images continue to open in a new page, not in a lightbox. Do any of you guys see an issue with my settings or have a fix for this?

CommentFileSizeAuthor
lightbox2Settings.jpg34.66 KBmacandrow
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

macandrow’s picture

REVISION:
The above is supposed to read-

I put this in my content area:
<a class="lightbox" rel="lightbox" href="lh_netbookHold.jpg"><img class="imageLeft lightbox" src="lh_netbookHold.jpg" style="width: 220px; height: 295px; " /></a>

What Lightbox2 spits out. I am using Chrome's developer tools to see this:
<a class="lightbox lightbox-processed" href="lh_netbookHold.jpg" rel="lightbox[][]"><img class="imageLeft lightbox" rel="lightbox" src="lh_netbookHold.jpg" style="width: 220px; height: 295px; " title=""></a>

I've checked the forums and taken the steps outlined in any posts that deal with similar issues. But even after that (caches cleared, module updated, etc any other tips I found) my images continue to open in a new page, not in a lightbox. Do any of you guys see an issue with my settings or have a fix for this?

macandrow’s picture

Category: support » bug
macandrow’s picture

Just wanted to add a note, Also have tried the Lightbox Custom class images on it's own and the result was that there was no extra code added, but again the image did not show up as a lightbox.

macandrow’s picture

Priority: Normal » Major

Is there another thread I should be following? This issue is still going on and I basically can't use Lightbox at all.

Demian’s picture

Try to clear your browser's cache

idot’s picture

For me same problem.

I don't find a solution for stopping lightbox open a new window (or tab).
suggestions?

Vocabulo’s picture

Clearing browser's cache worked for me, in Chrome and IE.