vidyakv
Forum Replies Created
-
1. When will the next release include filtering all applications in the dashboard through job specifications eg. Job Location, Job Type, Job Categories.
We have plans to include this feature in any of our major releases.
—
2. Are these features in progress or will be worked on in the future releases?
2a. Export all applications to a CSV/Excel file including job specifications and customised job form created with PRO version (name, email, cover letter, academic qualification, work experience, …)
We are working on this feature and will be included in the next release of Pro Pack.
2b. Display job specifications in applicant’s page eg. Job Location, Job Type, Job Categories. Current version only shows Job Title and none of the Job specifications.
We have plans to include this feature in any of our major releases.
2c. Display job specifications and job forms in Application page column that can be edited with the WordPress “Screen Options”.
Can you please explain this in detail?
Regards,
Vidya kvForum: Plugins
In reply to: [AWSM Team - Team Showcase Plugin] Member display errorHi @pgomesi3s,
Thanks for reaching out to us.
Could you please share with us the URL having the issue?
Regards,
Vidya K VHi,
We have tested our plugin with WP Mail SMTP following the same scenarios. But, we couldn’t replicate the same issue. We have no problem with sending mail from another email.
Please make sure that HR mail is allowed to send mail from your server. Sometimes you have to register this email (in Cpanel). If you use other services such as Sendgrid or Mailgun, then it won’t be a problem. Hope it solves your confusion.Thank you
Vidya k vHi,
It may be because you are using the default PHP mail service. If you can, please consider changing the mail service in the WP Mail SMTP plugin. Maybe it can help solve your issue. We have tested this with WP Mail SMTP plugin but couldn’t replicate it.
Thanks
Hi @mrachmad
Make sure that Force From Email is unchecked in WP Mail SMTP
https://cl.ly/ff4b9a38899dPlease try the below code
function awsm_jobs_applicant_mail_headers( $headers ) {
$headers[‘from’] = sprintf( ‘From: %1$s <%2$s>’, ‘Company Name’, ‘[email protected]’ );
$headers[‘reply_to’] = sprintf( ‘Reply-To: %1$s <%2$s>’, ‘Company Name’, ‘[email protected]’ );
return $headers;
}
add_filter( ‘awsm_jobs_applicant_notification_mail_headers’, ‘awsm_jobs_applicant_mail_headers’ );function awsm_jobs_admin_mail_headers( $headers ) {
$headers[‘from’] = sprintf( ‘From: %1$s <%2$s>’, ‘Company Name’, ‘[email protected]’ );
return $headers;
}
add_filter( ‘awsm_jobs_admin_notification_mail_headers’, ‘awsm_jobs_admin_mail_headers’ );Hi @dusemedia
Thanks for reaching out to us
Could you please share with us the URL having the issue?
Thanks
Vidya k vHi @mrachmad,
Currently, we don’t provide any settings to change that.
If you are a developer, you can use these filter hooks, awsm_jobs_applicant_notification_mail_headers and awsm_jobs_admin_notification_mail_headers to change sender mails.
You have to modify these values from your theme(child theme is recommended) or using an add-on plugin.Thanks
Vidya k v- Is it possible to add form answers built with the form builder to the admin notification as template tags?
Currently, it is not supported by our plugin.
- Also will there be an update under the Applications page to filter them to job location rather than only filtering them by job opening name?
Yes, we are working on it. It will be available in future releases.
- is it possible to add the PDF as an attachment to the email or is it a WordPress limitation?
It is available in our pro version.
You can find it under Job Openings > Settings > Form > Form Builder > Upload CV/Resume and check this option Attach the file with email notifications - Talking about job locations, is it possible to have some meaning to them?
Currently, it is not possible as these specifications are dynamic(user-generated) in nature.
- Also can you add the PRO license key on multiple WP sites like my production website and my dev website?
Yes, it can be used in one production website and any number of staging and dev website instances
Regards,
Vidya k vHi @bakaywike
Not yet, our developer team is working on it. We are soon releasing it within one month.
Thank you
Vidya k vHi,
We are soon releasing an update to handle the resume uploads in a better way.
@greghollowell I am sorry for the troubles. Google Docs Viewer is notorious for the stability issues, especially for Office documents that are hosted elsewhere! Did you try Microsoft Office Viewer? It should be stable and more user-friendly for all the files.
When using the Plus version, we recommend two solutions for stability.
Use Google Drive to host your files – We have hardly seen any downtime for the documents that are embedded in Google Drive
Use Box.com – Box.com has its own viewer. It’s super stable and also comes with various privacy settings.@jdembowski Ok. Sorry for the inconvenience.
@gelu16
Unfortunately, it is not something possible using our plugin. We are making use of the document viewer services from Google, Microsoft, and Box.com for a seamless experience. The main disadvantage of this method is that we do not have the control over any features that comes by default with the viewer. - Is it possible to add form answers built with the form builder to the admin notification as template tags?