Viewing 13 replies - 1 through 13 (of 13 total)
  • Matt Gross

    (@mattgrossworkgmailcom)

    Seconding this request, a client called me this morning after updating to WP 3.9, He has a couple pages with multiple galleries, and all but the first gallery aren’t displaying.

    Initially the second gallery was displaying with no layout, but after applying the recent masonry plugin update the second gallery doesn’t appear at all, just sits at opacity: 0;

    Initially I thought it might be a caching issue, but after disabling the caching plugins I had running there was no effect.

    Here’s the link to mine: http://www.ryanfilgasphotography.com/weddings/

    Plugin Author phoenixMagoo

    (@phoenixmagoo)

    Hey guys,

    I’ve confirmed the problem as well and I’m working on a permanent solution. Here is a quick temporary fix until I can hammer out an update.

    Change line 141 in the init.php file from:

    plugins_url( 'js/masonry-init-v3.js' , __FILE__ ),

    to

    plugins_url( 'js/masonry-init-v2.js' , __FILE__ ),

    Then in the css folder completely erase all the contents of jmig-masonry-v3.css

    This will fix the issue when multiple galleries are present

    Matt Gross

    (@mattgrossworkgmailcom)

    Worked like a charm.

    I’ll be looking forward to the update, I really liked that simple fade in from v3.

    Thanks a bunch.

    Plugin Author phoenixMagoo

    (@phoenixmagoo)

    Hey guys,

    I rewrote the broken part in jQuery and was able to maintain the simple fade. I haven’t pushed it to WordPress yet, but if you want to test it out for me that would be awesome. Let me know how it works for you.

    https://www.dropbox.com/s/3ikamqo864r9yjd/jquery-masonry-image-gallery.zip

    Plugin Author phoenixMagoo

    (@phoenixmagoo)

    Update is out that will resolve this issue.

    Matt Gross

    (@mattgrossworkgmailcom)

    Sorry I didn’t get back in time to test it early, the plugin fixes it perfectly.

    Thanks again, everything’s working great.

    Thread Starter artwo.fr

    (@artwofr)

    Fantastic!
    It works perfectly. Thanks.

    Thread Starter artwo.fr

    (@artwofr)

    Resolved.

    Plugin Author phoenixMagoo

    (@phoenixmagoo)

    Hey, I’m too sure if you guys are going to get this message, but I’ve got a working Vanilla JS version that seems to be working just fine. Not sure if you are interested in helping me test it out, but let me know if you want to do and I will privately send you messages and files.

    Matt Gross

    (@mattgrossworkgmailcom)

    I’d be in for that. Hit me up.

    Cheers

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    phoenixMagoo? As these forums don’t support messaging and users should not post their email addresses here can you provide a contact URL?

    Plugin Author phoenixMagoo

    (@phoenixmagoo)

    Please send me your emails to will@willrees.com

    I had to release the update a bit quicker than I wanted to because I found a bug that would cause issues with server side caching and older versions of IE. BUT, there are still a few items I would like to update for the next release.

    Thanks!

    Plugin Author phoenixMagoo

    (@phoenixmagoo)

    Hey Guys,

    I’ve uploaded a newer version with more options to Github. My goal with this one is to be more dynamic (the galleries are now styled) while still maintaining backwards compatibility (the ability to disable the new styles). Please download it and try it out. Hopefully everything works as intended.

    Please download it from gitHub.

    Thanks!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Can't display several galleries since last update’ is closed to new replies.