Forum Replies Created
-
AuthorPosts
-
Dear, you can read this article to fix your problem.
Best regards.
Dear, if you only validate Employer email. please install and switch your site to use Jobmonster child theme, then add custom code in file functions.php of Jobmonster child theme.
add_filter('noo_registration_errors', function($errors, $params){ if($params['role'] === Noo_Member::CANDIDATE_ROLE){ return $errors; } list( $local, $domain ) = explode( '@', $user_email, 2 ); $do_not_allow_domains = array( 'gmail.com', 'outlook.com' ); if(in_array($domain, $do_not_allow_domains) ){ $errors->add('do_not_allow_email_domain', __('Only Corporate Email Id', 'noo')); } return $errors; },10,2);
Best regards.
That is Advance Search element. You can use builder plugin to add it on your page.
Best regards.
If you want use page full width, please go to edit page and change to use page template Full Width like attachment.
Best regards.
Sorry, the Jobmonster not support it.
Best regards.
Dear, You can change to display feature image of current post, please uptdate Jobmonster theme on your site to latest version 4.6.3 then install and switch your site to use Jobmonster Child theme, then add custom code in file functions.php of Jobmonster child theme.
add_filter('get_page_heading_image', function($image){ if(is_singular('post') && has_post_thumbnail()){ $image = get_the_post_thumbnail_url(null, 'full'); } return $image; });
I don' understand your reply, what is notice ? please tell for me more details, i will check to help you.
Dear,
1. I see your site use Favicon in Customizer settings, please check again.2. Logo: That problem because the Home page use private Logo in page setting, Please go to edit your home page and remove it (see attachment)
4. If you want add new Job taxonomy 'Job Sector' please install and switch your site to use Jobmonster Child theme, then add custom code to file functions.php of Jobmonster Child theme.
add_action( 'init', function(){ if ( !post_type_exists( 'noo_job' ) ) { return; } register_taxonomy( 'job_sector', 'noo_job', array( 'labels' => array( 'name' => __( 'Job Sector', 'noo' ), 'add_new_item' => __( 'Add New Job Sector', 'noo' ), 'new_item_name' => __( 'New Job Sector', 'noo' ) ), 'hierarchical' => true, 'query_var' => true, 'rewrite' => array( 'slug' => _x( 'job-sector', 'slug', 'noo' ) ) ) ); });
Note: i add help you to add job taxonomy 'Job Sector' but the Jobmonster not support it like Job Type, eg: select Job Sector in job shortcode, Job Sector widget.
5. Sorry, can't do it via custom code.
6. The Job use permalink: domain.com/%job_archive_slug%/%job_name%/ You can see Job Archive Slug setting in admin menu: Jobmonster -> Settings -> Job
7. If you want change 'job-location' in slug, you can change it via use Loco plugin to translate theme. You will see 'job-location' when translate Jobmonster theme with Loco pluign.
8. Please update Jobmonster on your site to latest version 4.6.3 to fix problem of admin bar.
Best regards.
Dear, Please kindly send for me admin account your site via private reply, i will check details problem on your site to help you.
Best regards.
Dear, that is default style of theme: the widget fiter will display on top of Job Archive page, but on Them Demo has 'Featured Jobs elements' so, you need scroll top to see Filter widget.
Best regards.
You don't need coding skills.
Please install and switch your site to use Jobmonster Child theme, then add custom code in file functions.php of Jobmonster Child theme.
add_filter('noo_job_search_args', function($args,$params){ if($params['post_type'] === 'noo_job'){ $args['paginate'] = noo_get_option( 'noo_jobs_list_pagination_style', '' ); } return $args; },10,2);
Best regards.
Dear.
I very serious. 4k customers use Jobmonster but no one asked about search by distance field in header.In current version, the Jobmonster not support add custom field for header search, we're will add support add custom field for search form in header in next update version to help you add search by distance to search form in header via custom code.
Best regards.
Dear, i can't check your site, it give error like attachment. Please check your site again.
Best regards.
Sorry, I can't view screenshot.
This reply has been marked as private.I can't login on your site with account your send, please kindly check again and send for me your problem URL, i will check to help you.
Best regards.
That will apply for all Employer on your site.
Best regards.
The Search on header only support search by Location, Category and Adress, it not support all fields like Noo Advance Search widget, because when support many fields, that will break header style.
Best regards.
Dear,
1,2: Please send for me admin account and your site URL via private reply, i will check to help you.3. You can download Noo Jobs Import plugin in HERE
4. Sorry, the Jobmonster not support you to do it.
5. Yes, sorry. The Jobmonster not support you add 2 fields job_type
6. the Jobmonster not use Permalink of post.
7. Sorry, the Jobmonster not support change job tag Permalink
Best regards.
That is build width Elementor, you can edit page with Elementor to see how it works then you can build to other page.
Best regards.
Dear, I see you use WPBakery Page Builder to build home page. Why are you also using Elementor to build page ? You can only use 1 builder plugin to build page WPBakery or Elementor.
Also, please change page template for 'Full Width'
Best regards.
Dear, the Jobmonster work base on relationship Candidate and Employer and we're can't help you to create new user role like Candidate role on Jobmonster, sorry.
Best regards.
You don't follow my reply and add custom code ? Please check and add custom code then check your site again.
Best regards.
I can't check your screenshot, please check and send for me again.
Dear, You can't import demo ? please kindly send for me admin account and your site URL via private, i will check to help you.
Best regards.
-
AuthorPosts