Shape 5

Joomla Templates => Sportopolis - Club => : tcdllc September 14, 2009, 10:08:17 AM



: Login pop-up behind parts of website - can't use...
: tcdllc September 14, 2009, 10:08:17 AM
So if a video is on the page or you are in the JomSocial part of the website, when you click the Shape5 Login - the box that pops up is behind parts of the website which makes it impossible to use.

How can I fix this so the login box is in front of EVERYTHING on the page?


: Re: Login pop-up behind parts of website - can't use...
: cmills September 14, 2009, 01:16:38 PM
Hi

Insert

#s5_login_wrap {
z-index:300;
}

At the bottom of your template css.css file

Hope this helps ;D


: Re: Login pop-up behind parts of website - can't use...
: wkamag September 14, 2009, 02:29:09 PM
What he said.  I had the same problem, Mike posted the solution and it worked perfectly.


: Re: Login pop-up behind parts of website - can't use...
: tcdllc September 15, 2009, 01:51:32 PM
Fixed it in Firefox but not IE

www.FreeRyanWidmer.com and click on the Login link - you'll see the popup goes BEHIND the video player...


Thoughts?


: Re: Login pop-up behind parts of website - can't use...
: tcdllc September 17, 2009, 10:46:26 AM
I need to get this fixed pronto....


Dateline NBC is running a show about this case and website TOMORROW night and the site should get tons of traffic.


Any ideas how to get this form to show up in front of EVERYTHING on the page?


: Re: Login pop-up behind parts of website - can't use...
: mikek September 17, 2009, 06:46:29 PM
Hello, this is an issue with your video player. It needs the following adding the flash area:

<param name="wmode" value="opaque" />

I am not familiar with this video plugin to know exactly where the swf file is called. Without this line flash will always show on top of css elements despite what z-index is applied in IE.


: Re: Login pop-up behind parts of website - can't use...
: tcdllc September 17, 2009, 07:10:38 PM
AllVideos Reloaded


Thank you very much for pointing me in the right direction. I didn't even think about looking there, talk about a brain fart! Thank you again, I appreciate it.


: Re: Login pop-up behind parts of website - can't use...
: tcdllc September 17, 2009, 07:24:58 PM
And there was a setting right infront of me in the plugin manager that allows you to select window, opaque or transparent....