Forum Replies Created
-
AuthorPosts
-
Sorry, the Jobmonster not support it and if you want hide Clone job action, please add custom css on your site
.member-manage .member-manage-actions .btn-clone-job { display: none; }
Best regards.
I don't understand your questions please kindly give for me more details or demo url, what is effect you want use ?
Best regards.
4 years, 7 months ago in reply to: Manage Applicants too slow to load since upgrading to version 4.6.0.8.2 #1199930This reply has been marked as private.Sorry, i don't understand your question, please kindly give for me more details.
If demo rev slider of theme is missing on your site, you can import slider with file in 'theme-package/Dummy Content/rev_slider'
Best regards.
Dear, the Yogi theme only include Rev Slider plugin (without module) if you want the premium features (premium slides, support from themepunch) then you need to purchase a separate license from CodeCanyon. Please kindly read more in HERE.
Best regards.
This reply has been marked as private.Dear, the page give 404 because your site not allow view listting on your site. When i go to admin Listings and check all Listings on your site, it give 404 page.
Also, to fix your problem when search page, please go to 'Customizer -> Header -> Navigation Bar' and check to 'Only Search Properties' to allow search only 'property'
Best regards.
Sorry, i don't understand your problem, please kindly give for me more details or send for me video screen record your problem, i will check to help you.
Best regards.
Dear,
1. To move menu to right, please add go to 'Customizer -> Additional CSS' and add custo CSS.nav-fullwidth .container-boxed.max .noo-navbar-collapse { text-align: right; }
- To change main menu color please go to 'Customizer -> Header -> Navigation Bar' and change setting 'Use Custom NavBar Font and Color?' to ON then you can change menu color.
- I see your site have one one menu and it is current page, please add more menu for main menu on your site. We're will see menu color when hover
2. That problem because the 'Stretch Section' in elementor. to fix your problem, please add go to 'Customizer -> Additional CSS' and add custo CSS
body { overflow-x: hidden; }
3. We're will check and fix it in next update version.
Sorry, i can't see your image and i can't help you if your site use 2 plugin to translate it will cause conflict because the WordPress can't understand will load translate file of which plugin.
Best regards.
Dear, you can search and change it in file 'wp-content/themes/jobica/layouts/dashboard/manage-job.php'
Best regards.
Sorry, for old Employer can't view resume, i will create custom code for you use to update package data. To do it, please BACKUP your site and data before getting into work then switch your site to use Jobmonster child theme, then add custom code in file functions.php of child theme.
Code:add_action( 'edit_user_profile', 'user_profile_package_view_resume_info'); add_action( 'show_user_profile', 'user_profile_package_view_resume_info'); function user_profile_package_view_resume_info($user){ $user_id = is_object( $user ) && isset( $user->ID ) ? $user->ID : 0; if(empty($user_id)){ return; } $package = Noo_Member::is_employer($user_id) ? jm_get_package_info($user_id) : null; if(empty($package)){ return; } ?> <h3>Employer Package Update View Resume</h3> <table class="form-table"> <tr> <th><label>Preview Package</label></th> <td> <?php foreach ($package as $key=>$value): echo $key.':'.$value.'<br/>'; endforeach; ?> </td> </tr> <tr> <th><label>Can View Resume</label></th> <td> <input name="_employer_package_can_view_resume" type="checkbox" value="1" <?php if (isset($package['can_view_resume']) && $package['can_view_resume'] == '1'){?> checked="checked" <?php }?>> </td> </tr> <tr> <th><label>View Resume Limit</label></th> <td> <input name="_employer_package_view_resume_limit" type="number" <?php if (isset($package['resume_view_limit'])){?> value="<?php echo esc_attr($package['resume_view_limit'])?>" <?php }?>> <p class="description">The maximum number of resumes this package allows employers to view, input -1 for unlimited.</p> </td> </tr> </table> <?php } add_action( 'personal_options_update', 'user_profile_package_view_resume_info_save'); add_action( 'edit_user_profile_update', 'user_profile_package_view_resume_info_save'); function user_profile_package_view_resume_info_save($user_id){ if( empty( $user_id ) || !Noo_Member::is_employer($user_id) ) { return; } $package = jm_get_package_info($user_id); if(empty($package)){ return; } if(isset($_POST['_employer_package_can_view_resume'])){ $package['can_view_resume'] = '1'; if(isset($_POST['_employer_package_view_resume_limit'])){ $package['resume_view_limit'] = intval($_POST['_employer_package_view_resume_limit']); } if(!metadata_exists('user',$user_id,'_resume_view_count') && !metadata_exists('user',$user_id,'_resume_view_expire')){ update_user_meta( $user_id, '_resume_view_count', '0' ); $resume_view_expire = isset( $package['expired'] ) ? absint( $package['expired'] ) : '-1'; update_user_meta( $user_id, '_resume_view_expire', $resume_view_expire ); } update_user_meta( $user_id, '_job_package', $package ); } }
After add custom code, please go to edit each old Employer you will see section like attachment and check to 'Can View Resume' setting to allow view resume and enter resume view limit.
After change package data of alll old Employer please remove custom code.
Best regards.
Dear,
1. I can't login to your site with account your send, please kindly check again.
2. You want candidate apply job without attachment. Please go to admin menu 'Jobmonster -> Settings -> Job Application' and change setting 'File Attachment ' to disable.3. Please go to menu 'Customizer ->Job & Company -> Single Job' and check to setting Show Count Number 'View'
4. I think that problem because you can setting 'Company Alphabet' to custom but not add setting 'Custom Letters'. Please go to menu 'Jobmonster -> Settings -> Company' and change setting 'Company Alphabet' to Default.
Best regards.
Sorry, the CSS code can't change text of element and I think the text 'Post Your Job' not a confusing issue.
Best regards.
Dear, Please go to admin menu 'Realty Portal -> Map & Location' and add 'Google Maps API' setting.
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 see your site still use WPML and Loco. please check deactivate one plugin and check setup translate plugin again.
Best regards.
Dear, if you want disable require it. please go to admin menu 'Jobmonster -> Settings -> Job Application' and un-check 'Require attachment '
Best regards.
Dear, the menu Manage Plan only show when you use action 'Post Job' or 'View Resume' with Paid Packages. Please check your site again.
best regards.
4 years, 7 months ago in reply to: Manage Applicants too slow to load since upgrading to version 4.6.0.8.2 #1196316This reply has been marked as private.This reply has been marked as private.That problem because you use plugin to check login (see attachment) please kindly disable it.
Best regards.
Please kindly send for me your site ULR, i will check to help you.
Best regards.
Dear, please kindly send for me admin account your site and your site URL via private reply, i will check to help you.
Best regards.
I think that problem becasue it dependent to package of user, Please check package again or send for me admin account and your site URL via private reply, i will check to help you.
Best regards.
-
AuthorPosts