This topic is: resolved
- This topic has 29 replies, 2 voices, and was last updated 4 years, 6 months ago by .
You must be logged in and have valid license to reply to this topic.
NooTheme Premium WordPress Theme › Forums › JobMonster › 2 distinct user registration mail
Now, please update Jobmonster theme on your site to latest version 4.6.0.8 from ThemeForest and update all plugin included in theme.
Now to custom Register URL of theme please:
1. Add custom code in file functions.php of your theme To disable popup when click to 'Don't have an account yet? Register Now '
Code is:
add_filter('noo_use_theme_register', '__return_false');
2. Add custom code in file functions.php of your theme custom default register url of theme to new URL. example to 'https://genuinehires.com/registration/'
add_filter('noo_get_register_url', function(){
return 'https://genuinehires.com/registration/';
});
Best regards.
I have already updated theme..
Code seems complicated,can you please do it for me?
Only add 2 custom codes to file functions.php. It's complicated ? Please send for me admin account your site, i will help you to add it.
Best regards.
ok. I will try to add these 2 code blocks to function.php file
Shall I disabler User registration plugin that I am using? Where exactly I need to all my custom registration input field for user?
Thanks
Sorry, i only can help you to custom register url of theme to use User registration plugin, if you want custom registration input field for user, please kindly contact with plugin author to help you.
Best regards.
You must be logged in and have valid license to reply to this topic.