Topic-icon Horizontal login & modal problem

Active Subscriptions:

None
10 years 2 months ago #41058 by kinetix101
Hi,

I downloaded your SC Login Enhanced and everything went well. However, when I set it to horizontal, it still shows vertical. Also, it's pulling the bootstrap css even though I set it to no.Then I tried modal pop-up but it didn't appear when I click. Can you help me check what went wrong? The website is www.orderlah.com.my
The topic has been locked.
Active Subscriptions:

None
10 years 2 months ago #41059 by kinetix101
Ahh... Just found this out - User menu is not working (no-dropdown) after login.
The topic has been locked.
Support Specialist
10 years 2 months ago #41070 by alzander
Sorry you ran into a few issues. I'm a little confused by your 2nd post if you're still having problems or figured things out.

If you're still having trouble, just let us know what to look for and how you have it configured and we'll help how we can.

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

None
10 years 2 months ago #41227 by kinetix101
Post 2: solved! I switched on jQuery and it's working perfectly. However, I still have problem with horizontal login even after I set it to horizontal at the module setting. Really need your help on this. Thanks.

File Attachment:
The topic has been locked.
Support Specialist
10 years 2 months ago #41346 by alzander
Very sorry for the delayed response. We've been super busy getting the next release of JFBConnect and SCLogin out. They were just posted moments ago, and I'd recommend upgrading the SCLogin module when you get a chance. It won't fix your issue, but it does have some improvements scattered about.

As for your issue, the reason the horizontal mode isn't working is because of this line in your template's CSS file:
.control-group {
clear: both;
}
At line 1184 in www.orderlah.com.my/templates/orderlah_v1/css/default.css
You can try to remove that line or add the following to your template to override that style when inside the SCLogin module:
.sclogin .control-group {
clear: none;
}
I hope that helps, and thanks for your patience!
Alex
The topic has been locked.