• Resolved pankamilr

    (@gordon34)


    I just found a little missing selector in jquery file. When I try to edit a term image in edit screen the modal window doesnt show up. it look for #addtag selector but in edit screen there’s no such selector. It should be added #edittag as well.

    https://ww.wp.xz.cn/plugins/wp-term-images/

Viewing 5 replies - 1 through 5 (of 5 total)
  • vesterde

    (@vesterde)

    I have encountered this too. Editing a term image is pretty difficult if you can’t choose files…

    vesterde

    (@vesterde)

    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.

    acafourek

    (@acafourek)

    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.