Maybe Jetpack made some updates that changed things up, I’ll look into it.
I would really appreciate that as well.
I’ve got a test gallery set up with the most recent Jetpack, and as far as I can see it appears to be working, at least on my site. Could either (or both) of you link a gallery where the custom links aren’t working? I’d like to see the URLs it’s failing to replace.
Don’t mind me. I misread the initial statement. It works for me as well.
Hi, this page http://tinkersoc.org/projects/ is using the circles jetpack gallery. There are 5 photos in the gallery but only the one with link set to [none] is showing up.
If you disable the WP Gallery Custom Links plugin, do the other 4 images show up?
The gallery shortcode looks like [gallery type="circle" ids="788,610,707,687,536"] if that helps.
I think I might need to see your admin/code for more information – can you contact me at info@fourlightsweb.com?
Since the original poster had no further information, I’m going to mark this as resolved.
Sorry must have missed the last email. I can’t really give you admin access. But would versions/themes/plugins installed help?
If it’s a theme/plugins that I can install (without having to pay), possibly. Right now it’s kind of looking like it might be an issue with your particular site, and there’s not much I can do if I can’t duplicate the problem to test.
So I was making some other updates to the plugin, and happened to load my jetpack test page, and noticed some of the images were missing, so I was *finally* able to duplicate your issue. It appears to have been due to a greedy regular expression when removing the link from around an image – instead of removing the opening characters up through the opening <a for that individual image, it was going back to the very first image’s opening <a and removing everything up through there, which included all previous images. Apparently it was randomly greedy, so sometimes it would happen, and sometimes not. I’m working on a fix for this now, so hopefully it will be patched in the next release. Thanks!