Forum Replies Created
-
AuthorPosts
-
Hi.
Thank you for contacting us.
Please provide us with your site admin account. We need access your site to help you check that issue.
Regards.
Hi.
Thank you for contacting us.
Please provide us with your site admin account. We need to check the config in WPML.
Regards.
Hi Thierry.
I'm Jackie from the NooTheme team. Please provide us with more permission for the support account. I need permission to access your dashboards to check the config.
Regards.
Hi.
Thank you for contacting us.
I still able to edit your site with the Elementor. https://prnt.sc/fK65eDDk7u0_
Please recheck it.
Regards.
Hi.
The default description field on the custom taxonomy doesn't support TinyMCE editor. If you want, you need to create another description field.
Regards.
Sorry for the mistake, to add the warning message at the beginning of the submit form, example with the job submit form you need to edit the source code on this file:
wp-content/themes/noo-jobmonster/layouts/forms/job_form.php line 19
and use the HTML format for the warning content
<div class="alert alert-danger"> <strong>Warning!</strong> --- All fields with a * are mandatory </div>
Please recheck it.
Regards.
Sorry, do you want to copy the closing value to the expired field on the job? https://prnt.sc/jawLN2NpnImx
I'm unsure, but I'll help you check the source code.
To display expired jobs on another page, a lot of source code needs to be changed. We can help you display the expired jobs on another page with the URL parameter, but for the search page, it also needs to change the query source code with the URL parameter.
Regards.
Hi aureludo
If you want to add the job offer to the post, please use the shortcode tag like this:
Regards.
Hi.
Thank you for contacting us.
Do you want to edit the job category layout with the Elementor? Sorry, the job category page using the job archive layout. You can't modify that layout with Elementor.
Regards.
Hi.
To add the custom text for the custom field on the job post form, you can edit the source code in this file:
wp-content/themes/noo-jobmonster/framework/job/job-custom-fields.php line 218 function: jm_job_render_form_field()
use $field['required'] to check the required field.
Please recheck it.
Regards.
Hi.
Sorry, are you talking about the Job's Expiration Date field on the job? https://prnt.sc/VB098ISal0l8
I still able to change that file on the job edit page. Please explain your issue again.
Regards.
Hi.
To style for the warning message on the company profile, please go to edit this file:
wp-content/themes/noo-jobmonster/framework/member/delete_account.php line 53, add the class "delete-account" to the div "<div class="form-title delete-account">"
Then you can use that class to add the CSS as you want.
Regards.
Hi.
I have checked your site with the expired job:
https://ev.dev-toursncrea.fr/?post_type=noo_job&p=14373
The expired job: "Moniteur d’atelier / Technicien cycle Paris" doesn't appear in the job search and archived job page when you turn off the "show expired" job in the customize. https://prnt.sc/C8PYDmVP0oRd
Please recheck it.
Regards.
Hi.
I see you are using another timetable plugin for this layout. https://prnt.sc/jXx5HXFikwxh
It doesn't look like our plugin.
Please check my demo, this is our timetable layout. https://prnt.sc/qK4rMGuf_lr3
I need access your site to help you check and config our plugin.
Regards.
Hi.
Thank you for contacting us and sorry for the late response.
Please provide us with your site URL, admin and FTP account. We will help you check and install the theme soon.
Regards.
Hi.
Thank you for contacting us.
Please provide us with your site URL, admin account. We need access your site to help you check that issue.
Regards.
Hi.
Thank you for contacting us.
We will update that plugin on our server soon.
Regards.
1 month ago in reply to: Your theme (Noo JobMonster) contains outdated copies of some WooCommerce templat #1221955Hi.
Thank you for contacting us.
Don't worry about the WooCommerce outdated template files notice. It still works fine with the current version. We will check and update it soon.
Regards.
Hi.
Thank you for contacting us.
To hide the expired job offer, please go to Customize/ Job & Company/ Job listing and scroll down, you will see the option "Shoe Expired Job". Please turn off that option. https://prnt.sc/WW4YhxwmS66i
Regards.
Hi.
Thank you for your feedback.
Please provide us with your site admin account. We need access to your site to help you check the point 2 issue.
Regards.
1 month, 1 week ago in reply to: Have the advantages of choice of connection between the candidate or the employ #1221942Hi.
You can add the link to that button,
$candidate_demo_link = "#yourlink";
$employer_demo_link = "#yourlink";Please check this source code.
Regards.
1 month, 1 week ago in reply to: Have the advantages of choice of connection between the candidate or the employ #1221936Yes, if you want to add the button to login/registration form, you can use the source code below:
function noo_btn_login() { $candidate_demo_link = "#yourlink"; $employer_demo_link = "#yourlink"; ?> <div class="noo-login-demo" style="text-align: center"> <a style="padding: 10px 20px;" class="btn btn-primary" href="<?php echo esc_url($candidate_demo_link); ?>"><?php _e('Candidate Login', 'noo'); ?></a> <a style="padding: 10px 20px;" class="btn btn-primary" href="<?php echo esc_url($employer_demo_link); ?>"><?php _e('Employer Login', 'noo'); ?></a> </div> <?php } add_action('noo_register_form_start', 'noo_btn_login'); add_action('noo_login_form_start', 'noo_btn_login');
Add that custom code to the functions.php file in the theme folder.
Regards.
Hi.
The resume will automatically translate with WPML, I have tried to create a new resume from the back-end with English language, and it will automatically translate to your Netherlands language. You need to translate the custom field first. https://prnt.sc/HLppsBYPK9Pn
For the small letter issue, I don't see that issue in the Netherlands language. https://prnt.sc/Y_Qm16NaEaRR
Please recheck it.
Regards.
Hi.
To auto-translate the resume custom field via WPML, please go to WPML/ Settings/Custom Fields Translation and search for the custom field that needs to be translated. https://prnt.sc/HLppsBYPK9Pn
Please recheck it.
Regards.
Hi.
You can try the honeypot anti spam to avoid the spam registration user.
https://datadome.co/guides/captcha/honeypot/
Regards.
-
AuthorPosts