Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Varun Sharma

    (@contact-banker)

    Hi,

    Unfortunately,it’s not possible at the moment!

    Thanks & Regards

    Support Team
    Tech Banker

    @howtosolutionsnet

    I have a similar problem here. I link an image to a specific PDF-Download. If I click on that image WP Lightbox Bonk will display it’s error message.

    So I changed this in wp-lightbox-bank-frontend.php

    Line 34: //string += “a:has(img[class*=wp-image-])”;
    change to: string += “a[class!=nolightbox]:has(img[class*=wp-image-])”;

    Now I can assign the class “nolightbox” to the image link and it works – for me 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can you enable lightbox only on specific images?’ is closed to new replies.