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

CommentFileSizeAuthor
#3 page.txt8.07 KBvkechagias
#2 safair problem.jpg165.59 KBsmallcoder
#2 page.txt8.01 KBsmallcoder

Comments

vkechagias’s picture

Hi 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

smallcoder’s picture

StatusFileSize
new8.01 KB
new165.59 KB

Hi 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

vkechagias’s picture

StatusFileSize
new8.07 KB

Hi 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

smallcoder’s picture

Bill

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

smallcoder’s picture

Status: Active » Closed (fixed)

Job done - many thanks

vkechagias’s picture

Category: bug » support

I 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

smallcoder’s picture

Thanks Bill

I am wearing my idiot hat for a day for missing that dumb mistake !!!

Cheers

Martin

vkechagias’s picture

Issue summary: View changes