ternstyle
Forum Replies Created
-
I’m sorry I’m not familiar with your particular plugin/theme set-up.
I would try an if statement which asks if there is a video assigned first. Something like:
<?php if(get_post_meta($post->ID,’_tern_wp_youtube_video’,true)) { tern_wp_youtube_image(); } ?>
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] metadata but no videoThis plugin does not work with multi-site. Also, for the video to be displayed the WordPress function the_content must be used.
Please read here:
http://forum.ternstyle.us/topic437-error-message.htmlYouTube recently changed their XML structure which broke the plugin. Do you still have this issue with the latest version of the plugin?
You’re welcome.
tern_wp_youtube_video
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Stretched Thumbnails above every postThe thumbnails are added automatically wherever the WordPress function the_post_thumbnail is used. You would need to remove that function from your theme to have the images stop being displayed. Or you can add your own featured image to replace the default one from YouTube.
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Is this plugin still active?Mitch, it’s tough to give your time away for free everyday. I also run a forum for the plugins here:
http://forum.ternstyle.us/Featured images are supported and are added automatically whenever the WordPress function the_post_thumbnail is used.
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Videos not importedDo you still have this problem with the latest version of the plugin?
Have you tried reseting the values in the database?
This is the case. The plugin does this automatically as long as your theme uses WordPress’ the_post_thumbnail function.
The newest version of the plugin has solved this issue.
The newest version of the plugin should have solved this issue without the hack. Thank you to pulkitk for helping everyone in the meantime.