Okay
  Public Ticket #1389283
How to turn off the lightbox for images
Closed

Comments

  • kansascity started the conversation

    When I use an image as a link, the light-box feature seems to be malfunctioning. Please see the following article. 

    http://daytradechatroom.com/reviews/benzinga-pro-review-is-it-worth-the-money/

    When you click on any of the article images, a new window opens that takes you to the appropriate link. The issue reside when returning back to by site. Instead of returning back to the article, instead I arrive at a page that is missing its image. Please see attached. 

    I'd prefer to simply turn the light-box image feature off altogether if that it possible. Otherwise, how do I stop this issue from occurring?

    Thanks as always, 
    JC

  •  93
    djwd replied

    Hi there,

    I actually wasn't able to replicate the issue, by the way since you said you'd rather turn the lightbox off altogether, pasting this in the Custom CSS textarea should help:

    figure#stkd-single-featured a {
        pointer-events: none;
    }

    Regards
    djwd