• I’m using the latest version 1.8.1 of the Video Thumbnails plugin. It worked for the longest time and then randomly sometime in the past few months (I think after a WordPress update) it stopped working and I have been uploading the thumbnails manually. I can’t tell you the exact time or which update it was because I wasn’t really paying attention to the thumbnails when it stopped working.

    I deleted and re-installed the plugin and then ran a “scan past posts” with no luck. I am a novice wordpress user and know very little about wordpress and coding, all I know is the plugin recently stopped working.

    My website: TeraBrite.tv
    if you scroll down and go to the second page you will see where I neglected to manually upload featured images and the plugin has failed to work.

    Also, in this category: http://terabrite.tv/vlerabrite-terabrite-daily-vlogs/

    http://wordpress.org/extend/plugins/video-thumbnails/

Viewing 2 replies - 16 through 17 (of 17 total)
  • danny

    (@danielmichel)

    stopped working for me as well. youtube and vimeo. i havent changed my code in over a year

    <!-- thumbs -->
    <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php echo (get_post_meta($post->ID, "post-img-alt", true)) ? htmlspecialchars(get_post_meta($post->ID, "post-img-alt", true)) : the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/scripts/timthumb.php?src=<?php if( ( $video_thumbnail = get_video_thumbnail() ) != null ) : echo video_thumbnail(); else : if ( has_post_thumbnail()) : $thumb = wp_get_attachment_image_src(get_post_thumbnail_id(), 'thumbnail_name'); echo $thumb[0]; else : if ( $iNumberOfPics > 0 ) : echo catch_that_image(); endif; endif; endif; ?>&h=142&w=222" alt="<?php echo (get_post_meta($post->ID, "post-img-alt", true)) ? htmlspecialchars(get_post_meta($post->ID, "post-img-alt", true)) : the_title(); ?>" width="222" height="142" /></a>
    <!-- /end thumbs -->

    The plugin is not working for me today when I try with a custom post type. It was working yesterday for standard posts on a different site. This is a shame because typically this plugin has been great…

Viewing 2 replies - 16 through 17 (of 17 total)

The topic ‘Video Thumbnails Plugin Stopped Working’ is closed to new replies.