Forum Replies Created
-
AuthorPosts
-
Thank you for your feedback.
If you need help, please let us know again.
Thanks.
Yes, I have changed that.
Hi.
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?
Hi 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 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.
Hello.
Thank you for contacting us.
Sorry, we can't see your screenshot. Please give us your site URL, admin account, and Employer with the paid package.
We will help you check it soon.
Thanks.
Hi again.
Can you give us that job URL? We will help you check it on this job.
Thanks.
Hi again.
We have checked and fixed the job location display on the preview job page. Please recheck it.
To change the, you can't add the new order to the account. Because we will save the package meta to the user when the progress the order from the front-end, not the back-end. So you need to upgrade the user package from the front end.
Thanks.
Hello.
Thank you for contacting us.
Please give us your site URL and admin account. We will help you display the custom image field as the avatar field.
Thanks.
-
AuthorPosts