Topic-icon Responsive login

Active Subscriptions:

None
9 years 6 months ago #51810 by gracon
Responsive login was created by gracon
Enabling JFBConnect in the Joomla login form, maybe a bit prettier
File Attachment:

ito responsiveness ? ;)

See attachment ..
The topic has been locked.
Support Specialist
9 years 6 months ago #51822 by alzander
Replied by alzander on topic Responsive login
It is meant to be responsive, as we use floating styles and various mechanisms to try to make it work. However, every template is different and there are many different frameworks out there that make things more difficult.

If you can tell us what you'd like to see there, we can try to help provide the right CSS to accomplish your looks. There's various ways I can see wanting those buttons to compress, so we'll need to know more about what you want before we can help with the right code.

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

None
9 years 6 months ago #51825 by gracon
Replied by gracon on topic Responsive login
I use Yootheme's Warp framework with UIkit - getuikit.com/docs/grid.html.

.. Maybe I should just take out the "Login with" text, it will solve it the easiest ..
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago #51826 by gracon
Replied by gracon on topic Responsive login
Alex, just an observation, the Forgot pwd, Forgot Username, and Register links on that form does not go anywhere ?
The topic has been locked.
Support Specialist
9 years 6 months ago #51827 by alzander
Replied by alzander on topic Responsive login
Removing the "Login with" is definitely an easy option. The other 'quick' solution would be the following style:
.sourcecoast.login .social-login.facebook { clear:left;}
That will put the text on it's own line with the social login buttons underneath.

As for the Forgot xyz and Register links, I have no answers on that one. That page is the standard Joomla login page. We only add our buttons to it, we don't alter those links. I'm not sure why they wouldn't be working. My only guess is that registration is disabled on your site or that you have an SEF extension that's improperly routing those links.

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

None
9 years 6 months ago #51831 by gracon
Replied by gracon on topic Responsive login
Thanks for the help Alex, I have implemented the clearfix for now, but I think I'll do a proper override for the login page, and create something nice.
The topic has been locked.
Support Specialist
9 years 6 months ago #51837 by alzander
Replied by alzander on topic Responsive login
Yeah, the clearfix isn't a perfect option, but gets the job done. Again, we try to make things work in a broad range of templates, but we also have lots of styles on each element to make targeting them as easy as possible.

If you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.