Forum Replies Created
-
AuthorPosts
-
Hi again.
We have tried the custom code, it doesn't work with the WP Editor field. You can try to use the default content for the Job Description and Company description to avoid the empty content for that field.
Thanks.
Hi.
Thank you for contacting us.
Please check the admin account again, it doesn't correct. https://prnt.sc/kWU_engwD6rL
Thanks.
Hello.
We have checked that function on our mobile device, it doesn't work if you don't verify the email.
Please recheck it.
Thanks.
Attachments:
You must be logged in to view attached files.Hello.
Thank you for contacting us.
Please give us your site URL, and admin account. We will help you check that issue soon.
Thanks.
I'm using mac os with a chrome browser. What is your device?
Thanks.
Hi again.
To show the category or custom field in the resume listing, you can use the option at customize/ Resume/ Resume list and check the show field options. https://prnt.sc/g1UT5MJCECtl
To remove the resume author and change the resume title, please change the source code in this file:
/wp-content/themes/noo-jobmonster/layouts/resume/loop/list.php line 177-187
Please recheck it.
Thanks.
Yes, maybe that issue is from the chrome version on your device.
Thanks.
Hello.
You can try the solution in this article to make it mandatory for the job description field.
https://wp-qa.com/wordpress-mark-wp_editor-required-field-in-form
Maybe that can help you.
Thanks.
Hello.
Thank you for contacting us.
Please give us your site URL, admin, and FTP account. We need to debug the source code to help you fix the issue.
Thanks.
Thank you for your feedback.
If you need help, please let us know again.
Thanks.
2 years, 5 months ago in reply to: Employer with paid package missing resume download button. #1218742Yes, I have changed that.
2 years, 5 months ago in reply to: Employer with paid package missing resume download button. #1218740Hi.
We have checked and fixed that issue on your site. The issue from your custom CSS
.pull-right {
display: none;
}Please recheck it.
Thanks.
I don't use the default map location, you can select the suggested address from the map input field, and drag the map marker to the correct location. That will make the job get the correct longitude and latitude to display the map.
Please recheck it.
Thanks.
Attachments:
You must be logged in to view attached files.Hi again.
Please check the order action, you will see the regenerate download permission action.
We have checked the source code, the package info will add the package info to user_meta, if you delete the order, it still has the package info in the user. So you can't remove that.
Please recheck it.
Thanks.
Attachments:
You must be logged in to view attached files.<code>if ( ! function_exists( 'jm_set_job_expired' ) ) : function jm_set_job_expired( $job_id = '' ) { if ( empty( $job_id ) ) { return false; } $_ex = noo_get_post_meta( $job_id, '_expires' ); $employer_id = get_post_field( 'post_author', $job_id ); $package = jm_get_job_posting_info( $employer_id ); if ( empty( $_ex )) { if (isset( $package[ 'job_duration' ] )) { $_expires = strtotime( '+' . absint( @$package[ 'job_duration' ] ) . ' day' ); update_post_meta( $job_id, '_expires', $_expires ); $closing = noo_get_post_meta( $job_id, '_closing' ); if ( empty( $closing ) ) { $closing = $_expires; update_post_meta( $job_id, '_closing', $_expires ); } } else { $_expires = strtotime( '+' . absint( 4 ) . ' day' ); update_post_meta( $job_id, '_expires', $_expires ); $closing = noo_get_post_meta( $job_id, '_closing' ); if ( empty( $closing ) ) { $closing = $_expires; update_post_meta( $job_id, '_closing', $_expires ); } } } } endif;</code>
Hi again.
You can try the function above to fix that issue. We are set 4 days for an expired job.
Thanks.
Hi again.
We have checked it on our device, it still works fine.
https://www.dropbox.com/s/i4rllvpxh073i1w/3925633188720561352.mp4?dl=0
We have tried it many times. Do you try it on another device?
2 years, 5 months ago in reply to: Employer with paid package missing resume download button. #1218727Hi again.
Please give us your FTP account, we need to debug the source code. The WP file manager can't edit the source code on your site.
Thanks.
Attachments:
You must be logged in to view attached files.2 years, 5 months ago in reply to: Remove views on resume page and replace name of user to title of page #1218726Hello.
For that resume details style 2, you can add the resume title beside the candidate name by changing the source code in this file:
wp-content/themes/noo-jobmonster/layouts/heading.php line 341, then add the code below:
<?php echo the_title(); ?>
Please recheck it.
Thanks.
Hello.
Thank you for contacting us.
We have checked your site on the chrome browser on iPhone, it doesn't happen the issue.
We click to resume details, back to the home page when clicking the top logo. The page still works fine. Please recheck it. Or you can give us the video about that.
Thanks.
Hi.
Thank you for that info, if you need help, please let us know again.
Thanks.
Hi again.
We have checked your site and found the issue from the config.
The issue from the Properties/ Custom field/ Primary Fields, you select the wrong config for Metro field.
We have helped you change that.
Please recheck it.
Thanks.
Attachments:
You must be logged in to view attached files.Hello.
Thank you for contacting us.
Yes, you can change the maximum distance at this file: wp-content/themes/noo-jobmonster/framework/job/job-enqueue.php line 160
Please recheck it.
Thanks.
Hello.
Thank you for your feedback.
If you need help, please let us know again.
Thanks.
Hello.
Thank you for contacting us.
We have checked and fixed that issue on your site.
Please recheck it.
Thanks.
-
AuthorPosts