Viewing 4 replies - 1 through 4 (of 4 total)
  • You can fix it by replacing jQuery .live() functions by .on() function in those files :
    – edit-tags.js
    – media-upload-popup.js

    3.6 includes jQuery 1.10.2 so .live() have been removed.

    edit-tags.js:3
    $( '#wpbody' ).on( 'click', '.taxonomy-image-control a', function () {

    edit-tags.js:9
    $( '#wpbody' ).on( 'click', '.taxonomy-image-control .remove', function () {

    media-upload-popup.js:42
    $( '.taxonomy-images-modal .remove-association' ).on( 'click', function () {

    media-upload-popup.js:75
    $( '.taxonomy-images-modal .create-association' ).on( 'click', function () {

    Topher

    (@topher1kenobe)

    This worked for me as well. Has anyone talked to Michael about updating it? It hasn’t been updated in quite a while.

    Thanks MentheFraiche!

    But there’s still a a bug. If you upload a new image to associate the button “Associate with blablabla” is not working.

    You need to reload the page then select again the image you uploaded and the button will work.

    Apparently this plugin hasn’t been updated in 2 years time.

    Hi,

    Can anyone confirm that the plugin now works with WP3.6?

    I notice there is a recent update (0.8.0) but does this update remedy the ‘Associate with..’ button issue?

    I have version 0.7.3 running on WP3.6 and the ‘associate’ button doesn’t work – just looking for confirmation that the plugin update takes care of that issue.

    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Doenst work with WP 3.6’ is closed to new replies.