fourlightsweb
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Gallery Custom Links] Using WP StrapGrid LiteDo you have a link to the gallery that’s not working? I installed that theme on my test site and it seems to be working fine with WP Gallery Custom Links, so I’m wondering if you have another plugin that’s conflicting somehow.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Not working with JetPack galleries.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!
Forum: Plugins
In reply to: [WP Gallery Custom Links] Any way to automate when uploading?glad to hear you got it working ??
Forum: Plugins
In reply to: [WP Gallery Custom Links] Change image sizeGlad to hear you got it working ??
Forum: Plugins
In reply to: [WP Gallery Custom Links] Change image sizeMaybe if you added a custom link of a larger version of the photo, and left the lightbox on. But aside from that, this plugin doesn’t really handle gallery code and formatting – that’s something you’d need to work out between your theme and lightbox code.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Not working with JetPack galleries.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.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Custom Links conflicts with any pagination pluginSince the original poster has no further information, and I’m not sure there’s much I can do if other plugins aren’t using the hook this plugin requires, I’m going to mark this as resolved.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Not working with JetPack galleries.Since the original poster had no further information, I’m going to mark this as resolved.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Custom Links conflicts with any pagination pluginPaginated Gallery appears to be replacing the gallery shortcode with its own paginated_gallery function, which does not call the post_gallery filter, which is what this plugin hooks into to swap in the custom links. You’d either need to modify that plugin to include that filter, or contact the plugin author and ask them to do so.
Aside from that, this plugin simply replaces link hrefs, it doesn’t touch layout at all, so those are issues you’d need to resolve separately.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Not working with JetPack galleries.I think I might need to see your admin/code for more information – can you contact me at [email protected]?
Forum: Plugins
In reply to: [WP Gallery Custom Links] Not working with JetPack galleries.If you disable the WP Gallery Custom Links plugin, do the other 4 images show up?
Forum: Plugins
In reply to: [WP Gallery Custom Links] Not working with JetPack galleries.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.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Not working with JetPack galleries.Maybe Jetpack made some updates that changed things up, I’ll look into it.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Link to page not workingThis was resolved outside this forum, but the theme was replacing the gallery shortcode function with one of its own, and not calling the post_gallery filter that this plugin hooks into. Additionally, it was using its own gallery_id parameter to look up image IDs instead of the normal ids parameter. The theme function was modified to support these two items, and is now working with the plugin.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Link to page not workingIt looks like the plugin is running, but for some reason it does not appear to be matching the file url in the link to swap in the custom link. One more test might be to see what happens if you change your gallery (the short one you’re trying to fix) to link to the attachments instead of the files – maybe it would have better luck with those urls. If that doesn’t work, I think I’d probably need to see your admin and code to determine more – can you contact me at [email protected]?