NooTheme Premium WordPress Theme › Forums › JobMonster › job alert is not send daily
- This topic has 12 replies, 2 voices, and was last updated 4 years, 2 months ago by dangdv.
-
AuthorPosts
-
4 years, 3 months ago #1206153
Hi there
I am happy to see job alert send to few candidates not but I need 2 things
1. Job alert should be sent to all candidates who have set job alerts, everyday.
2. Allow admin to set job alerts for candidates since most candidates don't set job alerts on their own. They forget to do so. I understand that this feature is not available in theme as of now but can you add this for me, please?
4 years, 3 months ago #1206185Dear.
In Jobmonster, the Job Alert save as custom post type, you can see list in admin menu 'Jobs -> Job Alerts' But in current version, the Jobmonster not support create new Job Alert, we're will add support it in next update version.Best regards.
4 years, 3 months ago #1206472waiting for updates
4 years, 3 months ago #1206511Yes, we're will release in this week, after tested with WordPress 5.5
4 years, 2 months ago #1207412I am not able to set Job Alert on behalf of candidates from Admin Dashboard.
Please enable it asap.
4 years, 2 months ago #1207611Can you please tell me when this feature will be updated?
4 years, 2 months ago #1207643Yes, please update Jobmonster theme on your site to latets version 4.6.6 then install and switch your site to use Jobmonster Child Theme
Then, add custom code in file functions.php of Jobmonster Child theme to enable add Job Alert in admin board.
add_filter('noo_job_alert_post_type_args', function($args){ $args['capabilities'] = array( 'create_posts' => true ); return $args; });
Best regards.
4 years, 2 months ago #1207712Hi
I have added given code in functions.php file but could not find Add Alert feature in dashboard
Please check
4 years, 2 months ago #1207730Dear, after add custom code you will see 'add new' button like attachment.
Attachments:
You must be logged in to view attached files.4 years, 2 months ago #1207739That's what I am saying.
I am not able to see that button!
I have put code in functions.php of child theme. Still nothing comes up!
4 years, 2 months ago #1207757Dear, please kindly send for me admin account and your site URL via private reply, i will check to help you.
Best regards.
4 years, 2 months ago #1207830This reply has been marked as private.4 years, 2 months ago #1207839Dear, I check custom code again and change to
add_filter('noo_job_alert_post_type_args', function($args){ $args['capabilities'] = array( 'create_posts' => 'edit_posts' ); return $args; });
Also, with select problem, that problem because the select dropdown have many items, i think you need optimize your data,eg: it can't fast load with >1400 categories on your site and many category don't have job.
Best regards.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.