Forum Replies Created
-
AuthorPosts
-
Dear. If you want do it, Please install and switch your site to use Jobonster child theme, then add custom code in file functions.php of child theme.
add_filter('noo_login_redirect', function($redirecturl, $user){ if(Noo_Member::is_candidate($user->ID)){ if(is_singular('noo_job')){ $redirecturl = get_the_permalink(); }else{ $redirecturl = home_url('/'); } } return $redirecturl; },10,2);
Best regards.
"Is there any way we can justify the menu to the right, also change the text colour and hover colour without affecting the button colour (we want it white, then red on hover)"
I have add menu "Member" on your site, please kindly check hover menu color and give for me more details what you want custom.
Best regards.
Dear, when i check edit your home page with Elementor, i not see problem on home page like your attachment, please kindly check again.
Best regards.
That problem because you not install and active WPBakery Page Builder plugin on your site, please check again.
Best regards.
This reply has been marked as private.This reply has been marked as private.Dear, In current version not support any hook action when Employer click to Message 'View Details' we're will add hook action in next update version then will help you add hook send email for Candidate when when Employer click to Message 'View Details'
Best regards.
Dear, i can't check your site. it give error like attachment, please check your site again.
Best regards.
I think that problem because your API, please read more in HERE to fix your problem.
Best regards.
Dear @krktdede That not is problem in theme, because the jobs, companies is archive page and don't page builder plugin not support custom it. It only custom via custom code.
Best regards.
Dear, please kindly send for me admin account and your site URL via private reply, i will check details to help you.
Best regards.
Dear, after import Jobmonster demo, you can see it in page 'Recruitment Home'
Best regards.
You can Yoast settings again or deactivate Yoast Seo plugin to check with default title of theme again.
Best regards.
Dear, don't need download from Envato. Please delete Jobica Core plugin on your site then go to admin menu 'Appearance -> Install Plugins' to install Jobica Core plugin again, You will get plugin latest version.
Best regards.
Please check again, the Map point you enter is china, you can check in HERE If you want use United States, you can enter with point: 38°07'14.8"N, 102°51'52.2"W
Best regards.
4 years, 7 months ago in reply to: Does not load content when editing Noo Class Grid Slider #1204257Dear, please kindly send for me admin account and your site URL via private reply, i will check details to help you.
Best regards.
Dear, please kindly send for me admin account and your problem url via private reply, i will check details to help you.
Best regards.
I don't understand why you download is version 1.3.1, I check it again in many times, i sure it's version 1.3.2 Please see VIDEO
Best regards.
Dear. if you want hide it, please go to menu 'Jobmonster -> Settings -> Member menu' and remove it in menu setting
Dear. We're will remove it in next update version.
Best regards.
Dear, if you want redirect candidate login to Job Archive page, please install and switch your site to use Jobmonster child theme then add custom code in file functions.php of child theme
add_filter( 'login_redirect', function($redirecturl, $user_signon){ if (Noo_Member::is_candidate($user_signon->ID)){ $redirecturl = get_post_type_archive_link('noo_job'); } return $redirecturl; },10,2);
Best regards.
This reply has been marked as private.Dear, when use import to import job with WP All Import plugin, the plugin have option to create job cities and this plugin only import job data from source file and not check cities is exist in database. Please remove all cities before import and after import if what is cities is missing you add add it after import done. That is problem of plugin not in theme.
Best regards.
This reply has been marked as private.4 years, 7 months ago in reply to: Top text is getting overlapping with below text on mobile #1204239Dear, to change postion of welcome text, please add custom css on your site
@media (max-width: 991px) { .noo-job-search-wrapper .job-search-bg-image:not(.job-search-slider) { padding-top: 140px; } }
Best regards.
-
AuthorPosts