Anchor link in caption opens image in lightbox
-
Hi,
I have an issue when using anchor links in image captions. When I click on anchor link, it takes me to a specific part of the page, but when I close the lightbox, it instantly opens again. The issue does not occur when I close the lightbox without first clicking the anchor.
The second thing, I’d like that the lightbox would close when clicked on anchor. I’ve tried to add this code to my main.js:
$(‘.slb_template_tag_item_title a’).click(function() {
$(‘#slb_viewer_wrap’).hide();
});Maybe these two things are related & closing lightbox on anchor click would prevent from opening the lightbox again?
I’m quite new to coding, so it seems that I’m really missing something.
Many thanks in advance!
- The topic ‘Anchor link in caption opens image in lightbox’ is closed to new replies.