Hello, I found this as well. The solution is to open this file:
/wp-content/plugins/faltu-testimonial-rotator/main-function.php
Line 54:
add_theme_support( ‘post-thumbnails’, array( ‘trotator’ ) );
Change To:
add_theme_support( ‘post-thumbnails’ );
What is’t doing is limiting post thumbnails to ONLY the trotator post type. Thus all other post types do now have the featured image. It’s simply a bug, but simple to fix.
Good luck, Mike