fourlightsweb
Forum Replies Created
-
Marking as resolved
Forum: Reviews
In reply to: [WP Gallery Custom Links] Saved me a few hours…In 1.9 I added a check to make sure the jquery off() function exists, otherwise it falls back to unbind(). Thanks!
Forum: Plugins
In reply to: [WP Gallery Custom Links] Possible conflict with gallery sort orderIf I had to guess, I’d say try looking to see if your theme has a custom gallery display function, and if it’s loading the images in the order they’re specified on the gallery shortcode. Good luck!
Forum: Plugins
In reply to: [WP Gallery Custom Links] Possible conflict with gallery sort orderIf you disable WP Gallery Custom Links on the second site and try to edit the gallery sort order then, does it save it?
Forum: Plugins
In reply to: [WP Gallery Custom Links] Thumbnail size changes when set to [none]This is a CSS issue – it looks like you have “.gallery-icon a img {width:100%;}” in your CSS, and when I disable the width:100%;, it scales down to the same size as the image with no link. You’ll need to change your css to be something like “.gallery-icon a img, .gallery-icon img {width:100%;}”. There may be other instances in your css where the gallery is expecting links, in which case you’d need to modify it to also support images with no links.
Forum: Plugins
In reply to: [WP Gallery Custom Links] How to center last line of uneven gallery itemsUnfortunately this plugin just changes links, it doesn’t really have anything to do with layout or formatting – that’s something you’d need to change in your theme or whatever plugin you may be using to display the gallery.
Actually, if you’re talking about the links on the gallery images themselves no longer working in combination with a click effect (which the scroll animation is), that makes sense – 1.9 included a more effective way to remove onclick events by default (which in a gallery usually means lightbox effects, so links to pages don’t open in lightboxes). The fact that your smooth scroll links lost their click effect likely means it’s actually working *better* – you could try adding the preserve_click_events attribute to your gallery shortcode:
[gallery preserve_click_events="true"]using version 1.9 and see if that makes a difference. Assuming you don’t have any lightboxes that pop up when you click the images, I would think it should.
The custom links are stored in the database as metadata for the image, in the WordPress table with all the other post metadata. Changing the plugin files won’t affect that data, so the links should all still be in place.
Does your site go back to smooth-scrolling normally if you disable WP Gallery Custom links? If no, it would suggest an issue with the smooth scroll plugin (or maybe the theme with the plugin), if yes, you can find older versions of WP Gallery Custom Links here:
http://wordpress.org/plugins/wp-gallery-custom-links/developers/
If the older version does work, let me know.
Additionally, I just switched themes to test another issue for someone else, and the smooth scroll started working with the new theme, with WP Gallery Custom Links also enabled:
http://fourlightsweb2.dev.fourlightsweb-3.com/gallery-test/
This may be a theme-related issue somehow, but I’m not seeing any javascript errors come up, so I’m not sure exactly what would cause it off the top of my head. You may want to test with another theme and see what happens.
I installed this plugin on my test site, and it wasn’t working for me, either, but it also continued to not work after I disabled WP Gallery Custom links. I noticed the smooth scroll plugin hasn’t been updated since December, and there’s a forum post on its support forums about how it’s not working in WordPress 3.6. Is it possible it stopped working after you upgraded your WordPress version recently?
Forum: Plugins
In reply to: [WP Gallery Custom Links] change font size in gallery linkThat’s not really related to this plugin, since this plugin doesn’t deal with layout, but you could try something like “#gallery-2 span {font-size: .75em}” or something in your CSS file (will probably vary depending on your theme).
Forum: Plugins
In reply to: [WP Gallery Custom Links] Using WP StrapGrid LiteAh, yeah, if you’re linking a featured image, that’s a little different from a gallery (FAQ #4 might be helpful: http://wordpress.org/plugins/wp-gallery-custom-links/faq/). But I’m glad to hear you got it working in some fashion. 🙂
Forum: Plugins
In reply to: [WP Gallery Custom Links] Using WP StrapGrid LiteThe only thing I see on the test site appears to be posts with individual images. Can you post a gallery on the test site for me to see?
Forum: Plugins
In reply to: [WP Gallery Custom Links] Not working with JetPack galleries.The disappearing images issue should be fixed in version 1.9.0.