fourlightsweb
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Gallery Custom Links] Gallery disappears on loading new thumbnailMarking this resolved due to no further response from original poster.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Light Box Not Working in Gallery ModeMarking this resolved due to no further response from original poster.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Links not workingMarking this resolved due to no further response from original poster.
Forum: Plugins
In reply to: [WP Gallery Custom Links] "Custom link" option not showingMarking this resolved due to no further response from original poster.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Keep and remove differencesIf your theme (or possibly another plugin) has some code set up so if you click on a gallery image it pops it open in a lightbox, that’s not necessarily ideal (or functional) if you’re trying to, say, link the image to another site or another page. So the “Remove” setting is on by default under the assumption most people will be linking to other pages or sites with their custom links.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Images in a rowThere’s a WordPress gallery setting to change the number of columns in the gallery, but it’s part of WordPress core and isn’t related to this plugin. This plugin only deals with links and link attributes, and has nothing to do with gallery layout.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Phots still linking to default post pageMarking this resolved due to no further response from original poster.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Light Box Not Working in Gallery ModeThat probably depends on the lightbox plugin settings – it may just not be set up to work with galleries by default – maybe that’s a setting with the Lightbox plugin you can change?
Forum: Plugins
In reply to: [WP Gallery Custom Links] lightbox on iphone 4It seems this may be an issue with the caption with the name that comes up, which isn’t so much an issue on larger screens, but on smaller screens kind of gets in the way. The div with the caption still appears to have an onclick that opens the image in carousel. If this is the case, this plugin only affects the gallery image itself, not its caption, so this may be something you need to resolve separately with your theme, or use JQuery to disable.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Caption as no-follow link ?Captions are a part of WordPress core, and if you’re using the most recent version of WordPress, you should be able to add your own links and set the no follow property yourself directly.
Regarding the link around the gallery images, there’s no way currently to set that property directly, but one workaround may be to use jQuery to set the property on each gallery link, something like:
jQuery('.gallery-item a').attr('rel','nofollow');(Code above not tested, just an idea).
Forum: Plugins
In reply to: [WP Gallery Custom Links] Gallery disappears on loading new thumbnailHm, this was a bug with an earlier version related to a greedy regular expression, but it *should* have been fixed after an update. Are you using the most current version of the plugin? If so, do you happen to have two images with the same filename, or two custom urls that are the same, or something else involving duplicates?
Forum: Plugins
In reply to: [WP Gallery Custom Links] Links not working@wanderinglawyer – WP Gallery Custom Links doesn’t support NextGen galleries, just the core WordPress [gallery] shortcode (which Jetpack integrates with, so it *should* work with Jetpack).
Forum: Plugins
In reply to: [WP Gallery Custom Links] Links not working@robynballin – I’m not actually seeing the plugin’s javascript in your page source. Are you sure you have the “WP Gallery Custom Links” plugin installed and activated?
Forum: Plugins
In reply to: [WP Gallery Custom Links] "Custom link" option not showingIf you select “attachment” or “media file” it should work – the plugin looks for both of those urls in the gallery code and replaces them with the custom urls for each image automatically.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Light Box Not Working in Gallery ModeIt looks like you currently have it set to keep lightbox effects, as I’m not seeing a no-lightbox class on the links, so that should be correct. If you disable the WP Gallery Custom Links plugin, do the gallery image links work with the lightbox as expected?