Forum Replies Created
-
AuthorPosts
-
Hi,
1. If you are using a multilingual website, you should use WPML, because Jobmonster is written to be compatible with this plugin.
2. We currently use register / login with popup modal
3. You can use Child Theme and custom the following files:
register-form.php
register-form-linkedin.php
register-social-form.php
(/wp-content/themes/noo-jobmonster/layouts/forms/)
4,8. You can use Child Theme and custom the files:
page-post-job.php
page-post-resume.php
(wp-content/themes/noo-jobmonster/)
5. You go to Jobmonster -> Custom field -> Application tab -> Delete field
10. You go to Jobmonster -> Settings -> Resume tab -> checkbox to "Enable post resume review"
6,7,9. Please send me admin account (Set as private reply).
I will help you check.
Best regards,
tb.
Hi,
In recent versions, we have updated the password forgetting function to avoid conflicts with WooCommerce.
This function resides in the file noo_form_handler.php (/noo-jobmonster/framework/admin/).
Cause of inactivity:
It looks like you have used Child Theme and overwritten this file, and it is an old version. You need to update this file to the latest version to be able to fix this problem.
Best regards,
tb.
Hi,
You can try to add this function to the functions.php of Child theme:
function map_dequeue_script() {
wp_deregister_script( 'google-map' );
wp_deregister_script( 'google-map-custom' );
wp_deregister_script( 'google-map-infobox' );
wp_deregister_script( 'google-map-markerclusterer' );
wp_deregister_script( 'location-picker' );
wp_deregister_script( 'noo-job-map' );
wp_deregister_script( 'noo-resume-map');
wp_deregister_script( 'bing-map-api');
wp_deregister_script( 'bing-map');
}
add_action( 'wp_print_scripts', 'map_dequeue_script' );
Best regards,
tb.
Hi,
Please send me admin account. I will help you check .
Best regards,
tb.
Hi,
We currently use Fontawesome
.job-desc ul li.total-job:before, .more-jobs ul li.total-job:before, .job-custom-fields ul li.total-job:before, .company-custom-fields ul li.total-job:before {
content: "\f0b1"; // you can replace \f0b1
}
Hi,
1. You go to Customizer -> Job & Company -> Job list -> Job List Layout -> With Map.
2. It seems that wpml has automatically translated custom Taxonomy slug.
You should contact them for better support.
3. This text render from the js library, currently it is not supported for translation. We will update this issue, in the next version.
Best regards,
tb.
This reply has been marked as private.Hi,
1, Currently jobmonster also has this problem. I will check it and update it.
2, I add the login poup instead of redirect to link.
3, Jobmonster does not currently support this feature.
Best regards,
tb.
Hi,
Jobmonster currently supports importing job data from several sites
https://nootheme.com/documentation/jobmonster-wordpress/
Best regards,
tb.
Hi,
Please send me a screenshot to clarify.
Best regards,
tb.
Hi,
I'm not sure about this issue.
Please reload your site and check again.
Best regards,
tb.
Hi,
You should back up your theme before update the last new version.
If all your customizations are done on the child theme, you can update to the latest version without worrying too much.
If you have customized the original theme, you will need to back up the custom file before updating it. After the update is completed, you will update the files again.
Best regards,
tb.
Hi,
The company-social-fields.php file contains 1 function, not 1 template file.
To customize this function, copy it to the functions.php file of the child theme.
Best regards,
tb.
Hi,
You should use the "Heading Background Image" instead of the shortcode from Visual Composer.
Later you can use custom CSS as you like. (Set as private reply)
You can send me wp admin info. I will help you check.
Best regards,
tb.
Hi,
1. You can use Child theme and customize the candidate_profile.php (/wp-contente/themes/noo-jobmonster/layouts/candidate/)
2. Solved!
3. You can add these lines to Custom CSS:
.noo-resume-item .noo-resume-info .item-title {
display: none;
}
Best regards,
tb.
Hi,
We have a few updates for this issue in the latest version.
Please update and check again.
Note: you should back up your theme before update it.
Best regards,
tb.
Hi,
Please remove this folder.
It will solve the above problem.
Best regards,
tb.
Hi,
I added these lines to style.css of Child Theme:
.header-2 .navbar.fixed-top.navbar-fixed-top .navbar-nav > li > a{
color: #44494b;
}
Please reload your site and check again.
Best regards,
tb.
Hi,
1. You go to WPML -> String Translate -> http://prntscr.com/pne0gq
You can apply a job and check email.
2. Solved!. http://prntscr.com/pneeyf
I am not sure why this code is here.
The original code must be <?php echo wp_lostpassword_url ();?>
3,4 Please update the Jobmonster last new version. (You should backup your theme before update).
Best regards,
tb.
Hi,
1, You can try with this plugin: https://wordpress.org/plugins/wps-hide-login/
3, I did not find the error as above
5, I updated some CSS lines to custom CSS
Please reload your site and check again.
Best regards,
tb.
Hi,
The above issue has been fixed in the update.
Note: You should still back up the theme before updating it.
Best regards,
tb.
Hi,
My email: [email protected]
-
AuthorPosts