Forum Replies Created
-
AuthorPosts
-
Dear, i need check details problem on your site to help you fix it, so i need you send for me admin account your site and your site URL via private reply to check it.
Best regards.
Dear, the Heading Background image of single post use image in setting 'Customizer -> Blog -> Post List -> Blog Heading Background Image'. You can change it in here.
Best regards.
Yes, you can download file 'no-content.zip'read and follow steps in This reply.
Best regards.
Dear, if you want custom application status display in Employer dashboard, please update Jobmonster on your site to latest version 4.6.3 then install and switch your site to use Jobmonster child theme.
Then add custom custom code in file functions.php of child theme.
add_filter('noo_member_manage_application_status', function(){ return array( 'publish', 'rejected' ); });
Best regards.
Dear, you want we're help you to custom Jobmonster theme ? Please kindly give for me details your request, i will check to help you.
Best regards.
This reply has been marked as private.Dear, default theme use Loadmore when filter job, if you change change it to use pagination in Customizer, please install and switch your site to use Jobmonster Child theme, then add custom code in file functions.php of child theme
add_filter('noo_job_search_args', function($args,$params){ if($params['post_type'] === 'noo_job'){ $args['paginate'] = noo_get_option( 'noo_jobs_list_pagination_style', '' ); } return $args; },10,2);
Best regards.
Dear, i have check again i see that is problem in theme, we're will fix it in next update version.
Best regards.
Sorry, that problem because the Jobmonster not support search by distance in header, it only support search by distance in Job Search Advance shortcode or widget.
Best regards.
Dear, Please go to 'Jobmonster -> Custom Fields -> Resume' and add symbol like attachment.
Dear, please check translate again.
Dear, I have click 'Synsc' in Loco plugin to update language source of theme in Loco, now, please go to Loco translate and search 'Featured job' and translate it to your language.
Best regards.
If you want add ':' for resume label, eg, add for Job Category. you can go to 'Jobmonster -> Custom fields' and change field label 'Job Category' to 'Job Category:'
Best regards.
I not see you add custom code in file functions.php on your theme ?
Dear, i have check again, i see that use language in theme, you can change it via translate Jobmonster theme.
Best regards.
Dear, of you want do it, please go to 'Custoizer -> Job & Company -> Single Job' and check to 'Linkedin' in 'Enable Social Sharing' setting
Best regards.
Dear, To change it, please go to admin menu 'Jobmonster -> Settings -> Email Templates -> Other' and add email sender setting in here.
Best regards.
Dear, please tell for me more details what you want we're help you to custom user registration on your site, i will check details to help you.
Best regards.
Dear, please kindly send for me admin account your site and your problem URL via private reply, i will check details to help you.
Also, all settings on your site not lose when you install and switch to use Jobmonster Child theme.
Best regards.
Dear, if you want change it with custom code, please add custom code to file functions.php of your theme
add_filter('jm_cannot_apply_job_message', function($params,$job_id){ $apply_job_setting = jm_get_action_control('apply_job'); if($apply_job_setting === 'candidate'){ if( !Noo_Member::is_logged_in() ) { $link = Noo_Member::get_login_url(); $params['link'] = '<a href="' . esc_url( $link ) . '" class="btn btn-primary member-login-link">' . __( 'Apply Now', 'noo' ) . '</a>'; } } return $params; },10,2);
Best regards.
This reply has been marked as private.Dear, you can modify it via use Loco plugin to translate theme.
Best regards.
Deafult Single Job use Company Info on sidebar, and you can't custom it. If you want custom Single Job Sidebar, please go to 'Customizer -> Job & Company -> Single Job' and change 'Single Job Layout' to Left or right sidebar, then you can add widget to sidebar display on Single Job page.
Best regards.
Dear, please kindly send for me admin account your site via private reply, i will check details to help you.
Best regards.
Dear, that is a problem in theme with not install plugin MC4WP: Mailchimp for WordPress, we're will fix it in next update version.
Now, to fix problem on your site, please install MC4WP: Mailchimp for WordPress to fix your problem.Best regards.
-
AuthorPosts