Viewing 5 replies - 1 through 5 (of 5 total)
  • I have encountered this too. Editing a term image is pretty difficult if you can’t choose files…

    In case anyone needs to fix this for themselves before an update comes along:

    Open the file term-image.js, located in the assets/js folder of the plugin. Lines 22 and 40 contain $( '#addtag' ).on( 'click' etc….

    Change both of them to $( '#addtag, #edittag' ).on( 'click' etc…

    You’re done.

    Came here looking for this fix and was not disappointed.

    Editing those 2 lines worked like a charm, thanks @vesterde!

    Works perfect! Thanks for this @vesterde!
    Hopefully the plugin will be updated soon!

    Plugin Author John James Jacoby

    (@johnjamesjacoby)

    Fixed in 0.3.1. Thanks for the nudge everyone!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Modal window on edit term screen’ is closed to new replies.