mod_login looks bad with the jomsocial connect published

GK User
Sun Oct 03, 2010 10:08 pm
Hi,

When I enable the jomsocial connect module on the frontpage, the mod_login looks bad but if I disable the jomsocial connect module, the mod_login looks ok again like the partyfreak demo...

Please see the example links:
mod_login module with jomsocial module published below: http://img170.imagevenue.com/img.php?im ... _171lo.jpg

mod_login module without jomsocial module published: http://img193.imagevenue.com/img.php?im ... _147lo.jpg

Any idea how I can fix it?

Thanks
Diego :(
User avatar
Senior Boarder

teitbite
Mon Oct 04, 2010 5:49 pm
Hi

Please show me Your site.
User avatar
Moderator

GK User
Mon Oct 04, 2010 7:37 pm
User avatar
Senior Boarder

teitbite
Thu Oct 07, 2010 3:38 pm
Hi

Please try that:

Code: Select all
form#form-login br {
display:none;
}
User avatar
Moderator

GK User
Thu Oct 07, 2010 4:00 pm
Sorry Teitbite, but I don´t understand you.. where and which line I need to modify this code please?

Thanks
Diego
User avatar
Senior Boarder

teitbite
Fri Oct 08, 2010 7:54 am
Hi

Not modifie. You should simply add this to CSS. For example at the end of template.css file.
User avatar
Moderator

GK User
Fri Oct 08, 2010 8:47 pm
Great Teitbite,

This solution works for me!!!

Thank you very much
Diego
User avatar
Senior Boarder

GK User
Mon Oct 11, 2010 3:49 am
Sorry Teitbite,

I find one extra problem when I apply this lines on the template.css:

form#form-login br {
display:none;
}

The default mod_login with the FB Connect botton is fixed but the jomsocial login form on the JS frontpage looks bad, please see the attachment: http://img147.imagevenue.com/img.php?im ... 2_83lo.jpg

If I delete this code on the template.css the jomsocial login form on the JS frontpage looks ok again but the mod_login with the FB Connect looks bad.

Any idea?
Diego
User avatar
Senior Boarder

teitbite
Mon Oct 11, 2010 4:21 pm
Hi

Please add a module class suffix and than use it in the code, for example:

Code: Select all
.standard_login form#form-login br {
display:none;
}
User avatar
Moderator

GK User
Mon Oct 11, 2010 8:02 pm
Hi Teitbite,

I apply your new solution on the template.css but nothing happen... so I change the line: .standard_login with .mod_login and now works ok!

.mod_login form#form-login br {
display:none;
}

Thank you very much!!!
Diego
User avatar
Senior Boarder

teitbite
Tue Oct 12, 2010 10:01 pm
Hi

"standard_login" was a class that You should have add in the module settings. Using other without adding anything to the module class suffix means that the previous solution worked after the cache change.
User avatar
Moderator


cron