Topic-icon Changing text style into module login

Active Subscriptions:

None
14 years 4 months ago #17925 by liopardo
Hi, I use RT_momentum template and I have v4.0.2 of JFBClogin installed. I would like to know if is it possible to convert style text under Facebook button as style present under login button of default login form. I show bot two modules in following URL.
Thanks for yur assistance and best regards
Fabio

URL: www.ceciliasindaco.it/contatti/materiale
The topic has been locked.
Active Subscriptions:

None
14 years 4 months ago #17971 by liopardo
Upgraded to JFBConnect v4.1.1 and SCLogin v1.0.2 but question remains the same
Regards
Fabio
The topic has been locked.
Support Specialist
14 years 4 months ago #17976 by alzander
Fabio,
The following minor code change to the SCLogin module should do what you're looking for. Edit the /modules/mod_sclogin/tmpl/login.php file. At line 31, you'll see the form tag for the login area. Change the id in that line to "form-login" from "login-form".

Then, on line 77, you'll see the closing tag for the form </form>. Move that line to the very last line of the file.

Hope that's not too confusing. We'll investigate if these changes should be made permanently to the SCLogin module to conform better with what templates are expecting.

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

None
14 years 4 months ago #17979 by liopardo
Hi alex
this is not the first time I ask your support, and must say you are one of best assistance supplier around this enviroment.
Your change to script works like a charm, but it generates a small grafical issue. See attachment.
Thanks
Fabio

File Attachment:
The topic has been locked.
Support Specialist
14 years 4 months ago #17987 by alzander
Fabio,
The problem is because all input values on the login form are being set to 260px. That's wider than the area available, so it's getting shoved to the next line.. I'm not sure why it's being centered though.

You can change the width, if you want, but it will affect all those inputs. The file setting it is:
http://www.ceciliasindaco.it/libraries/gantry/css/joomla.css
At line 100, you'll see the width being set. Feel free to play with it. If that doesn't work for you though, can you re-enable the Joomla login module so we can check how that looks?

Thanks,
Alex
The topic has been locked.
Support Specialist
14 years 4 months ago #17988 by alzander
Oh yeah, and no problem for the support. It's what we do. Thank you for your subscription!

Alex
The topic has been locked.