Forum Replies Created
-
AuthorPosts
-
Hi,
If you do not apply the package to the user, it will not be displayed.
Best regards,
tb.
Hi,
This function support both the backend and frontend.
Best regards,
tb.
Yes.
Hi,
I updated some code lines to the "wp-content/themes/noo-jobmonster/framework/member/company-default-fields.php". (This custom content will be lost when you update the theme. You should save the attached file below, in case you update the theme)
Please reload your site and check again.
Best regards,
tb.
Hi,
You can change the text, but not change value.
You can use plugin Loco Translate and change this text.
Best regards,
tb.
This reply has been marked as private.Please send me a screenshot to clarify.
Best regards,
tb.
Hi,
Comments are disabled by default for custom-post-types. This happens even if you have them enabled in the overall settings.
You can add this function to the functions.php of Child theme:
function noo_job_comments_on( $data ) {
if( $data['post_type'] == 'noo_job' ) {
$data['comment_status'] = 'open';
}
return $data;
}
add_filter( 'wp_insert_post_data', 'noo_job_comments_on' );
This function only works for new posts. You will still have to enable it manually with old posts.
Best regards,
tb.
Hi,
It seems you removed the function-custom.php.
I added the function above to the functions.php of Child theme.
Please reload your site and check again.
Best regards,
tb.
Hi,
This account need to assign to a respective company.
You can tell them to remove their current account and create a new one.
Best regards,
tb.
Hi,
You install it as a normal theme, then activate it.
Best regards,
tb.
Hi,
With the above requirements you will need custom in source code.
You can find to this file and custom it:
(\wp-content\themes\noo-jobmonster\layouts\dashboard\manage-job.php)
Note: you should use the Child Theme to custom for it.
Best regards,
tb.
5 years, 5 months ago in reply to: Second email option for all the emails related to employer user #1079734Hi,
Is it possible to add more than one email recipient for employer user.
Currently, only support a email for each account. We will consider this issue.
Also the New user registration emails and the New Candidate Resume posting emails - which now go to website Admin - to go to this common ID. Because web admin is not the person managing the recruitment.
Can you describe it more clearly?
I do not understand your question.
Best regards,
tb.
Hi,
Currently, Resume Suggest and Job Suggest works based on the Job Category and Job Location.
Best regards,
tb
5 years, 5 months ago in reply to: Job Approved email displays placeholder names and not its values #1079732Hi,
I registered an employer account and post a new job.
The function send email still normal works.
Best regards,
tb.
Hi,
- Job duration: Time to display jobs on the site (whether the job has expired or not).
- Close date: The time the job closes the apply function with the user.
The Job Duration field only support a number > 0.
Best regards,
tb.
Hi,
I updated some code lines -> The birthday field was solved.
Is it possible, for every application made by registered and unregistered users, to send an automatic email from the same email to every applicant?
You go to Email Template -> Email Candidate -> enable config for them.
Best regards,
tb.
Hi,
I updated library, please reload your site and check again.
Best regards,
tb.
This reply has been marked as private.Hi,
You can send me a candidate account.
I will help you check.
Best regards,
tb.
This reply has been marked as private.Hi,
I checked the function Job Map and it still normal works.
Jobs from the same area will be grouped together. (This also depends on the zoom ratio of the map).
I increased the Zoom Level value, you can reload your site and check again.
Best regards,
tb.
-
AuthorPosts