Forum Replies Created
-
AuthorPosts
-
I don't understand your questions, please kindly give for me more details, i will check to help you.
Best regards.
Dear.
Please send for me admin account and your site URL via private reply, i will check details problem of background to help you.
Also, You can change 'Keyword' via translate theme.
Best regards,
This reply has been marked as private.This reply has been marked as private.Dear, if you want remove text of icon, please add custom CSS on your site
.noo-box-map ul.noo-nearby-map li > span{ display: none; }
Best regards.
Dear.
1. Icon you need upload to child theme then use custom css to custom icon url. if you can't do it, please send for me icon then send for me admin account and your site url via private reply, i will check details to help you.2. Use langauge in child theme: please rename .po and .po file to 'noo-pt_BR' and 'noo-pt_BT' because the theme use text domain noo then upload to child theme folder.
After upload to child theme folder. please add custom code in file functions.php of child theme.
load_child_theme_textdomain('noo');
Best regards.
If you don't want translate theme, please change it via custom code, please install and switch your site to use Yogi child theme. then add custom code to file functions.php of Yogi child theme.
code:
add_filter('gettext', function($translation, $text, $domain){ if($text == 'Connect me' && $domain == 'noo'){ $translation = 'Connect With Me'; } return $translation; },10,3);
Best regards.
In image attachment of reply #1207083 I use EXTENDED but not see desc job in list, i don't understand why it show with you. You can login with account you send for me and check again.
See you again.
Best regards.
I don't understand why i not see Job Descrption in admin jobs list (see attachment) How to show job description ?
Dear, you can change it via translate theme. To translate theme, you can use Loco plugin.
Best regards.
Yes, Please install and switch your site to use Jobmonster child theme, then add custom code in file functions.php of Jobmonster child theme (see attachment)
Dear, to add custom field for Resume form, please go to admin menu 'Jobmonster -> Custom Fields -> Resume' and the Jobmonster not support add custom field like type 'Resume Details' fields list. It's default functions of theme.
Best regards.
That is field of WooCommerce plugin, not is fields of Jobmonstser theme. In Jobmonster: If user is Candidate, you will see profile when edit user. If user is Employer, you can see info in Company in menu 'Jobs -> Companies'
Best regards.
Dear, i check again, i see that is problem in theme, i have add custom code to fix it on your iste, please check your site again.
Best regards.
Dear, the Resume Suggest query by Category and Location, on your site have 2 resumes same category by not location, please check agian.
Best regards.
That problem because error of your Google Map API, please read this article to fix it.
Best regards.
Dear, that problem because your site allow post job limit 5 in setting 'Jobmonster -> Job -> Job limit' and i see the Employer posted 5 job and you deleted all job of [email protected] Please see attachment and check your site again.
Dear, to change it, please go to 'Customizer -> Site Enhancement' and add Favicon for your site.
Best regards.
Dear, if you want change heading image of page, Please go to edit page and upload image for setting 'Heading Background Image' (see atachment)
Dear, that problem because you use page builder to add border with 205px (see attachment) Please check by your self before contact with help .
Best regards.
Yes, you add add custom menu for member via custom code, please install and switch your site to use Jobmonster Child theme, then add custom code in file functions.php of child them.
Add menu for Employer
add_action('noo-member-employer-heading', function(){ ?> <li> <a href="#"><i class="fas fa-list"></i> New Menu</a> </li> <?php });
Add menu for Canidate
add_action('noo-member-candidate-heading', function(){ ?> <li> <a href="#"><i class="fas fa-list"></i> New Menu</a> </li> <?php });
This reply has been marked as private.Dear, the Jobmonster not support hide it. If you hide it, how to Employer can create/edit company profile.
Dear, in code, i see you have $job_id, So, you can get employer of job by job id, please see code
$employer_email = null; if($job = get_post($job_id)){ $employer_id = $job->post_author; $employer = get_user_by( 'id', $employer_id ); //Use notification email $employer_email = get_post_meta($post->ID,'_application_email',true); if(empty($employer_email)){ $employer_email = $employer->user_email; } } if(!empty($employer_email)){ //do action when have employer email }
In code, the '_application_email' is email address employer use when have application for job (see attachment)
Best regards.
Your problem is resolved ? I check your site and don't see any error on your site.
Best regards.
-
AuthorPosts