Video will NOT play in Party freak template

GK User
Sun Aug 29, 2010 11:37 pm
My URL is www.torquevw.com.

Videos will not play in Chrome and FireFox. I've read about a few fixes but none have worked. Can someone please help me with this.

I've pretty much lost the majority of my users from broken functionality, so I need this fixed asap.

Thanks
User avatar
Fresh Boarder

GK User
Mon Aug 30, 2010 12:18 am
Hi

This doesn't have anything with our template or projects.
Anyway, try replacing this media code with yours.

Code: Select all
<object width="320" height="200" data="http://vimeo.com/moogaloop.swf?clip_id=11100503&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" type="application/x-shockwave-flash">
<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11100503&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" />
<param name="wmode" value="transparent" />
<param name="allowfullscreen" value="true" />
</object>


Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Aug 30, 2010 9:43 am
Sorry I thought it was an issue with your template as it doesn't happen on other templates I have. Either way, thanks for the help.

Where does this code go?
User avatar
Fresh Boarder

GK User
Mon Aug 30, 2010 12:37 pm
Aren't you using custom module type with media source player?
If so, replace it with this.
User avatar
Platinum Boarder

GK User
Mon Aug 30, 2010 2:47 pm
Sorry you've lost me, I'm using the Party Freak template. I didn't set-up any custom modules.
User avatar
Fresh Boarder

GK User
Mon Aug 30, 2010 3:34 pm
So how did you add the video?
Are you using some extension?
User avatar
Platinum Boarder

GK User
Mon Aug 30, 2010 8:12 pm
I'm using the Jomsocial component which has user video/photo uploads. See the below link.

http://www.torquevw.com/index.php?optio ... &Itemid=97
User avatar
Fresh Boarder

GK User
Tue Aug 31, 2010 11:00 pm
Hi, any help here?
User avatar
Fresh Boarder

GK User
Wed Sep 01, 2010 4:12 pm
Is there a solution for this?
User avatar
Fresh Boarder

teitbite
Wed Sep 01, 2010 9:34 pm
Hi

Hehe. It's working but is covered by some other layer :)

Add this at the end of template.css file:

Code: Select all
body #community-wrap .video-player {
position:relative;
z-index:100;
}
User avatar
Moderator


cron