• Resolved Design Locker

    (@design-locker)


    Hello,

    Firstly, thank you for the amazing plugin.

    I upgraded to the version 1.2.8 this morning and the galleries are no longer loading. I can see the code when I look at the source code but not showing on front end. See http://bit.ly/1MBc40g for example. Most pages on this site have a FooGallery and none are loading.

    The site is running a child theme of the the default twentytwelve theme with the latest version of WP and has the following plugins;

    Akismet, Contact Form 7, Display Widgets, Foo Gallery, FooBox Free Image Lightbox, Wordfence Security & Yoast SEO

    I deactivated all plugins but the issue persists.

    I also installed the latest version this morning on a test site and the same issue is occuring on the test site.

    any help would be greatly appreciated.

    https://wordpress.org/plugins/foogallery/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Design Locker

    (@design-locker)

    Just an update, I went back to version 1.2.7 and the Galleries are now working again.

    Plugin Author bradvin

    (@bradvin)

    please upgrade to 1.2.8 so that I can debug your issue.

    Thread Starter Design Locker

    (@design-locker)

    Hi bradvin,

    Thank you for your reply.

    The previous link is on a live site so I must leave it at version 1.2.7 but the link below is a site that is work in progress so latest version installed (1.2.8).

    Same again in that it is running a child theme of the default twentytwelve theme with the latest version of WP.

    See http://bit.ly/1X7OVaL

    Plugin Author bradvin

    (@bradvin)

    OK, i figured out what the issue was after much digging…

    You have a race condition caused by two jQuery’s included in the page.
    Versions 1.11.3 and 1.6.2

    The imagesLoaded script is loaded into the first instance and then when the page is loaded the second instance has over written it and doesn’t have that plugin loaded at all so throws an error, which is causing the Gallery to not show.

    You have a plugin or theme that is loading jquery from a CDN:

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>

    You need to find out what is doing that and get rid of it, as it is a really old version of jQuery too. Once you get rid of that 2nd reference, then the gallery will load as expected.

    Thread Starter Design Locker

    (@design-locker)

    Hi bradvin,

    I have no idea how you figured that out but seriously good work, thank you so much.

    The jQuery script from the CDN you mentioned above is used by Flexslider by WooThemes for the homepage slider.

    Am I right in thinking that going forward, version 1.2.8 of FooGallery is no longer compatible with Flexslider but previous versions of FooGallery are?

    Plugin Author bradvin

    (@bradvin)

    I am changing the jQuery code to rather be vanilla javascript, so the reliance on jQuery will fall away completely, so these types on strange conflicts will not be an issue

    Hi barvin,

    i used Foogallery to all of my posts and pages in my website(www.lightingsuperstores.com), but when i just activate the yoast seo plugin and run the xml sitemaps for posts and pages it showed that there is nothing in those pages and posts although every one has a gallery done by foogallery.
    Where is the problem then ???

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Galleries No Longer Visible after 1.2.8 Upgrade’ is closed to new replies.