-
Hello. I’ve gone through the troubleshooting steps and it seems to me that FV Player (I have Pro as well) is the plugin responsible for blocking the ability to select and save a featured image for my posts and pages.
I found this snippet online and searched through your plugin files a bit and found a few instances this may be happening, but I’m not 100% sure:
“If you can select a “Featured Image” image but it doesn’t show in your post or you see a mysterious gray image box in your “Media Library” this is probably due to a conflict in your plugins. The plugin in question needs the “wp_enqueue_media()” function but the function probably isn’t set right. If the second parameter in the function is NOT set, quote: Note: if you do not set this parameter, uploaded files will not be attached to a post. This means that your blog posts cannot attach images. So you will either have to disable the plugin or have the author of the plugin fix the use of the “wp_enqueue_media()” function by either setting the second parameter or using “add_action(‘admin_enqueue_scripts’, ‘wp_enqueue_media’)” instead.”
I don’t want to switch video players, which is why I thought I would send you my findings.