Hi,
I'm trying to embed a Youtube video on http://processplan.com. I'm using the Nimble theme from Elegantthemes. The theme does not natively support youtube embeds on the homepage slider, but I'm trying to get around it.
I have attached the PHP file with the changes I've made. The video pulls up nicely, but it will not play when you click on it.
Sai kumar answers:
Hi,
Please change the following in your css. It will work
#main-header .container{
position: relative;
}
#featured.flexslider{
z-index: 0;
}
Thanks
Sai
Sai kumar comments:
Hope the given code worked right?
Thanks
Sai
Anne Shenton comments:
This worked perfectly. Thank you!
Sai kumar comments:
You are humbly welcome :)
Thanks
Sabby Sam answers:
Hi Anne,
Just add this css in your style.css file.
I hope this will work for you
#featured.flexslider {
z-index: 9999;
}
Navjot Singh answers:
You need to paste the contents of the php file in between code tags here or use pastebin.com.