voceconnect / multi-post-thumbnails

Adds multiple post thumbnails to a post type. If you've ever wanted more than one Featured Image on a post, this plugin is for you.
143 stars 63 forks source link

TypeError: win.MultiPostThumbnails is undefined. #123

Open ushergrey opened 7 years ago

ushergrey commented 7 years ago

Hi,

Thank you very much it, worked.

Another issue in multi-post-thumbnails-admin.js (line 45, col 8)

TypeError: win.MultiPostThumbnails is undefined.

win.MultiPostThumbnails.setThumbnailID(thumb_id, id, post_type); win.MultiPostThumbnails.setThumbnailHTML(str, id, post_type);

I just remove the win. in both lines. it worked. I think you should update the plugin in WordPress repository.

Thanx.