Forum Replies Created
-
AuthorPosts
-
Hi.
Thank you for contacting us.
As I see, you are using the custom CSS to hide the minutes and seconds countdown. We also checked the countdown jQuery, it also doesn't support the option to hide that info. So the custom CSS may be the best way to hide that info.
Regards.
Hi.
Thank you for contacting us.
Please give us your site admin account. We will access your site to help you check the issue.
Regards.
Hi.
Please go to edit the page and check the page settings, you will see the option menu Logo Sticky.
I'm afraid it still have the config for our logo.
Regards.
Hi.
Please increase your PHP server config and try it again. https://nootheme.com/knowledge-base/recommended-php-configuration-limits/
If you still have the issue, please give us your site info and admin account. We will access your site to help you check it.
Regards.
9 months, 1 week ago in reply to: Attempting to apply the Jobmonster Theme, Error: Incompatible Archive” #1220941Hi.
As I see, you have changed the topic status to "Resolved" for this topic. If you need more help, please let us know again.
Regards.
9 months, 1 week ago in reply to: Stuck on Edit Company Info Page Loop When A Second Employer Ad Is Purchased #1220940Hi.
Thank you for contacting us.
Please give us your site info admin account again. We need access your site to help you check the issue.
Regards.
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.
10 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.
-
AuthorPosts