Topic-icon JFBC Login not working

Active Subscriptions:

None
12 years 11 months ago #34132 by julwol
Hi everybody,

please apologize that I can´t specify the Subject. It´s a whole mix of issues that I have.

Login-Box and Layout.

The Login-Box shows up totally different in all Browsers.

1) Firefox:
The Login-Button is OK, it´s orange with white letters.
But the Register-Button is white with white letters. It´s not readable.
The "remember"-Checkbox is centered and the last word is in the next line. (In german it´s two words: Angemeldet bleiben)

2) Internet Explorer
Same Problem with the buttons
In addition to that, the checkbox has a white square around.

3) Chrome
The background of the fields is yellow (not a problem, but I am wondering)
Same Problems as Firefox: Buttons and centered checkbox.

Then, the behaviour of the Facebook-Login-Button is weired:

4) Firefox
When I choose "Auto-Login" It always reloads the page in a matter of seconds and has a popup-window "You are being logged in". But it reloads, reloads, reloads and I can´t stop it.

5) Internet Explorer
A popup opens and immediately closes again. Nothing more happens, no registration.

6) Chrome
Same as Internet-Explorer

You can check all of that stuff on www.psychopragmatik.de
What can I do?

All the best, Julian!
The topic has been locked.
Active Subscriptions:

None
12 years 11 months ago #34133 by julwol
Replied by julwol on topic JFBC Login not working
Hi everybody,

a part of my problems where solved really easy:
I had the sandbox-mode activated in the Facebook-App.

This explains, why it worked partly in Firefox (I am logged there as the developer) and not in IE and Chrome (I am logged there with a dummy-account).

The layout-problems still exist. :-(

All the best, Julian!
The topic has been locked.
Support Specialist
12 years 11 months ago #34156 by alzander
Replied by alzander on topic JFBC Login not working
Julian,
Glad you fixed the Sandbox issue. That can be annoying, and unfortunately, isn't a setting we can control with our Autotune tool.. we wish we could disable it automatically.

As for the graphical issues, I just tested in Chrome and Firefox. I saw a black background on both, and all that was different was that the remember me check box was centered in Firefox. In both, the "Register" button was white-on-white, making it hard to read. I didn't see a yellow background on either.

Boiling it down, there's basically some conflicts between our SCLogin module and your template's CSS files. All should be pretty easy to fix. For instance, in /templates/prestige_academy/css/template.css around line 867, you'll see:
#cboxLoadedContent a, #s5box_register_inner {
color: #FFFFFF !important;
}
That's what's making your register button text white instead of black. If you remove that statement, it should fix our login module, but of course you'd need to test that it doesn't cause other problems.

Likewise, in the same file at line 800, you'll see:
#cboxLoadedContent input {
width: 80%;
}
That's causing the checkbox to be too big and causing the text to wrap like you see.

Try altering those values and see if that makes things better for you. If not, or you have specific things you'd like to correct, let us know and we'll help you with those as well.

Thanks,
Alex
The topic has been locked.