Topic-icon SClogin header problem

Active Subscriptions:

None
10 years 10 months ago - 10 years 10 months ago #33380 by vivacomputers
Hi, I am trying out the SClogin module together with JFBconnect 5.0 and it is working very nice. The only problem that I have is that is ruining my header. Around the logo there are a few buttons but as soon a I switch on the logon then get much lower with a ugly line. It is only the logon module who produces this. It is on ViVa Computers

Can you take a look please?
Last edit: 10 years 10 months ago by vivacomputers.
The topic has been locked.
Support Specialist
10 years 10 months ago #33414 by alzander
Replied by alzander on topic SClogin header problem
I looked at your site yesterday and today, but I'm unable to see the SCLogin module or the problem you mention.

Can you enable the SCLogin module on some interior page so that we can see it enabled and the issues it's causing? By putting it on an interior page, that should make it so that your site doesn't have to look bad while we investigate.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago - 10 years 10 months ago #33417 by vivacomputers
Hello Alzander, The login that you see is the SCLogin module. It is around in the middle of the site.
Last edit: 10 years 10 months ago by vivacomputers.
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago #33418 by vivacomputers
To make it more clearer. The buttons on the right of the logo are to low. Also there is a line almost going through the logo. When I switch of the module it is al gone. The place were you login is the module. If you want I can give you access to the site.

I am busy to build a fresh new one with the same template and on that one I have the same issue.
The topic has been locked.
Support Specialist
10 years 10 months ago #33426 by alzander
Replied by alzander on topic SClogin header problem
The problem is coming from some CSS that we're including in the SCLogin module. In the /modules/mod_sclogin/css/mod_sclogin.css file, at line 34, we have:
.clearfix {
    clear: both;
}
That's causing the drop you have because your title/logo area is also using the clearfix style, but expecting some different values. I would simply update that line to:
.sclogin .clearfix {
    clear: both;
}

We'll look into adding that into the next release, but it won't be in the 'stable' release that's coming out (hopefully) tomorrow. So, if you fix it now, don't forget to fix it again if you upgrade over the next few days with the next release.

I hope that helps, but let us know how it goes. We'd love to have your feedback on that fix or any other suggestions you have for the SCLogin module.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago #33449 by vivacomputers
Yep thank you Alzander that worked. At least I saw the difference very good on the site that I am building now. I have tried the popup setup but I only get a black screen and in the deep the login.

Thank you for the help!
The topic has been locked.
Support Specialist
10 years 10 months ago #33451 by alzander
Replied by alzander on topic SClogin header problem
Glad we're making progress. I responded to your other black screen post , so let's continue the conversation in that thread.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago #33454 by vivacomputers
Allrighty!
The topic has been locked.