NooTheme Premium WordPress Theme › Forums › JobMonster › few issues with theme
- This topic has 26 replies, 2 voices, and was last updated 4 years, 3 months ago by dangdv.
-
AuthorPosts
-
4 years, 4 months ago #1205458
1. favicon not updating
2. Main Logo not updating
3. Unable to find JobMonster > Dashboard > Noo Jobs Import in order to import job location (see guide below)
https://nootheme.com/jobmonster-how-to-import-job-location-to-the-theme-from-a-xml-csv-file/
4. Can I add an additional category type called "Job Sector" like Job type?
5. Unable to add 2 job_tag field in Custom Fields > Jobs
6. Permalink structure configured like below not updating for live jobs
4 years, 4 months ago #12054597. Rename URL for job-location to say "jobs"
http://wp.nootheme.com/jobelementor/job-location/afghanistan/
change to http://wp.nootheme.com/jobelementor/jobs/afghanistan/
4 years, 4 months ago #1205489Dear,
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.
4 years, 4 months ago #1205508This reply has been marked as private.4 years, 4 months ago #12055248. Hide Admin Bar is not working for Employer/Candidate.
4 years, 4 months ago #1205527This reply has been marked as private.4 years, 3 months ago #1205578Dear,
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.
Attachments:
You must be logged in to view attached files.4 years, 3 months ago #1205624This reply has been marked as private.4 years, 3 months ago #1205690Kindly please provide an update?
4 years, 3 months ago #1205696This reply has been marked as private.4 years, 3 months ago #1205733This reply has been marked as private.4 years, 3 months ago #1205794Any update on this?
4 years, 3 months ago #12058157. Please go to admin setting 'Permalink' and click 'Save Changes' to update permalink on your site, if it still not working, please kindly send for me admin account and via private reply, i will check details to help you.
8. Sorry, it only support add via widget in Elementor.
Best regards.
4 years, 3 months ago #1205893This reply has been marked as private.4 years, 3 months ago #1205964Dear, to display it when post a job, please delete job_sector custom field, then add custom code in file functions.php
add_filter('jm_job_taxonomies', function($taxonomies){ $taxonomies[] = 'job_sector'; return $taxonomies; }); add_filter('jm_job_default_fields', function($fields){ $fields['job_sector'] = array( 'name' => 'job_sector', 'label' => __('Job Sector', 'noo'), 'is_default' => true, 'is_tax' => true, 'type' => 'multiple_select', 'allowed_type' => array( 'select' => __('Select', 'noo'), 'multiple_select' => __( 'Multiple Select', 'noo' ) ), 'required' => false ); return $fields; });
After add custom code please go to 'Jobmonster -> Custom fields -> Jobs' and enable 'Job Sector' field.
Best regards.
4 years, 3 months ago #1206075Thank you worked nicely but
how do i add it to the job filter list and side bar categories please on the job listing page?
thanks
4 years, 3 months ago #1206076And is there a way to remove notification email from post a job page?
thanks
4 years, 3 months ago #1206087Sorry, the Jobmonster not support filter with custom taxonony and if you want disable email notice, please go to 'Jobmonster -> Settings -> Email Templates' and disable email you want disable.
Best regards.
4 years, 3 months ago #1206105This reply has been marked as private.4 years, 3 months ago #1206149You want disable it to alaways use account email ? In current version not support disable it, we're will add support in next update version.
Best regards.
4 years, 3 months ago #1206157OK Thank you
4 years, 3 months ago #1206461This reply has been marked as private.4 years, 3 months ago #1206503I see Job Sector is selected on frontend (see attachment) please check your site again.
Best regards.
Attachments:
You must be logged in to view attached files.4 years, 3 months ago #1206543This reply has been marked as private.4 years, 3 months ago #1206547This reply has been marked as private. -
AuthorPosts
You must be logged in and have valid license to reply to this topic.