PopLogin issue

I have just tried out your PopLogin module on my J2.5 website and have a small issue. When I click the login button, the login box appears but is underneath the grey layer rather then top of it. I have attached a screenshot to give you an idea of what I mean.
11 years 6 months ago #1 by Tim Wills

Please Log in or Create an account to join the conversation.

Mmm...can you post a live url to take a look?
11 years 6 months ago #2 by erwinschro

Please Log in or Create an account to join the conversation.

11 years 6 months ago #3 by Tim Wills

Please Log in or Create an account to join the conversation.

Hello,

You can try to edit modules/mod_poplogin/tmpl/mod_poplogin.css
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #333;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}

and then change those codes become to
#fade { /*--Transparent background layer--*/
	display: none!important; /*--hidden by default--*/
	background: #333;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
11 years 6 months ago #4 by ronysyz

Please Log in or Create an account to join the conversation.

Your solution half works in that the login box is now not behind the grey transparent layer but unfortunately nothing else is either.
11 years 6 months ago #5 by Tim Wills

Please Log in or Create an account to join the conversation.

yes, you are right.

but if you need to find the total solution, we just need to make sure if your template or another addons are not conflict with this module.

To make sure that, please do these steps:
1. Disable all modules (except the standard module from Joomla)
2. Please check your template system, did your template using JQuery or Mootools?

Maybe only boths steps that we can do at this time, and let me know here

Actually, sometimes this case happen when this module conflict with your template or any modules. But i hope that we can find a good solution for you

Regards
11 years 6 months ago #6 by ronysyz

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum