Moving Social Icons above login form – UserPro Forums https://forum.userproplugin.com/forums/topic/moving-social-icons-above-login-form/feed/ Wed, 15 May 2024 15:18:53 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/moving-social-icons-above-login-form/#post-35613 <![CDATA[Moving Social Icons above login form]]> https://forum.userproplugin.com/forums/topic/moving-social-icons-above-login-form/#post-35613 Thu, 01 May 2014 07:26:50 +0000 Emanuele Venditti Hi Ahmed,

you recently suggested (in a post that I can no longer find in the forum) that I do the following to have the Social Icons appear before the form fields in the login/registration form.

in the file functions/social-connect.php
The buttons are hooked currently to:
add_action(‘userpro_inside_form_submit’,’userpro_social_connect’);
You can change action from userpro_inside_form_submit to userpro_before_fields or userpro_pre_form_message these 2 actions are the actions that get executed BEFORE fields. 🙂

I tried, but the icons appear outside of the form and all the way to the right. It’s weird. I will post a link to the test page in private.

The code is currently set with userpro_before_fields, as userpro_pre_form_message just makes the icons disappear.

Hope you can help me out with some amazing insights!
Cheers
E

]]>
https://forum.userproplugin.com/forums/topic/moving-social-icons-above-login-form/#post-35614 <![CDATA[Reply To: Moving Social Icons above login form]]> https://forum.userproplugin.com/forums/topic/moving-social-icons-above-login-form/#post-35614 Thu, 01 May 2014 07:27:11 +0000 Emanuele Venditti https://forum.userproplugin.com/forums/topic/moving-social-icons-above-login-form/#post-36079 <![CDATA[Reply To: Moving Social Icons above login form]]> https://forum.userproplugin.com/forums/topic/moving-social-icons-above-login-form/#post-36079 Sun, 04 May 2014 15:12:57 +0000 Emanuele Venditti Hi there,
I’ve managed to resolve almost everything. I played around with CSS until I got what I wanted.
Only problem is that the social icons will only appear inside the form if the form width is 50% or less.
And I am using large social icons!

In the page I sent you a link to you can see an 80% form and a a 50% form.

Hope you have time to make a suggestion as to how I can fix this.
I truly appreciate your help.
Cheers

]]>