Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi.
If you have an issue with the jobs archive page, please go to JobMonster/ Settings/ Jobs/ check the job archive base ( slug ) and save the config again.
Go to pages and remove the jobs page, it the page exists.
Go to Settings/ Permalinks and save the config.
Then you can see the jobs archvie page again.
Regards.
Hi.
Please check this expired job: https://ev.dev-toursncrea.fr/offre-emploi/commercial-clubs-et-collectivites-nord/
You can't see the job on the Archive page, but the URL is fine.
Please recheck it.
Regards.
Hi.
Thank you for contacting us.
Please provide us with your site URL, admin account again. We will access your site to help you check that issue.
Regards.
Hi.
Thank you for contacting us.
The job page is the archived page. You can't edit that page content.
To change the job archived layout, you need to config via customize/ job & company/ Job listing.
Regards.
Hi.
To fix the free package order, please go to WooCommerce/ Settings/ Advanced/ Features/ and select "WordPress Post Storage" for the Order data storage option.
Please recheck it.
Regards.
Hi.
Thank you for contacting us.
You can create a coupon for the Job or Resume package via the WooCommerce/ Coupon. Our package based on the WooCommerce product.
Please recheck it.
Regards.
Hi.
We have checked and fixed that issue on your site.
Now you can save the resume custom fields.
Regards.
Hi.
We use cron action to check the job expiry and set the job status to expired. When the post status changes to expired, it will change the post URL /?post_type=noo_job&p=jobid.
So if you want to keep the job URL, you need to disable the noo_job_check_expired_jobs() action on the file: wp-content/themes/noo-jobmonster/framework/job/job-expired.php line 43.
The expired job will not change the status to expired.
After that, you can still see the expired job on the archived page. To hide the expired job, please go to this file:
wp-content/themes/noo-jobmonster/layouts/job/loop/loop.php
under line 64, you need to add the source code below to ignore the expired job:
$closing_date = get_post_meta( $post->ID, '_closing', true ); $closing_date = empty( $closing_date ) || is_numeric( $closing_date ) ? $closing_date : strtotime( $closing_date ); $is_expired = ( 'expired' == get_post_status( $post->ID ) ) || ( ! empty( $closing_date ) && $closing_date <= strtotime('-1 day',time()) ); if ($is_expired) continue;
This code use to check the closing date on the job.
Please recheck it.
Regards.
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.
-
AuthorPosts