I would like to disable lightbox so that I can use an image as a link. Instead of clicking on the image to go to a different page or file, it pops up lightbox. How can I disable the lightbox feature and let the image work as a visual link instead?
I did. I had graphics that were links -- click on the graphic, go to the page it linked to. Not all were in blogs -- most were on pages. Now, clicking on the graphic goes nowhere, but opens up an empty lightbox. Is there something to add to the <img src> tags?
Closing this thread as the image shortcode includes both disabling the lightbox, and link, and link target attributes, so any user inserting an image using the shortcode simply has to toggle lightbox off, and add the link (ie the url destination) and the link target (open up a new page, open in same page, etc) to obtain the effect both users above were requesting.