PopLogin issue
- Posted by Tim Wills (7) Offline
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.
12 years 2 months ago #1
by Tim Wills
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
- Posted by Tim Wills (7) Offline
- Posted by ronysyz (191) Offline
Hello,
You can try to edit modules/mod_poplogin/tmpl/mod_poplogin.css
and then change those codes become to
12 years 2 months ago #4
by ronysyz
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;
}
Please Log in or Create an account to join the conversation.
- Posted by Tim Wills (7) Offline
Your solution half works in that the login box is now not behind the grey transparent layer but unfortunately nothing else is either.
12 years 2 months ago #5
by Tim Wills
Please Log in or Create an account to join the conversation.
- Posted by ronysyz (191) Offline
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
12 years 2 months ago #6
by ronysyz
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
Please Log in or Create an account to join the conversation.