Just wondering if anyone else had experienced problems with replacing the Vimeo links with Youtube links in the Featured Video hardcoded section of the Selecta theme?
Problem occurs when you swap between videos using the list at the right hand side. The actual videos just overlay in a mess and the problem doesn't happen with vimeo videos AND it only happens in Safari browser (Opera, Chrome, Firefox and even IE9 seem fine)
I could be just a complete moron and be missing something but it just seems weird it only happens with Safari. These things normally happen when you click open IE with fear and loathing and IE is behaving (apart from hating the curved boxes) like a total dream.
Any help/suggestions/random abuse much appreciated
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | page.txt | 8.07 KB | vkechagias |
| #2 | safair problem.jpg | 165.59 KB | smallcoder |
| #2 | page.txt | 8.01 KB | smallcoder |
Comments
Comment #1
vkechagias commentedHi smallcoder,
could you please post a screenshot of the issue?
Also, if you haven't already, please check issue: http://drupal.org/node/1517206 . It seems to be somewhat similar to the issue you are describing.
Let me know if the solution in the issue above helped you.
Bill
Comment #2
smallcoder commentedHi Bill
Thanks for the reply. I've attached a screenshot showing how the previous video screen doesn't get wiped when you choose another from the right hand list. I checked the code and I have attached my page.tpl file as a txt file.
Any suggestions much appreciated. I am new to drupal so won't be surprised if I have done a completely dumb mistake heh heh.
Cheers
Comment #3
vkechagias commentedHi smallcoder,
I have tested your page.tpl.php on my installation and it seems to work with no problems on Firefox, Chrome and Safari in MacOS X.
Is your installation online so I can troubleshoot the problem directly?
As I am not able to reproduce your issue locally could you test if the attached page.tpl.php fixes your problem?
Bill
Comment #4
smallcoder commentedBill
I don't know what you did but thanks a million - works perfectly and solves the problem!
Cheers
Martin (Smallcoder)
PS: It's the best them out there for displaying online video
Comment #5
smallcoder commentedJob done - many thanks
Comment #6
vkechagias commentedI simply added the ?wmode=opaque parameter to your Youtube urls.
eg.
<iframe width="640" height="360" src="http://www.youtube.com/embed/q3H3YV31yLw?wmode=opaque" frameborder="0" allowfullscreen></iframe>As this is not related to the actual theme code, I am changing the category to support request.
Happy to help!
Bill
Comment #7
smallcoder commentedThanks Bill
I am wearing my idiot hat for a day for missing that dumb mistake !!!
Cheers
Martin
Comment #8
vkechagias commented