Topic-icon No login box appears

Active Subscriptions:

None
10 years 10 months ago #38242 by leetem
No login box appears was created by leetem
HELP!
I have installed the module on my website but when I click the login button the screen darkens and then nothing appears!

Do I have a jQuery conflict?

petrospot.under-development.info/

Thanks

Lee
The topic has been locked.
Support Specialist
10 years 10 months ago #38262 by alzander
Replied by alzander on topic No login box appears
Lee,
The link you provided didn't work. The best thing to try is to enable the "Include jQuery" setting, which will try to include a compatibility layer for jQuery and Bootstrap which should minimize conflicts.

If that doesn't work, let me know when you're site is back up, and we'll gladly look again.

Thanks,
Alex
The topic has been locked.
Support Specialist
10 years 10 months ago #38263 by alzander
Replied by alzander on topic No login box appears
Actually, you're link above did work and I just tested. The following 2 styles are what's causing the login popup to be hidden:

/templates/petrospot/css/bootstrap.min.css line 84
.hide {
display: none !important;
}
That should not have the !important attribute on it as it prevents other Bootstrap styles from overriding that basic statement.

Also, the style below is making the box shift all to the right, which probably isn't correct.
/templates/petrospot/css/petrospot.css , line 13
.sourcecoast {
float:right;
}

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago #38318 by leetem
Replied by leetem on topic No login box appears
Thanks great, the box now appears and displays correctly, I just got ot figure out how to get it to be a smaller width.

Thanks again for the help.

Lee
The topic has been locked.
Support Specialist
10 years 10 months ago #38324 by alzander
Replied by alzander on topic No login box appears
Glad to hear you got it going. Should you need anything else from us, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for SCLogin, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/access-...authentication/24054

Thanks,
Alex
The topic has been locked.