Does your theme support featured images? Could be worth checking with the theme author if you are unsure. If for instance you switch to a default theme such as Twenty Twelve or Twenty Thirteen (which definitely do support featured images) you should find that they become available.
Thread Starter
mwf113
(@mwf113)
Barry,
The theme does support featured images and works in posts. It’s just not working in this plugin – I have already sent a support request to plugin developer.
What theme are you using?
I’m having the same issue using theme Gonzo which does support Featured Images. I don’t even see an option to make it appear / disappear under Screen Options.
http://themeforest.net/item/gonzo-clean-responsive-wp-magazine/2415788/
Thread Starter
mwf113
(@mwf113)
On functions.php file, I fixed it by modifying this line:
add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘page’, ‘movie’, ‘tribe_events‘ ) );
}