I am having issues adding featured images to my events, and posts when I go to add a featured image, I can choose from my library, select an image, and click “Use As Featured Image”. When I do that, nothing happens. The featured area remains blank and no image is added. I have added the following to my theme’s function.php file.
add_theme_support( ‘post-thumbnails’, array(‘post’, ‘page’, ‘tribe_events’) );
This did not fix the problem. I am using a custom child them of Twenty Ten that I developed.
I’ve deactivated all plug-ins, switched to twentyten theme and still had the issue. It is very possible this is something outside of your plugin, but any help is appreciated.