Shape 5

Joomla Templates => Sportopolis - Club => : claudio71 August 21, 2010, 02:45:28 AM



: In I.E. menu and login form behind slideshow.
: claudio71 August 21, 2010, 02:45:28 AM
Hi... i'm using sportopolis template and the defoult login module.

The trouble is that in I.E. (7 and 8) menu and login form appears behind the slideshow!

See the screenshoots:



: Re: In I.E. menu and login form behind slideshow.
: mikek August 23, 2010, 07:34:14 AM
Hello,

Please post a url to where the problem occurs. Thank you.


: Re: In I.E. menu and login form behind slideshow.
: claudio71 August 23, 2010, 07:49:05 AM
http://www.hobbydiscus.com

thanks.


: Re: In I.E. menu and login form behind slideshow.
: mikek August 23, 2010, 08:10:25 AM
Hello,

This is an issue with the slideshow module. I see several calls to position:relative's but none have a z-index identified, this is most likely causing the issue because the browser needs the z-index to know what level it is at. Without being the developer of this module I wouldn't be able to fully diagnose the issue.


: Re: In I.E. menu and login form behind slideshow.
: claudio71 August 23, 2010, 09:08:46 AM
This is your answare?
This is your help?

Some month ago i had the same problem with another buyed template, but they solved the problem >:(


This is no good help for your customer.

I'm sorry to write this but this is what i think :-\


: Re: In I.E. menu and login form behind slideshow.
: claudio71 August 23, 2010, 10:48:16 AM
What about this file?


: Re: In I.E. menu and login form behind slideshow.
: mikek August 23, 2010, 01:06:43 PM
Hello,

As I stated above this is an issue with the module, not the template, we cannot provide support on third party products. The css for this module is calling several css position calls with no z-indexes identified which is not proper. You can certainly try what the pdf is suggesting and adding a higher z-index to the menu wrapper but I do think this is going to solve the issue. You can add the following to the bottom of template_css.css:

#s5_navv {
position:relative;
z-index:100;
}

If you need help implementing that please private message me super admin access.


: Re: In I.E. menu and login form behind slideshow.
: claudio71 August 24, 2010, 07:59:13 AM
OK,

for the login form that appears behind the slideshow!
Could you help me to resolve the problem please?

thanks


: Re: In I.E. menu and login form behind slideshow.
: claudio71 August 26, 2010, 03:39:24 AM
OK,

for the login form that appears behind the slideshow!
Could you help me to resolve the problem please?

thanks



Could someone help me please?


: Re: In I.E. menu and login form behind slideshow.
: mikek August 26, 2010, 07:37:53 AM
Hello,

I am sorry I didn't see that you had replied to this post. Try adding the following to the bottom of template_css.css for the login:

#s5_login_wrap {
z-index:100;
}


: Re: In I.E. menu and login form behind slideshow.
: claudio71 August 26, 2010, 09:14:39 AM
Hello,

I am sorry I didn't see that you had replied to this post. Try adding the following to the bottom of template_css.css for the login:

#s5_login_wrap {
z-index:100;
}

Thanks,
it now work fine.  ;)