Forum Replies Created
-
AuthorPosts
-
Hi.
To hide the "Post a job" button in the menu item, please go to customize/ Header/ Navigation bar and turn off the "Show post job/ resume button". That will help you hide the button in the navigation. https://prnt.sc/nB7asz27KkDG
Please recheck it.
Regards.
Yes, if you need help, please let us know again.
Regards.
Hi.
You can use the custom CSS below to display the "forgotten password" link:
.account-form .login-form-links { display: block; }
Regards.
Hi.
I'm not sure how to change the structure of the site to remove the / at the end of the URL, but you can check the pagination function in this file:
/wp-content/themes/noo-jobmonster/framework/functions/noo-html-pagination.php
Maybe that can help you.
Regards.
Hi.
To fix that issue you can change the function: jm_get_filter_resume() on the file:
wp-content/themes/noo-jobmonster/framework/resume/resume-custom-fields.php line 211
with the code below:
if(!function_exists('jm_get_filter_resume')): function jm_get_filter_resume(){ $resume_filter = jm_get_resume_custom_fields_option('filter_resume'); if (!empty($resume_filter)) { $resume_filter = !is_array($resume_filter) ? explode(',',$resume_filter) : $resume_filter ; } return apply_filters('jm_get_filter_resume',$resume_filter) } endif;
Please recheck it.
Regards.
Hi.
You can check the function jm_get_marker_job_data() on this file: wp-content/themes/noo-jobmonster/framework/job/job_location.php line 491.
Maybe your job post doesn't have the address info: full_address, _full_address_lat, _full_address_lon.
That is why it returns to false. Please recheck your job details.
Regards.
Hi.
Thank you for contacting us.
I have checked your job map shortcode, you are using the address field for the search. That field only gets the correct job with the search address. It can't search addresses with the radius like the search field on the job sidebar.
Please check my screenshot: https://prnt.sc/sa6uw8YaoUJp
If you want to search address with radius, please use the field "Custom field: by distance" https://i.imgur.com/HrCEGkl.png
Please recheck it.
Regards.
This reply has been marked as private.Hi.
Thank you for contacting us, I have checked and replied to your ticket.
Sorry, our theme doesn't support two packages at a time. It will overwrite the old package when purchasing the new.
And we don't have the package to limit view job details. A lot of source code needs to be changed to add the job views limit for the resume package like the job package.
Regards.
3 months, 3 weeks ago in reply to: I just renewed my support but it shows expired. I would like candidates to buy #1221362Hi.
Thank you for contacting us.
Sorry, our theme doesn't support two packages at a time. It will overwrite the old package when purchasing the new.
And we don't have the package to limit view job details. A lot of source code needs to be changed to add the job views limit for the resume package like the job package.
Regards.
Hi.
I have checked and helped you disable the modal popup for the Login and registration form.
You can backup this file for the next update:
wp-content/themes/noo-jobmonster/assets/js/min/member.min.js
Regards.
Yes, if you need help, please let us know again.
Regards.
Hi.
To add alt for the company logo, please go to this file:
wp-content/themes/noo-jobmonster/framework/admin/noo_company.php line 1020 and add the code below:
if (empty($alt)) {
$alt = noo_get_the_company_name($company_id);
}Please recheck it.
Regards.
Hi.
I have checked and fixed that issue on your site.
Please recheck it.
Regards.
Yes, if you need help, please let us know again.
Regards.
Hi.
I have found that CSS in the customize/ additional CSS: https://prnt.sc/Ji_h-FTB4iVF
I have removed that CSS. Please recheck it.
Regards.
4 months ago in reply to: Posting a job and have a field to configure the email that gets notified #1221339Hi.
Please go to this file: wp-content/themes/noo-jobmonster/layouts/forms/job_form.php line 95
and change the code:
if(apply_filters('noo_job_post_form_allow_custom_application_notice_email', false)):
to
if(apply_filters('noo_job_post_form_allow_custom_application_notice_email', true)):
That will help you show the "Notification Email" field at the font-end submit form.
Regards.
4 months ago in reply to: Posting a job and have a field to configure the email that gets notified #1221338Hi.
Do you want to have the "Notification Email" field for each job posting at the front end?
We can help you show that field on each job posting: https://i.imgur.com/4Q7VHdn.png
Please recheck it and let us know again.
Regards.
Hi.
Thank you for contacting us.
Please provide us with your site URL and admin account. We need access your site to help you check that issue.
Regards.
Hi.
You can use the if (!empty($email_custom)) to check the empty value for that custom field before to display the button.
Please recheck it.
Regards.
Hi.
Thank you for contacting us.
To disable the modal popup for login and register button.
You need to edit the script file. wp-content/themes/noo-jobmonster/assets/js/min/member.min.js
Please give us your site admin account. We will access your site to help you edit the source code.
Regards.
Hi.
I have checked your site and found the issue from this CSS:
li.job-cf:first-child { visibility: hidden; display: none; }
If you have that custom CSS, please remove that CSS.
Regards.
Hi.
I have checked and fixed that issue on your site.
Please recheck it.
Regards.
Hi.
I have checked your site, your current WordPress version is 6.3.5. Can I upgrade your WordPress to 6.6.1?
Please let us know again.
Regards.
Hi.
I have been able to access your site with that account. But please give us more permission for that account to install the theme or plugins to edit the source code.
Regards.
-
AuthorPosts