Forum Replies Created
-
Author
-
mwspanoParticipant
I’m sorry, I misunderstood what this code was meant to do. It worked to remove the sign in button once you are on the log in menu, but it still displays the username and password fields.
Also the create an account form on the home page can still be filled out, and a member can choose not to use Facebook to create their account.
So how can I only offer Facebook to sign up and log in?
mwspanoParticipantAdded code to child theme style.css and there was no change?
Added:
.reveal-modal .button.facebook {
display: inline !important;
}
.reveal-modal .button {
display: none;
}mwspanoParticipantHello,
that plugin that you mentioned for registration approval ( https://wordpress.org/plugins/bp-registration-options/ ) says it works up to 3.5.2, and I am on wp 3.9.1…. is there any other plugins that would have the same effect, I am having trouble finding a solution.Mike
mwspanoParticipant(fixed) I’m sorry, I was logged in as an admin, but not to my main account, when I did that the option showed up 🙂
mwspanoParticipantThanks so much! that was easier than I thought.
But on question #3 I am asking how do you change the questions the new users are asked, and can you make answering all the questions mandatory. The questions I’m referring to are the profile matching questions.
-
AuthorPosts