-
Author
Tagged: login, register page, social logins.
-
March 27, 2015 at 14:21 #51808NormanParticipant
Hi,
I have the standard register page of buddypress and in my sidebar I am showing a Loginwidget that allows also people to quickly register by using their social networks.
I moved the sidebar in the theme settings on the left side because I hoped that on a mobile phone than the login widget will be shown before the register form, but no matter what I do the register form is always shown before. because it has many fields people do not scroll down all the way down on the phone, so they never discover the other login/ register option.
is there away to rearrange the order of the widget and the register form. I guess this must be the register template. or is the widget always following the main register form ?
(p.s. I know that if I am enabling the seventhqueen facebook login it appears on top of the register form, but I am using a differen social network login, which can only be shown as widget- it is CLEAN TALK)
Thank you
March 27, 2015 at 14:29 #51809sharmstrModeratorIf there is a shortcode for clean talk, you can inject it at the top of the register form like this
COPY CODEadd_action('bp_before_register_page','add_social_login'); function add_social_login() { do_shortcode(**put your shortcode here **); }
If that doesnt put it exactly where you want, then you can copy /kleo/buddypress/members/register.php to your child theme and add your shortcode where you want.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.