Topic-icon SC Login doesn't work correctly

Active Subscriptions:

None
10 years 8 months ago #35084 by LeGiangAnh
In the mean time, one more question Alex, is there any way to display the login in only one line: screencast.com/t/cXb7Y9DV. It means that the remember password and FB login is in online also?
The topic has been locked.
Support Specialist
10 years 8 months ago #35090 by alzander
On that page, the modal isn't working for me. The reason looks to be from the same template conflict I mentioned in this post above . Are you sure that fix has been implemented? If so, please clear your Joomla caches.

For the one-line of links, your screencast link didn't work. Can you do it again so we can see what you're looking for?

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

None
10 years 8 months ago #35094 by LeGiangAnh
I followed that post exactly: screencast.com/t/xoG5eCY7rcm
It worked yesterday but didn't work now.

Reupload the image: screencast.com/t/cXb7Y9DV I'd like to have all in one line only.

Thanks,
Giang Anh
The topic has been locked.
Support Specialist
10 years 8 months ago #35103 by alzander
Anh,
The problem looks to be that you installed the Joomla 2.5 version of the SCLogin module and not the 3.x version. Please install the 3.x version and make the minor change I mentioned above. There should not be a line in the module including the bootstrap.min.js file for the 3.x version.

For the horizontal mode, in the Social settings area of the module, you can set where the social buttons are included. It should be "Side" instead of "Bottom". Once that's done, just the Remember Me box will be at the bottom. When you get things fixed up, as above, we'll take a look and help provide the CSS to make the Remember Me button float to the right.

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

None
10 years 8 months ago #35106 by LeGiangAnh
Hello Alex,

I'm sorry for my mistake. I have installed the 3.0 one and it works.
However, I meet one issue with the boostraps:
- If i set to No in the Advanced Options, the login form will appear correctly at the middle (near the top) but the register text changes to white screencast.com/t/RaqV78FVS
- If I set it to Yes, the login form will appear at the bot which is not correct: screencast.com/t/e1iJbDBZ7r0e and the website i still show grey background after the form disappears: screencast.com/t/ZrD4VL65. You can test with the register screen, it always happens: danhgia.net/cong-dong/register
- The forget password and username buttons are still not correct as you can see.

Thanks,
Giang Anh
The topic has been locked.
Support Specialist
10 years 8 months ago #35135 by alzander
Set the Bootstrap setting to 'no', since it seems like the Bootstrap functionality is already being included on your page. Then, let us know when we can see the page and I can help you fix the color of the button.

For the forgot buttons, try adding the following to your stylesheet (again, something that should hopefully be fixed in the next release):
.sclogin a.forgot.btn { 
height: 28px !important; 
}

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

None
10 years 8 months ago - 10 years 8 months ago #35139 by LeGiangAnh
I have to set the boot trap to yes since it will not work properly all the time if I set to no. Some time I cannot login: screencast.com/t/UWHbyoqh. Please help me to fix the BG color and the position of floating login form.
For the code, where should I put it, in which file?
One more question, how can I translate these buttons: screencast.com/t/9291izM7qEeV

Thanks,
Giang Anh
Last edit: 10 years 8 months ago by LeGiangAnh.
The topic has been locked.
Support Specialist
10 years 8 months ago #35163 by alzander
Giang,
The Login / Register buttons are currently not translatable and need to be modified in the code. This will be fixed in the next release, but for now, you can follow the directions in this post to change that text.

If you need the Include Bootstrap setting enabled but it still doesn't always work, that means that another extension is likely re-including the Bootstrap javascript files. On the pages that it's being re-included, you run into issues.. on the pages where it's only there once, it works as expected.

Can you test on the site and see if there's always a specific component that the SCLogin module doesn't work in? That will help us narrow down where the possible conflict is.

For the background image, you want to create the following style in your tempate:
.sclogin .btn {
background-color: #f5f5f5;
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
border-bottom-color: #b3b3b3;
color: #000;
}
That should make the button look like it should, even when our CSS isn't loaded.

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

None
10 years 8 months ago #35165 by LeGiangAnh
After adding your code to my custome css file: screencast.com/t/8hc4M28Bo, screencast.com/t/iDh8ZrPXN5d
The issue is still the same, even worse... :P
I notice that the black screen issue only happen on Jomsocial page while in Jreview page it doesn't. Maybe this will help you.
I see nothing in those line, Alex: screencast.com/t/sNQWwWkb

Thanks,
Giang Anh
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago #35348 by LeGiangAnh
It seems it take too much time for solving this issue?
Anyone can help me please...
The topic has been locked.