Forum Replies Created
-
AuthorPosts
-
Dear, to change the text in post page, you can: Use Loco plugin to translate theme and change text.
Or change text via child theme:
- Install and switch your site to use Jobmonster child theme then copy file 'wp-content/themes/noo-jobmonster/page-post-job.php' paste to 'wp-content/themes/noo-jobmonster-child' then you can edit file 'wp-content/themes/noo-jobmonster-child/page-post-job.php' to change text you want.best regards.
4 years, 7 months ago in reply to: Top text is getting overlapping with below text on mobile #1204457Dear, please kindly add custom CSS then check your site again.
Best regards.
Dear @hackerdoom Please create new topic with your problem and tell for me more details what is email type you can't save template, i will check details to help you.
Best regards.
I think the color not change because cache on your browser on your website, please clear cache and check your site again.
Best regards.
4 years, 7 months ago in reply to: Job Reposting doesn’t work – I have all latest theme & plugins updated #1204454Dear, the Jobmonster theme is compatible with WPML but the compatible need high processing time, please increase max_execution_time to 300s and check again.
Best regards.
Dear, you can see it in theme descrition on ThemeForest.
Best regards.
Dear, I have check your site i see that problem because the page Job package is missing [noo_job_package_list] I have create new page with page content '[noo_job_package_list]' and i see it's working,
Please check your site again.
best regards.
Dear, please tell for me more details: where setting you choose 3 ? because the Resume in listing page not support change columns.
Also, please kindly update Jobmonster on your site to latest version 4.6.1 and check Job list again.
Best regards.
I don't understand your question, the employer messages for candidate, You mean the message via Frontend PM plugin (Messages like attachment ) ?
When copy from Microsoft word, please paste to Subline Text or Notepad to clear format then copy paste resume details again.
Best regards.
Sorry, because when Employer click to 'view resume' in attachment, it will redirect to detail resume and we're can't add hook to send email notice for Candidate, if add hook when view detail resume, It will also send when view resume via Resumes archive page.
Best regards.
Dear, that problem because the google map script still use type 'text/plain' (see attachment) please check your site again.
This reply has been marked as private.Dear, i see your site still use Jobmonster old version and it cause error when add custom code. Please update Jobmonster theme on your site to latest version 5.6.1 then add custom code in file functions.php of child theme
add_filter('noo_post_job_btn', function(){ return '<li id="nav-menu-item-post-btn" class="menu-item-post-btn"><a data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="#">' . jm_get_button_text() . ' <span class="caret"></span></a><ul class="dropdown-menu"> <li><a href="#">Post Local Jobs</a></li> <li><a href="#">Post International Jobs</a></li> </ul></li>'; });
Best regards.
Dear, the v4.6.1
- Tested with WordPress and WooCommerce latest version
- Fixes and improvementsPlease go to admin menu 'Jobmonster -> Custom Fields -> Jobs' and check you selected icon for field settings, if select icon in field setting but it still not show, please kindly send for me admin account your site via private reply, i will check details to help you.
Best regards.
This reply has been marked as private.This reply has been marked as private.4 years, 7 months ago in reply to: Job Reposting doesn’t work – I have all latest theme & plugins updated #1204402This reply has been marked as private.Dear, if you want hide it, please update Jobmonster theme on your site to latest verion 4.6.1 then install and switch your site to use Jobmonster Child theme.
After update theme and switch your site to use Jobmonster child theme, please add custom code in file functions.php of Jobmonster child theme
add_filter('noo_enable_heading', function($value){ if(!is_user_logged_in() && get_the_ID() == Noo_Member::get_member_page_id() ){ return false; } return $value; });
Best regards.
Dear, in version 4.6.1 not include that feature because that not is global feature, in version 4.6.1 only include hook when Employer click to click to Message 'View Details', If you want send email notice for Candidate when Employer click to Message 'View Details' .please install and switch your site to use Jobmonster child theme, then add custom code in file functions.php of Jobmonster child theme.
Code
add_action('noo_on_employer_message_application_modal', function($application_id){ $application = get_post($application_id); if(is_wp_error($application) || empty($application)){ return; } $candidate_name = get_the_title($application); $candidate_email = noo_get_post_meta( $application->ID, '_candidate_email' ); if(empty($candidate_email)){ return; } $job = get_post( $application->post_parent ); $job_link = $job_title = ''; if($job && $job->post_type === 'noo_job'){ $job_link = get_permalink($job); $job_title = get_the_title($job); }elseif ( $job_applied = noo_get_post_meta( $job->ID, '_job_applied_for', true ) ){ $job_title = $job_applied; } $subject = 'Application viewed notice'; $message = ''; $message .= sprintf( __( 'Hi %s' ), '<strong>'.$candidate_name.'</strong>' ) . "\r\n\r\n"; $message .= 'Your application apply for '; $message .= '<strong>'.(!empty($job_link) ? '<a href="'.$job_link.'">'.$job_title.'</a>' : $job_title).'</strong> is viewed by Employer.'. "\r\n"; $result = noo_mail($candidate_email, $subject, $message,'','noo_on_employer_message_application_modal'); });
Best regards.
Dear, i check your site i see that problem '_full_address' field is text type, please go to admin menu 'Jobmonster -> Custom Fields -> Jobs' and change '_full_address' field to 'Map Picker' then go to edit your job to add '_full_address' again with map picker.
Best regards.
This reply has been marked as private.Sorry, the Jobmonster not support add custom icon in Icon picker. But you can use custom icon, to do it, please:
1, Load icon CSS on your site.
2. Add icon CSS class to icon field of Job category.Best regards.
Dear, don't need ID, you can use modal class, example
.memberModalLogin .modal-title:before{content:"Sign Up"; font-family: "Open Sans", Arial, Times !important; font-weight: 300 !important; font-size: 30px; padding-left: 7.5%;}
Best regards.
-
AuthorPosts