You are here: Home
Support site for Tips and Tricks HQ premium products
Just got the email.
Here’s the code;
[wp_lightbox_flowplayer_video link=”http://growyourlifework.com/website/wp-content/uploads/one.mp4″ width=”640″ height=”460″ source=”http://growyourlifework.com/website/wp-content/uploads/video.jpg”%5D
Oh, yes, I realize the css comes from lightbox, thus my confusion: why doesn’t my theme pick it up…
I discovered the theme is the conflict. Any ideas on how to make them work together, or where to start looking to determine the conflict?
I noticed in Twenty-ten the player has the following code (I created the CSS from the source code):
#lightbox_ultimate_fp_overlay{
Width: 640px;
Background-image: none;
Top: 92.5px;
Left: 496.5px;
Position: fixed;
z-index: 10000;
display: block;
}
But in my theme there is no id or class. Not sure what would cause this to happen. Any thoughts?