Forum Replies Created
-
AuthorPosts
-
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.
3 years, 2 months ago in reply to: Employer with paid package missing resume download button. #1218742Yes, I have changed that.
3 years, 2 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.
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.
This is the screenshot.
<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?
3 years, 2 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.
3 years, 2 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.
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.
Hi again.
We have checked your job preview, the map still display: https://prnt.sc/ZR1IWQrrt1ck
Please clear your cache and recheck it.
Thanks.
Hi again.
For the candidate account, the menu for the saved job is bookmarked, and the shortlist is the page for the employer to save the resume.
Please recheck it. We have changed that for the candidate menu.
Thanks.
Hi.
Thank you for contacting us.
The password doesn't correct. Please recheck it.
Thanks.
Hi again.
If you want to add the expired info for the job without an employer package, expires or closing info, you can edit the function jm_set_job_expired() at this file wp-content/themes/noo-jobmonster/framework/job/job-expired.php.
Please recheck it.
Thanks.
Hello.
Thank you for contacting us.
We have checked our system, you don't need to delete the old order. Please create a new order and assign it to the account, and select regenerate download permission. That will help you change the account package plan.
Please recheck it.
Thanks.
-
AuthorPosts