Topic-icon A few layout issues since JFBC 6.0.5 update today

Active Subscriptions:

None
10 years 4 months ago - 10 years 4 months ago #43555 by mh1
Hi,

I've just updated to JFBC 6.0.5 and noticed a few layout issues with SCLogin.

1. The remember me text and checkbox are are misaligned

2. The nodal mode is not respecting the "Show/Hide Title" setting in Joomla>Module Manager.

Many thanks.

File Attachment:


File Attachment:
Last edit: 10 years 4 months ago by mh1.
The topic has been locked.
Support Specialist
10 years 4 months ago #43562 by alzander
1) We'll have to investigate what's wrong here. I don't think we made any styling changes in this release that should affect that, so it's likely that was a problem beforehand. Either way, it doesn't look right. I'll let you know what we find.
We *did* add an option in this release to let you configure how the Remember Me box works - Shown and checked, shown and not checked, hidden and checked or just hidden. I don't think that should have an effect on things, but wanted to let you know about that change in case you'd like to take advantage of that option.

2) This is a bug. The new SCLogin module has a "Close" button in the top right. Unfortunately, that change wasn't actually supposed to be released yet since there should be an option to disable the Close bar. When enabled though (as it always is now), the Module Title will be shown there. We'll likely have a quick release out for this in the next few days. If it's critical to remove that title/close box, let me know. I can tell you the line of code to remove from our module.

I hope that helps explain some things, even without great answers. If you have any feedback or questions though, just let me know.

Thanks,
Alex
The topic has been locked.
Support Specialist
10 years 4 months ago #43563 by alzander
Just wanted to let you know that we just uploaded an updated SCLogin, now v4.0.5. That has the option for "Modal Close Button", which allows you to hide the close bar (and hence the title).

You can download it here or even download the JFBConnect v6.0.5 release again, which we re-packaged with the new SCLogin module.

I hope that helps fix that issue for you, but we'd love to have your feedback!

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

None
10 years 4 months ago #43572 by mh1
Hello Alex 4.0.5 of the module fixed the title bar issue for me.

Just the "remember me" position to correct now (nice new feature with that by the way).
The topic has been locked.
Support Specialist
10 years 4 months ago #43663 by alzander
Sorry for the delay in getting back to this. Got a little caught up in some more wide-ranging issues regarding Joomla 3.3.0 and (separately) LinkedIn's policy updates.

Can you try adding the following quick style to the /media/sourcecoast/themes/sclogin/default.css file, which is our theme file for the SCLogin module:
input#sclogin-remember {
margin-top: 0;
}
I'm unsure why, but the checkbox input currently has a margin-top: 4px on it.. and that should hopefully fix things for you.

Keep me posted on if that helps or not. Once we get some feedback confirming the improvement, we'll make sure it gets into the next release.

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

None
10 years 4 months ago #43676 by mh1
That didn't work I'm afraid Alex!

I'll PM you access details so that you can take a look at this and also my other issue:

www.sourcecoast.com/forums/non-commercia...on-registration-page

I'd appreciate if you wouldn't mind having a look at both for me.

Kind regards,

Mark.
The topic has been locked.
Support Specialist
10 years 4 months ago #43713 by alzander
The reason that style isn't working is because you added:
input#sclogin-remember { 
margin-top: 10; 
}
10 is an invalid value. It should be "10px". 0 is valid, since px doesn't matter.. but if you want a non-zero value there, you should use px.

I hope that helps, but if you have any other questions, just let us know.

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

None
10 years 4 months ago - 10 years 4 months ago #43728 by mh1
Hello Alex,

As you can see from the attached, something is very wrong, no matter what setting I put.

For illustration purposes, I have tried:
/* Fix position of 'Remember Me' checkbox field */
input#sclogin-remember { 
margin-top: 0; 
}

/* Fix position of 'Remember Me' checkbox field */
input#sclogin-remember { 
margin-top: 0px; 
}

/* Fix position of 'Remember Me' checkbox field */
input#sclogin-remember { 
margin-top: -100px; 
}

/* Fix position of 'Remember Me' checkbox field */
input#sclogin-remember { 
margin-top: 100px; 
}

0 and 0px make no difference.

-100 and 100, you can see for yourself.

Now, my HTML and CSS skills are practically non-existent, but it seems to me that it could be something to do with the 'Remember Me' text and checkbox being in the wrong DIV. Could this be the case?
File Attachment:


File Attachment:
Last edit: 10 years 4 months ago by mh1.
The topic has been locked.
Support Specialist
10 years 4 months ago #43742 by alzander
What page should I be looking at? The popup isn't on any pages I can find?

Right now, the value is set to margin-top: 0, and on the home page (not using the modal), the Remember Me and the checkbox are lined up properly.

Let me know where we should be looking and we'll gladly help investigate further.

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

None
10 years 4 months ago #43746 by mh1
Sorry, I thought I PM'd this: /create-account

But, is this how it should be aligned?

www.sourcecoast.com/images/agorapro/atta...-04-30-at-002527.png

I thought it should be lined up with under the username, not login button.
The topic has been locked.