Hi all customer,
When you our Haru Vidi – Video WordPress plugin and add or edit custom posttypes like videos, channel,… but you don’t see Featured Thumbnail on admin dashboard.
That’s seem you theme doesn’t support it.
You need add this code in fucntion.php of your theme:
add_theme_support( 'post-thumbnails' );
or
add_theme_support( 'post-thumbnails', array( 'post', 'customposttypename' ) );
Hope this help!
****
Regards,
HaruTheme