Notifications
Clear all

2 problems to log in from forum log in page

14 Posts
4 Users
1 Likes
2,382 Views
Posts: 73
Topic starter
(@srtalop)
Trusted Member
Joined: 4 years ago

Last question on this matter  😊 , @sofy is there a way to move the Facebook button on top of the log in form? Thanks.

Reply
Sofy
Posts: 4054
 Sofy
Admin
(@sofy)
Support Team
Joined: 5 years ago

@srtalop,

Try this CSS code it should change the facebook login button position.

.wpf-td.wpfw-1.row_0-col_0 {
display: flex !important;
flex-direction: column-reverse;
}
div.wpf-field:nth-child(5) {
order: -7;
}
Reply
Posts: 73
Topic starter
(@srtalop)
Trusted Member
Joined: 4 years ago

Hi @sofy, there is a problem with that code, as the password was suddenly positioned over the username.

Reply
Sofy
Posts: 4054
 Sofy
Admin
(@sofy)
Support Team
Joined: 5 years ago

ok @srtalop,

please also add this CSS in the "Custom CSS code" textarea. 

.wpf-field.wpf-field-type-password {
order: -6;
}
Reply
3 Replies
(@srtalop)
Joined: 4 years ago

Trusted Member
Posts: 73

Thanks @sofy, log in form is now fine; how do we position the Facebook login button on top also in the register form?

Thanks in advance.

Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 5 years ago

Support Team
Posts: 4054

Hi @srtalop,

I'm sorry, but there is not an easy solution which I can post it here. This needs some deeper customization. The HTML structure for the registration page is different. So it cannot be reached by using a simple CSS code. 

Reply
(@srtalop)
Joined: 4 years ago

Trusted Member
Posts: 73

Thanks, it would be appreciated to be considered for future releases, as it is the main source for registration when Facebook is made able.

Reply
Page 2 / 2