-
Author
-
January 13, 2015 at 16:57 #41888mwspanoParticipant
Hello,
How should I go about making registration only available if you login with Facebook?
It seems a lot of new dating services are using this technique.
I think this will be a good way to stop spam account and give users more faith that they are talking to a real person.Thank you!
January 13, 2015 at 17:01 #41891LauraModeratorHello, you can just hide the create account button so there is only facebook button.
You can do it using css. I will answer with the code for you soon 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 13, 2015 at 17:12 #41902LauraModeratorHello, use this to hide the button but show facebook.
Add this to style.css in child theme (remember that anyone who goes to yourwebsite.com/register will be allowed to register, this only hides the button in the modal)COPY CODE.reveal-modal .button.facebook { display: inline !important; } .reveal-modal .button { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 13, 2015 at 17:35 #41910mwspanoParticipantAdded code to child theme style.css and there was no change?
Added:
.reveal-modal .button.facebook {
display: inline !important;
}
.reveal-modal .button {
display: none;
}January 13, 2015 at 17:46 #41915LauraModeratorHello, try this:
COPY CODE.reveal-modal .button.facebook { display: inline !important; } .reveal-modal .button { display: none !important; }
Be sure you have child theme activated.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 13, 2015 at 21:21 #41941mwspanoParticipantStill no change, child theme is active and tried both code strings given.
January 13, 2015 at 21:39 #41943mwspanoParticipantI’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?
January 13, 2015 at 22:41 #41948LauraModeratorHello, we can do some adjustments to hide all the fields and only show FACEBOOK button, is that what you want?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 13, 2015 at 23:50 #41954LauraModeratorHello, will make a css for you, i need access to your website and ftp please 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 15, 2015 at 04:27 #42126LauraModeratorHello, the code its done, i suggest to delete join us for free button on home page because this redirects to register page, that is not facebook.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 24, 2015 at 21:32 #43335theexo51Participantcould the css code for this be made public? i am looking for something similar..
January 25, 2015 at 01:16 #43347LauraModeratorHello, here:
COPY CODE.reveal-modal .button.facebook { display: inline !important; } .reveal-modal .button { display: none !important; } .facebookbutton .facebook_connect.radius.small.button.facebook { background: #34afd2; border: 1px solid #34afd2; float: left; left: 65px !important; width: 200px !important; height: 50px !important; font-size: 25px important; } .facebookbutton .facebook_connect.radius.small.button.facebook .button:hover, .button:focus, .form-search .button, .form-search .button:hover, .form-search .button:focus, .wpcf7-submit:focus, .wpcf7-submit:hover, #rtmedia-add-media-button-post-update:hover, #rt_media_comment_submit:hover, .rtmedia-container input[type="submit"]:hover { font-size: 25px; }
Also attached home-register-form.php that needs to be put in a new folder with the name “page-parts” in child theme.
Chang the .txt so its just .php and drop it inside the new folder.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Attachments:
You must be logged in to view attached files.March 11, 2015 at 06:35 #49641LauraModeratorHello, please share ftp credentials and website link so i can check it out 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.