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

Could not set that as the thumbnail image message #55

Closed jvivona closed 9 years ago

jvivona commented 9 years ago

running the plugin inside of CherryFramework. Added this code to the post-type init new MultiPostThumbnails( array( 'label' => 'Formal (Interior) Image', 'id' => 'team-secondary-image', 'post_type' => 'ourteamfolio' ) );

Can see the meta-box like I am expecting. image

When I try to set the image, for all images in our site - I keep getting a javascript pop-up which says "Could not set that as the thumbnail image, try another image" message box.

image

Any thoughts?

chrisscott commented 9 years ago

There's a few things to check:

Hope this helps.

jvivona commented 9 years ago

Yup - even though in the instructions, you said it 3 times, I still ignored your directive to put it outside the hooks. The minute I moved it, problem solved... So very odd..

Thanks!