READ THE FIRST
Last updated
Last updated
When someone tries to register, it says "Registering new users is currently not allowed." => To Resolve this problem: Go to Settings >> General >> tick choose membership
Edit a header and use "Menu Account" Element to create a Login/Register Button in header
"Custom Login Link" setting: You can insert new custom link here or Empty. If empty the system will get page of "Sign in page" setting of Login Plugin Setting.
"Custom Register Link" setting: You can insert new custom link here or Empty. If empty the system will get page of "Sign up page" setting of Login Plugin Setting.
If you want to display Recaptcha in login form, you have to Enable it in Recaptcha Setting
Login with social: Facebook, Twitter, Google...
You can install https://wordpress.org/plugins/nextend-facebook-connect/ to use this feature.
You can setup it in Custom Register Fields of Login Plugin. Read here
You can config in Regsiter User Form Settings of Login Plugin Settings
Add this code to functions.php file in child theme
Add this code to functions.php file in child theme
Add this code to functions.php file in child theme
You can change link of Terms and Conditions in Login Settings
You can remove it by add bellow code to functions.php file in child theme
If you want to display Recaptcha in register form, you have to Enable it in Recaptcha Settings
You can install https://wordpress.org/plugins/nextend-facebook-connect/ to use this feature.
However the system only register normall user not vendor when use this feature.
After login or register form successfully, the system will redirect to Dashboard of user/vendor.
You have to choose the page in Events Setitng >> Settings.
This content of page has shortcode: [el_member_account/]
If you want to Admin will check information of Vendor before Vendor can create an event. Read here
if you want to customize template of form in login plugin.
Copy file in folder plugins/ova-login/templates/ to child theme meup-child/ovalg-templates/ folder
Note: You have to make folder ovalg-templates in child theme