Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author hiddentao

    (@randomaniac)

    Do you see any PHP errors in your log files?

    Version 1.2.2 is out now and might – fingers crossed – fix this.

    Same here I just downloaded the plugin a few minutes ago, did the authorization thing but when trying to add pictures using the flickr button it shows an empty window, any help? Thanks!

    Plugin Author hiddentao

    (@randomaniac)

    Do you get any errors in the Javascript console?

    Just checked and got this:

    Uncaught TypeError: Property ‘$’ of object [object Object] is not a function wp-flickr-embed.js:548

    Thanks!

    A polite bump!

    Any help would be pretty much appreciated, thanks!

    Hi there!

    I’m having the exact same issue, and seeing a similar JavaScript error in Firefox with WebDeveloper extension console:

    [21:38:30.696] TypeError: $ is not a function @ https://my.site/wp-content/plugins/wp-flickr-embed//wp-flickr-embed.js:548

    Have you been able to look into it? Thanks in advance!

    Hey Timtom, nothing, such a shame that the author doesn’t have a time to fix or at least help us with his own product.

    timtom

    (@timtom)

    Solved (thanks to this). Locate the file wp-flickr-embed.js in your extensions directory and do the following.

    – Comment out the first line (add // before it):
    //var $ = jQuery;

    – Then replace every instance of $( by jQuery(. Use the search and replace function of your text editor do do this quickly.

    Working again!

    arturocivit

    (@arturocivit)

    Hi there TimTom, thanks for that, but I’m lost, replace $ with what? because there’s a lot of $ around in that page.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Empty add photos dialog’ is closed to new replies.