Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Ie Thumbnails Won't Play


  • Please log in to reply
2 replies to this topic

#1 wp-dev1

wp-dev1

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 25 January 2014 - 10:06 AM

Not sure exactly what's going on but IE thumbnails don't work for me (Works fine with FF and chrome).

 

I'm using the JQmodal player on this site here: http://79.125.116.176/

 

Please can you let me know if you need any more information.

 

thanks

 

 



#2 wp-dev1

wp-dev1

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 27 January 2014 - 08:12 AM

I'm using version 3.1.5 tubepress pro with the following player settings:

 

play each video: jqModal

implementation: provider default

Lazy videos: no

auto-play: yes



#3 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 28 January 2014 - 11:25 AM

Based on what I can tell, it seems that your custom CSS for the thumbnails (wp-content/themes/UniversityPress/style.css, starting around line 1415) is preventing any click events from propagating to the <div> holding the thumbnail. It's probably the CSS rule you have on line 1458 (.tubepress_thumb:hover), where you set the z-index to -1. I'll bet that the background image (playbutton-hover.png) is blocking the clicks from getting through.

 

So to test this, you can simply temporarily remove your custom CSS rules from style.css. If the thumbnails work properly in IE, then you know that at least one of the rules is the culprit. I would start adding the rules back, one by one, until the problem is pinpointed.

 

Does that make sense? Please let us know what you think. Thanks!