Notifications
Clear all

[Closed] 2 problems to log in from forum log in page

14 Posts
4 Users
1 Likes
3,014 Views
Posts: 73
Topic starter
(@srtalop)
Estimable Member
Joined: 5 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.

Sofy
Posts: 4323
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 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;
}
Posts: 73
Topic starter
(@srtalop)
Estimable Member
Joined: 5 years ago

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

Sofy
Posts: 4323
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

ok @srtalop,

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

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

Estimable 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.

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4323

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. 

(@srtalop)
Joined: 5 years ago

Estimable 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.

Page 2 / 2