Forum Replies Created
-
AuthorPosts
-
Hi.
Thank you for contacting us.
With the job tags field input, if you select field type "Multiple Job_tag with input" that will allow you to add a new tag at the font-end job posting: https://prnt.sc/8HIGRmM5R7Ka
The tag field only appears on the job posting page, not on the resume. https://prnt.sc/2gdI2W0_QidH
Please recheck it.
Regards.
This reply has been marked as private.Hi.
Thank you for contacting us.
I have helped you remove the admin account info. And maybe you have changed that account.
Please give us that info again. Don't forget to check to private reply box.
Regards.
Thank you for that solution.
Hi okkhalid
Please let us know again if you still have that issue.
Regards.
Hi.
For the company listing, please go to Dashboard/ Jobs/ Companies, it will list all the company info on your site.
For the jobseekers listing, you can manage their resumes in the Dashboard/ Resumes, it also can help you redirect the candidate profiles: https://prnt.sc/_IZGhh5vp1dQ
Please recheck it.
Regards.
Hi.
Sorry for the mistake, we only have the option for the required attach file or resume on the JobMonster/ Settings/ Job Application: https://prnt.sc/Xz-iYN1J5gfI
You also can require the Candidate account for the Job Application via Settings/ Action Control: https://prnt.sc/IFHPnvu8_4lp
Please recheck it.
Regards.
Hi.
Thank you for contacting us.
I have checked the unsubscribe job alert function on the alert email, which still works fine to delete the job alert. If you want to check that function, you can check on this file:
/wp-content/themes/noo-jobmonster/framework/admin/noo_form_handler.php line 2535 with the email_delete_alert_action() function.
Regards.
1 year, 5 months ago in reply to: error importing demo data / outdated copies of some WooCommerce template files #1220900Hi.
I have checked and fixed the customize save issue. Please recheck it.
Regards.
Yes, we will release a new version this week.
Thanks.
Hi.
Please give us your site info, admin account. We will access your site to help you check that issue.
Regards.
Hi.
Thank you for contacting us.
We have checked and helped you import the demo data.
Please recheck it.
Regards.
Hi.
Thank you for contacting us.
We will check and release a new version to fix that issue soon.
Regards.
HI.
1. Yes, the Job can't be reposted if the job expiration date is later than the job package's expiration date.
2. I have checked the source code, and it has no action for that icon. Maybe I should remove that icon.
Regards.
Hi.
Please go to edit the home page and check the page settings: https://prnt.sc/5Ym5L8hCe-BR
You will see the option to remove our logo.
Please recheck it.
Regards.
Hi.
To disable the user, you can use the source code below:
// Hook into WordPress on initialization add_action('init', 'auto_disable_candidates'); function auto_disable_candidates() { // Check if the user is logged in if (is_user_logged_in()) { return; } // Get all users with the candidate role $candidates = get_users(array( 'role' => 'candidate', 'fields' => 'ID', )); foreach ($candidates as $candidate_id) { // Check the last login time $last_login_time = get_user_meta($candidate_id, 'last_login_time', true); if ($last_login_time && strtotime('-2 months') > $last_login_time) { // Disable the user account by removing the 'candidate' role wp_update_user(array('ID' => $candidate_id, 'role' => '')); } } } // Hook into WordPress on login to update last login time add_action('wp_login', 'update_last_login_time'); function update_last_login_time($user_login) { $user = get_user_by('login', $user_login); update_user_meta($user->ID, 'last_login_time', time()); }
Add the code to functions.php file.
Please recheck it.
Regards.
Yes, if you need help, please let us know again.
Regards.
Hi.
Thank you for contacting us.
To display the register button when hovering over the class on the schedule, you need to change the source code.
Please go to this file: /Volumes/Work/www/noopress/timetable/wp-content/plugins/noo-timetable/templates/shortcodes/ntt-schedule.php line 484 and add the code below:
if(event.register) { element.find('.fc-content').append('<a href="'+event.register+'">Register</div>'); }
https://i.imgur.com/2zWA0T0.png
Please recheck it.
Regards.
Can you give us your site admin account? We will access your site to help you check it.
Regards.
Hi.
1. I have checked your site, and the reposting job feature still works. The reposting job feature depends on your job package. If your job package has expired, you can't repost the job. Please recheck it.
2. I have enabled the Closing date field in the job custom fields, now you can edit the closing date field in the job back-end.
3. This is the expired job icon, it doesn't have any action when you click on that icon.
Please recheck it.
Regards.
Hi.
We have the option on the page settings to overwrite the logo on the customize. https://prnt.sc/hkdAz0m0fxGz
I have helped you remove that config. Now you can see your logo on the home page.
Please recheck it.
Hi.
Please go to edit the page and check the page settings. We also have the option on the page to overwrite the logo of the customize settings.
Please recheck it.
Regards.
Hi.
Thank you for contacting us and sorry for the late response.
We have only the option to require email confirmation when new users register. That can help you avoid the fake email.
If you want to avoid the fake application, we have the option to require admin approval.
Please recheck it on JobMonster/ Settings/ Member.
Thanks.
Hi.
Thank you for contacting us.
Currently, we only support the font icon for the category. We will check and support the image for the category icon.
Regards.
1 year, 6 months ago in reply to: error importing demo data / outdated copies of some WooCommerce template files #1220831Hi.
Thank you for contacting us.
Please give us your site URL, admin account. We will access your site to help you check the issue.
Thanks.
1 year, 6 months ago in reply to: woocommerce is having problems after updating. I have HTTP error 500. Please hel #1220830Hi.
When I enabled debug, I got this error message: Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1318912 bytes) in /home/julaytzc/kedjob.com/wp-includes/functions.php on line 5373
So I have added this code to your wp-config.php file: define( 'WP_MAX_MEMORY_LIMIT' , '512M' );
now you can access WooCommerce in your French language. But you should increase the PHP config to avoid that issue: https://prnt.sc/IJGe-4F7LB5F
Please recheck it.
Regard.
-
AuthorPosts