Topic-icon SCLogin never forget

Active Subscriptions:

None
8 years 4 days ago #57946 by powar
SCLogin never forget was created by powar
Hello,
I must apologize for my English, will be translated with Google.
I have a problem with SCLogin. Registration button does not respond. I have other login module tried it runs without problem. test.partyservice-lux.de
Howdy Oleg
The topic has been locked.
Support Specialist
8 years 3 days ago #57953 by mel
Replied by mel on topic SCLogin never forget
When I hover on the Home link, a popup hovers with a Login button. When the login button is pressed, the SCLogin modal is launched. I just want to verify that the register button that you are referring to is the one here?

Looking at the source of your page, this button doesn't look quite right. The href is pointing at "/index.php/de/2015-01-26-09-48-59". However, looking around your page, your registration appears to be at "index.php/de/user-registration", so I'm not sure where that URL value is coming form. Also, there are additional font tags around the button text that did not come from us. Did you customize the module with your own template override?
<a class="btn" href="/index.php/de/2015-01-26-09-48-59"><font><font class="">Register</font></font></a>

Could you also tell me what the values for the following SCLogin module parameters are?
* Login View Settings > Show Register Button
* Registration Component
* Custom Registration Link

I saw your contact us form submission as well. Sorry for the delay in response. Let us know the answers to the above questions and we'll try to help pinpoint the problem.

-Melissa
The topic has been locked.
Active Subscriptions:

None
8 years 3 days ago #57960 by powar
Replied by powar on topic SCLogin never forget
I have a feeling that everything is shifted. Login button does not respond when it haws. Works only registry key but also not right. Module I downloaded from your homepages. Value is 755, if I Got properly.
The topic has been locked.
Support Specialist
8 years 3 days ago #57970 by alzander
Replied by alzander on topic SCLogin never forget
Everything is shifted. In your template CSS (/templates/theme3198/css/template.css) at line 6968 is:
.row-fluid {
    margin-left: -30px;
}
That margin-left is shifting everything in our module to the left by 30px. You'll need to fix that.

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

None
8 years 3 days ago #57973 by powar
Replied by powar on topic SCLogin never forget
For me looks like

.row-fluid {
margin-left: -30px;
width: auto;
}

The topic has been locked.
Support Specialist
8 years 2 days ago #57977 by alzander
Replied by alzander on topic SCLogin never forget
That's correct. The -30px is pushing everything to the left by 30px. If you remove that command, it should fix the problem in our module.

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

None
8 years 2 days ago - 8 years 2 days ago #57983 by powar
Replied by powar on topic SCLogin never forget
I deleted command and Moved is gone but I still can not login?
is now been shifted to the right
Last edit: 8 years 2 days ago by powar.
The topic has been locked.
Support Specialist
8 years 9 hours ago #58033 by alzander
Replied by alzander on topic SCLogin never forget
I'm sorry for the delayed response. I just went to your site and it looks like the shift problem is fixed.

I tried to login and was not able to. If you have Two-Factor Authentication enabled on your site and are using Joomla 3.5, please upgrade to the new JFBConnect v7.0. That includes a new SCLogin module that fixes a login bug when you are using TFA and Joomla 3.5.

I hope that helps get you going.

Thanks,
Alex
The topic has been locked.