Hi,
the hyperlinks in the image caption is not working.
See screenshot here and here.
Instead of opening the link in the same or in a new tab, the lightbox is opening with the message “the image could not be loaded”.
Here the link to the page, the images are near the bottom of the page.
How can that be solved?
Hey catchbudapest,
Please go to settings -> permalinks and select custom.
Save and let us know if that would fix your issues.
Best regards,
Basilis
I solved it:
by using the following html-code the links in the caption open normally:
<a class="external lightbox-added" href="..." target="_blank" rel="noopener" data-wplink-edit="true">text</a>
in some of the links a standard a-tag <a href="...">text</a>
was used, which seems to be a problem in the caption.