Forum Replies Created
-
AuthorPosts
-
5 months, 2 weeks ago in reply to: the [application_message] field in the mail does not work #1222241
Hi.
We have checked and fixed the missing "[application_message]" content in the application email.
Please recheck it.
Regards.
Hi.
I have edited this file: wp-content/themes/noo-jobmonster/layouts/job/apply/form.php, to help you add the indication notice on the application form. https://prnt.sc/MnA1q7970V6O
Please recheck it.
Hi.
Please provide us the ad URL, then we'll help you check it soon.
Regards.
Hi.
Thank you for contacting us.
You can enable the directory to see all the candidate listings.
Please go to Front-end PM/ Settings/ General and check "Show Directory" https://prnt.sc/F3q9UXhTBCWS
Then go to JobMonster/ Settings/ Messages/ and select "All Candidates" for Employers can start conversation with option. https://prnt.sc/soOrVXboxPAS
After doing that, the employer can see the list of candidates to send the message. https://i.imgur.com/jnp0izD.png
Regards.
5 months, 2 weeks ago in reply to: remove the option to create an alert if we are not logged in #1222235Hi.
We have edited the source on this file wp-content/themes/noo-jobmonster/framework/admin/noo_job_alert.php line 85 to help you hide the job alert button for guests.
Please recheck it.
Regards.
Hi.
The block companies option is used to block the company from viewing the resume on the list and resume details.
We have checked our theme, it still works fine with that function. Please provide us with your candidate and employer account that has that issue. We will access your site to help you check it soon.
Regards.
Hi.
Thank you for contacting us.
Sorry, I'm not sure about your question. We don't have the heart icon on the job details page. https://prnt.sc/EQk3-sIlrqaw
Please recheck it.
Regards.
Hi.
For the "Send to friend" and "Share"..., you use the Loco Translate plugin and find the string to translate to your language. https://prnt.sc/apVhQqv5d_8q
You need to clear the cache to see the change.
Regards.
Hi.
The note of the reviews can't be translated via Loco Translate, you need to edit the source code to edit that title.
Please open this file: wp-content/themes/noo-jobmonster/assets/vendor/rating/jquery.raty.js line 737, and change the title to your language.
Regards.
Hi.
Thank you for contacting us.
We have updated the Job category widget to help you order the list by job count. https://prnt.sc/3fkStEoxcb_B
Please recheck it.
Regards.
Hi.
Thank you for contacting us.
To remove the notice "Note: you will lose your current Package if you Upgrade" in the manage package details, please go to file: /wp-content/themes/noo-jobmonster/layouts/dashboard/manage-plan.php and remove the code in line 171.
You should keep that line to notice the customer to avoid repurchasing a new package.
Regards.
Hi Rich.
Thank you for contacting us, and sorry for the late response.
Sorry, our theme currently works with captcha v2. We sometimes have an issue with the spam signup user. We will check and fix it soon.
Regards.
Hi.
Thank you for contacting us.
Yes, you can still use the theme without the Contact Form 7 plugin. The job system doesn't need that plugin.
Regards.
Hi.
Thank you for contacting us.
We have overwritten the WooCommere template files in the theme. It will display a message when WooCommerce updates the template file. You can still use the theme without issue.
We will try to release a new version next week.
Regards.
Hi.
The job search widget displays the job custom field value; you can translate the custom field via WPML.
1. You need to add the English language for the job custom field. https://prnt.sc/zljY5JHFLiKY
2. Go to WPML/ string translation and search the custom field you need to translate. https://prnt.sc/DlJV1MT42mGe
I have tested the Job Category field. https://prnt.sc/EWGA6wgTcxdl
Please do it with another field if you want.
Regards.
Yes, if you need help, please let us know again.
Regards.
Hi.
I have checked and helped you fix the issue with the CV page. I also helped you change the heading.php file.
Please recheck it.
Do you want to hide the "Professional Summary" field on the resume submission form?
Please let us know again.
Regards.
Hi.
I have checked and added the company include and exclude options on the Noo Jobs widget. https://prnt.sc/G1MFPU4Cvpp6
Please recheck it.
Regards.
Hi.
Thank you for contacting us.
Sorry, we don't have the option to add pre-recorded automatic response for the company account. We will consider that feature.
Regards.
Hi.
Thank you for contacting us.
The field input will save to your browser when you complete the purchase.
Please recheck it.
Regards.
Hi.
I have checked and fixed that issue on your site.
Please recheck it.
Regards.
Hi.
1. I have checked and fixed the star display issue on your site. Please recheck it.
2. If you want to open the new tab when clicking the resume download button, the download function will disable.
And it needs to change the source code at this file:
wp-content/themes/noo-jobmonster/layouts/heading.php
3. You are using style 3 for the job details page. Please go to this file:
wp-content/themes/noo-jobmonster/layouts/job/single/detail-style-3.php and copy the source code from line 117 to 174 to under line 20.
Then you will have the apply button on the top.
Regards.
Hi.
Thank you for contacting us, and sorry for the late response.
The ['user_name'] field in the email template will get the display_name value if the field value exists.
'[user_name]' => isset( $new_user['display_name'] ) ? $new_user['display_name'] : $new_user['user_login'],
If you want to use the first name, please go to this file:
wp-content/themes/noo-jobmonster/framework/add-ons/class-email-confirmation.php line 95 and change the display_name to first_name.
Regards.
Hi.
I have checked and fixed the free job package issue on your site.
Please recheck it.
Regards.
Hi.
To hide the offer after 2 months. Please use the code below:
'value' => strtotime('-2 months', current_time('timestamp'))
Regards.
-
AuthorPosts