We are using shortcodes.
[fvplayer src="https://vimeo.com/{video_id}" playlist="...." caption="...."]
When we press the button to refresh we see:
40 automated Vimeo splash screens removed.
40 Vimeo video durations removed.
40 Vimeo video last_video_meta_check removed.
No cached shortcode Vimeo splash screens found in options!
No cached shortcode Vimeo splash screens found in postmeta!
Back to FV Player Settings
We are seeing this on our site as well, updating and following the steps have not worked. What else can we do to get rid of the color bars and get the splash screens back on our Vimeo content?
Seems line 318 of transcript.class.php:
Needed {$wpdb->prefix}options
instead of just wp_options
in the FROM clause.