The site I'm working on is built on Drupal 7.19 using Media: Vimeo 7.x-2.x-dev (2012-Dec-13) and Media 7.x-2.0-unstable7+25-dev (2013-Feb-09) (I encountered this problem with Media 7.x-2.0-unstable7 as well).

I have an embedded video field on a video content type. When I add a Vimeo video, it works. It is added, but it's thumbnail does not show up, only its title text. Interestingly enough, I have the exact same setup on a dev site on my laptop and the thumbnail showed up fine. When I updated the same modules on the live site, I encountered the thumbnail problem.

Does someone know how to fix this issue?

Thank you.

Comments

gmclelland’s picture

Status: Active » Postponed (maintainer needs more info)

There have been lots of changes since then. Does this still happen with the latest 2.x-dev? Might be a good idea to also update your media and file_entity to 2.x-dev as well. Make sure you have backups first.

pkchoo’s picture

Looks like this was a server related issue. I moved the site to a different hosting platform and the thumbnails displayed fine.

bporter2387’s picture

I had the same issue. When using the latest dev version of file_entity, a new menu item was added under "Structure"
admin/structure/file-types/manage/video/file-display/

The "Display Precedence Order" was set to "Large filetype icon" first, and "Vimeo Preview Image" second. Switching them around fixed the issue.

rob c’s picture

( #2106977: Remove unnecessary variable namespacing might hold the fix for clean installs )

devin carlson’s picture

Title: Video thumbnail not showing » Add default display configuration
Component: Miscellaneous » Code
Issue summary: View changes
Status: Postponed (maintainer needs more info) » Active

Retitling to address the current issue.

devin carlson’s picture

Category: Bug report » Task
Status: Active » Needs review
StatusFileSize
new2.41 KB

A patch to add a default display configuration.

devin carlson’s picture

Status: Needs review » Fixed

Tested #6 with a fresh install of Media: Vimeo and verified that videos displayed the proper player/thumbnail in the default/teaser/preview view modes.

Committed #6 to Media: Vimeo 7.x-2.x.

  • Commit c9bbc76 on 7.x-2.x by Devin Carlson:
    Issue #1915876 by Devin Carlson: Added a default display configuration.
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.