fourlightsweb
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Gallery Custom Links] Conflicts with jQuery LightboxDo you have an example of this happening? On my test site, it appears to be working fine (minus lightbox plugin errors/warnings):
http://fourlightsweb.dev.fourlightsweb-3.com/gallery-test/
The first thumbnail is linked to google.com, and the second and third thumbnails are set to keep onclick effects and are linked to their normal images, which show up with lightbox when clicked.
I would definitely look into the attachment_link filter if it was causing problems, but I would like to be able to duplicate the issue first.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Not working with JetPack 3.0.xGlad you got it figured out! 🙂
Forum: Plugins
In reply to: [WP Gallery Custom Links] Not working with JetPack 3.0.xI just tested with various gallery layouts in JetPack 3.0, and it appears to be working for me. Are you trying to link images inside a slideshow/carousel? If so, that’s something you’d probably need to do either through the other plugin or custom code – this plugin only deals with the gallery thumbnail images.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Links disappearingMarking this as resolved, since the original poster has no further information.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Phots still linking to default post pageLooking at the page source, it looks like this page may be generated as a custom template by your theme, and not a standard [gallery]. When you edit that page’s content and click the “Text” tab on the editor, do you see a [gallery] shortcode in the content? This plugin only works with the [gallery] shortcode – custom coded theme templates would need to include custom link functionality on their own.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Display settings: Slideshow's height missingI believe you are confusing this plugin for another plugin – WP Gallery Custom Links does not handle any slideshow functionality, nor does it have any kind of height setting. The additional fields it adds can be seen in the plugin screenshot.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Display settings: Slideshow's height missingThis plugin only deals with changing link href values and attributes – it doesn’t have anything to do with formatting. It sounds like you need to look at your slideshow or theme settings/code.
Forum: Plugins
In reply to: [WP Gallery Custom Links] External links not working if type set to slideshowThe way this plugin works is it looks for a link around a gallery image and replaces the href attribute with a custom url – it doesn’t add links around images that aren’t already linked. Looking at the jetpack’s code for a “slideshow” gallery, it is not putting any kind of link around slide images. Since WP Gallery Custom Links is not finding any link href to match on to swap in a custom value, the custom links cannot be applied to slideshow images.
Forum: Plugins
In reply to: [WP Gallery Custom Links] can't ge it workingYou need to put an http:// in front of your link urls, or browsers assume it’s a link on the same site (e.g. “/portfolio/”).
Forum: Plugins
In reply to: [WP Gallery Custom Links] Automatically cloak linksThat’s not something I’ve ever really worked with before, but after some cursory searching (e.g. https://yoast.com/cloak-affiliate-links/), it looks like something that would need to be handled outside of this plugin – all this plugin does is change link hrefs in a gallery, sorry.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Not working with 3.9What you could do instead is create a custom shortcode that displays that image with the link around it – then you would be able to drop the shortcode in wherever you need the linked image. Maybe with the help of something like the following:
http://wordpress.org/plugins/post-content-shortcodes/
https://wordpress.org/plugins/content-shortcodes/Forum: Plugins
In reply to: [WP Gallery Custom Links] Not working with 3.9The Studio Press developer is incorrect – perhaps they are thinking of a different plugin? The screenshot below was taken after inserting a standalone image into content, then clicking on the photo to edit it. You can see where “Custom URL” is a link option, and I’ve entered google.com as my link for that standalone image. This was all done with the WP Gallery Custom Links plugin disabled – linking standalone images is built into WordPress core. “Gallery Link URL” is specifically named to indicate to users that it only applies to galleries.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Links disappearingIf you try to save the custom links through the Media section, do they save from that location?
Forum: Plugins
In reply to: [WP Gallery Custom Links] Not working with 3.9This plugin does not affect standalone images – the custom links and other settings are only applied inside the [gallery] shortcode. WordPress has its own fields for adding a link to a standalone image.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Missing IMG ALT tagsGlad you got it figured out!