• First time trying this plugin and all I get is a blank page. When I view the page source, I see the images there, but nothing displays on the page itself. When I debug, it shows:

    Uncaught TypeError: undefined is not a function (index):129
    (anonymous function) jquery.js?ver=4.0.1:974
    firejquery.js? ver=4.0.1:1082
    self.fireWith jquery.js?ver=4.0.1:406
    jQuery.extend.ready jquery.js?ver=4.0.1:83
    DOMContentLoaded

    https://www.ads-software.com/plugins/flickr-photostream/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter justmattb

    (@mwbarker)

    To clarify, headers/footer/content area loads, but the images are not there.

    Same for me on 3.1.6 and 4.0.1
    I can even click on a link to the image. It is not loaded though – just the loader shows

    Plugin Author miro.mannino

    (@miromannino)

    Someone of you have a working page where I can find the error? Sometimes it’s just another plugin that declare jquery at the end of the page, breaking all the other plugins.

    Thread Starter justmattb

    (@mwbarker)

    Same problem here gents.

    Kenanoff, the loader displays for me as well, but nothing loads. I’ve deactivated every other plugin.

    Interestingly, the most recent review of the plugin is from today and the reviewer seems to have it working fine with 4.0.1. I’m curious how. . .

    Plugin Author miro.mannino

    (@miromannino)

    You have in your theme or in a plugin an insert, AT THE BOTTOM OF THE PAGE of the foundation.js library, that contains the jQuery library. This means that jQuery is imported twice: the first, the one that I use, is the standard way to import jquery in WordPress. Then the Justified Gallery is registered in the page. And then, when the library is imported again in the page all the attached plugin is canceled.

    So I recomend you to see what is the theme or the plugin that imports the library in a non standard way, and remove it.

    I will write this in the FAQ if I can’t find a workaround.

    Thanks much Miro. I’ll look into it and get back to you.

    Plugin Author miro.mannino

    (@miromannino)

    I did a workaround and, even if there are different jquery included in the page it works! It will be available in the next release.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Blank Page’ is closed to new replies.