Forum Replies Created
-
AuthorPosts
-
Hi.
Please recheck it. https://prnt.sc/Vqg8a4tCj1xB
I have helped you edit the source code on this site https://olivier3.idwebsolution.fr
Now it will limit the input length of the number field to 9.
Please recheck it.
Regards.
Hi.
We have checked and fixed that issue on your site. We also released a new version to fix that issue. You can get the update or keep the current version on your site.
Regards.
1 month, 1 week ago in reply to: Header photo and job location map not showing on job offer pages #1222539Hi.
To turn off the parallax background for the page heading, please go to customize/ Design and layout. Then you will see the option to turn off the "Enable Parallax Background" option.
Regards.
1 month, 1 week ago in reply to: Header photo and job location map not showing on job offer pages #1222537Hi.
I have checked and fixed the page cover issue on your site.
Please recheck it.
Regards.
1 month, 1 week ago in reply to: 1) Jobs are not displayed, 2) German Version always overwritten #1222529Hi Danilo85
Please create a new topic and provide us with your site info, admin account. We will access your site to help you check the issue.
Regards.
Hi.
I have checked and fixed that issue on your site. The issue when you disable the WPBakery page builder. You are using the WPBakery Page builder to build the home page content.
I have enabled that plugin to help you fix the homage page issue.
Please recheck it.
Regards.
1 month, 1 week ago in reply to: Header photo and job location map not showing on job offer pages #1222521Hi.
I have checked and fixed that issue on your site. You have missed the Zoom level config under the JobMonster/ Settings/ Location.
Now you can see the map.
Please recheck it.
Regards.
Hi.
I have checked and helped you update the addons plugin. Now you can hide the button on the search widget.
Please recheck it.
Regards.
Hi.
I have checked and fixed that issue on your olivier3 site.
Please recheck it.
Regards.
Yes, please go to this file: wp-content/themes/noo-jobmonster/framework/libs/custom-fields/render-fields.php
line 88 with the function noo_render_number_field()
and change the input code from
<input id="<?php echo esc_attr( $input_id ) ?>" <?php echo $class; ?> type="number" name="<?php echo esc_attr( $field_id ) ?>" value="<?php echo esc_attr( $value ); ?>" placeholder="<?php echo $field_value; ?>"/>
to
<input id="<?php echo esc_attr( $input_id ) ?>" <?php echo $class; ?> type="number" name="<?php echo esc_attr( $field_id ) ?>" value="<?php echo esc_attr( $value ); ?>" placeholder="<?php echo $field_value; ?>" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);" maxlength = "9" />
This code will affect to all your number custom field.
Please recheck it.
Regards.
Hi.
Thank you for contacting us.
1. We don't use the "Restrict Content Pro" plugin, but you can try that plugin with our theme.
2. We don't support the CSV plugin to manage the job board. You can import the job from a CSV file.
Regards.
Hi.
Do you see the "Enable Search Form" option on the noo advanced search widget? https://prnt.sc/rRlAOIBjVhRX
Please recheck it. If it still doesn't work, please provide us with your site URL, admin account. We will access your site to help you check the issue.
Regards.
1 month, 2 weeks ago in reply to: 1) Jobs are not displayed, 2) German Version always overwritten #1222489Hi.
We have checked and fixed the job list issue on your site.
For the German language, I see you are storing the language file in the system folder. It will keep the file when you update the theme.
Please recheck it and let us know if you are still having the issue.
Regards.
Attachments:
You must be logged in to view attached files.Hi.
Please get the plugin "Jobmonster Elementor Addon" from this link https://drive.google.com/file/d/1rzLPwDUohlxzNDPjFmvY0zmzgl_Nf8-6/view?usp=sharing
We have added the option to hide the "find jobs" search form on the widget.
Please recheck it.
Regards.
Hi.
I have checked your child theme folder. I only see the French language in the languages folder. If you have more language, please copy the language file to the child theme.
And copy the file to the child theme if you want to customize the form.
Please recheck it.
Regards.
1 month, 3 weeks ago in reply to: problem with the “displayed name” field, which does not change #1222480Hi.
I have edited this file: wp-content/themes/noo-jobmonster/framework/admin/noo_member.php line 383 to help you fix the issue.
Regards.
Hi.
I have access to your oliver3 site to help you check that issue. I have edited the file in the author folder: https://prnt.sc/vMbaB18u5WpU
First, you need to click the sync button, then you will see the string "View Resume Details" to translate.
Please recheck it.
Regards.
If you want to add the "*" after the location label, please add "required-field" to the class on line 65 in this file:
wp-content/themes/noo-jobmonster/layouts/forms/job_alert_form.php.
Please recheck it.
Regards.
Hi.
This is setup for the select custom field: https://prnt.sc/tI_m30G4KzRz
Please recheck it.
Regards.
1 month, 3 weeks ago in reply to: 1) Jobs are not displayed, 2) German Version always overwritten #1222476This reply has been marked as private.1 month, 3 weeks ago in reply to: 1) Jobs are not displayed, 2) German Version always overwritten #1222469Hi.
Thank you for contacting us.
Please provide us with your site URL, admin account again. We will access your site to help you check the issue.
Regards.
Hi.
Thank you for contacting us.
Sorry, currently we only support Google Maps and Bing Maps. We will consider supporting OpenStreetMap.
Regards.
Hi.
Thank you for contacting us.
To make the "attach a resume" section mandatory for the candidate's resume submission form, please go to this file:
wp-content/themes/noo-jobmonster/layouts/resume/resume_general.php line 127
and change the source code from:
noo_file_upload_form_field( 'file_cv', jm_get_allowed_attach_file_types(), noo_get_post_meta( $resume_id, '_noo_file_cv' ), '' );
to:
noo_file_upload_form_field( 'file_cv', jm_get_allowed_attach_file_types(), noo_get_post_meta( $resume_id, '_noo_file_cv' ), false, 'required' );
Please use the child theme and copy your changes to the child theme folder to avoid issues when updating the theme.
Regards.
Hi.
We have checked and helped you translate the string "You cannot perform this action" in the Loco Translate plugin. https://prnt.sc/AMf7Bja9U_9n
We also fixed the company socials icon.
Please recheck it.
Regards.
1 month, 3 weeks ago in reply to: problem with the “displayed name” field, which does not change #1222456Hi.
We have checked and fixed that issue. Now you can save the display name when editing the account.
Please recheck it.
Regards.
-
AuthorPosts