Forum Replies Created
-
AuthorPosts
-
Dear, You problem is resolved ?
Dear @sara-draven I check your site and i see Elementor still work on your site, please check your site again.
Best regards.
Dear, the Resume Suggest or Job Suggest with load by category and location of current user (Employer or Candidate )
Eg, Resume Suggest: Firstly, find Job Category and Job Location by current Employer then find Resume by Category and Location.Best regards.
Dear, after change package, you need upgrade package for Employer (buy package again) to update package for employer to new package because the Employer still use old package ( Can't view package ) then check again.
Best regards.
Sorry, the Jobmonster not support you to do it.
Best regards.
Dear, please kindly update Jobmonster on your site to latest version 4.6.2 and check again, if it still not work , please kindly send for me admin account your site via private reply, i will check details to help you.
Best regards.
Yes, sorry.
Best regards.
Sorry, the Jobmonster not support customize fields on Register form.
Best regards.
So sorry, i don't understand what is problem on mobile view on your site or please tell for me what you want display on mobile ? I will check details to help you.
Best regards.
Dear, please read Loco Beginner's guide to use Loco plugin to translate Jobmonster theme.
Best regards.
I don't understand your problem, mean, you do not allow Employer register with email domain gmail and outlook ? If right, please install and switch your site to use Jobmonster child theme, then add custom code in file functions.php of child theme.
add_filter('registration_errors', function($errors, $sanitized_user_login, $user_email){ list( $local, $domain ) = explode( '@', $user_email, 2 ); $do_not_allow_domains = array( 'gmail.com', 'outlook.com' ); if(in_array($domain, $do_not_allow_domains) ){ $errors->add('do_not_allow_email_domain', __('Do not allow email domain', 'noo')); } return $errors; },10,3);
Best regards.
Dear, I have check again, i see the Jobmonster not support change menu color of Header Transparent, it always use White color, If you want change it, Please add custom CSS on your site
.header-2 .navbar.fixed-top .navbar-nav > li > a, .header-2 .navbar.fixed-top .navbar-nav li.menu-item-post-btn > a { color: #333; }
Also, i have go to Home page and change to use page template 'Full Width' Now your page is full width, please check your site again.
Best regards.
This reply has been marked as private.Dear, I have check again, i see:
1. the search 'Location' field on home page and search 'By Distance' field is different, mean, the search 'By Distance' field can't use value of Location field when from Home page.2. If you want use 'By Distance' search field, you need use Google Map but i not see you use Google map on your site, Specifically, you not add Google Map Api in setting 'Jobmonster -> Settings -> Location -> Google Map api'
Now, if you add setting for google map api, you need update/select 'Job Full Adress' of all old job on your site because currently the job on your site is missing latitude & longitude data from google map.
Mean, if your job not have Google Map latitude & longitude data, you can't use 'By Distance' search field.
3. Also, can't change URL when search because it include all search field value request.
Best regards.
Dear.
1. The Jobmonster not support change it, but you can hide it. Please go to admin menu 'Jobmonster -> Settings -> Member' and check to setting 'Hide Admin Bar' ( you need update Jobmonster theme to latest version 4.6.2 to use that settings )2. to change it, please go to 'Customizer -> Job & Company -> Job List' and change it in setting 'Job Heading Background Image'
Dear,
I don't understand what is 'advertisement page' and Where do you want to show the id on 'advertisement page' ? Please tell for me more details, i will check to help you.Best regards.
Dear.
If you want do it, please install and switch your site to use Jobmonster child theme, then add custom code, eg: show 'Approve' link for Company name 'Premium Inc.'add_filter('noo-manage-application-approve-link', function ($link){ if(!is_user_logged_in()){ return $link; } $company_id = jm_get_employer_company(); if(empty($company_id)){ return $link; } $company = get_post($company_id); $company_name = $company->post_title; if($company_name == 'Premium Inc.'){ return $link; } return '<a class="member-manage-action action-no-link" title='.esc_attr__( 'Approve Application', 'noo' ).'"><i class="far fa-check-square"></i></a>'; });
Best regards.
This reply has been marked as private.Dear, i check your page https://genuinehires.com/resumes/mainframe-developer/ but i see any problem, please kindly give for me more details with screenshot, i will check to help you.
Best regards.
Dear, please kindly send for me admin account and your problem URL via private reply, i will check details to help you.
Best regards.
I think that problem because cache plugin on your site, your site not delete cache when user login, please disable cache plugin on your site again or check cache plugin setting again to disable cache when user login.
Best regards.
Sorry, in current version the Jobmonster not support custom job meta display on single job page, we're will add support it in next update version.
Best regards.
Sorry, the Advanced Search form only search job on your database, and the CareerJet jobs on your site display as affiliate (not save on database) so, the Jobmonster not support search with CareerJet jobs.
Best regards.
Sorry, the Job Title and Job Description is require field and it not support custom it like custom fields in job.
Best regards.
This reply has been marked as private. -
AuthorPosts