Forum Replies Created
-
AuthorPosts
-
Yes, if you need help, please let us know again.
Regards.
Yes, if you need help, please let us know again.
Regards.
Thank you for your feedback.
Yes, that source code helps you get value from the custom_email field. You need to add that value to the href attribute in the PHP code below.
<a class="btn btn-primary" href="#yourlink" rel="nofollow noopener" target="_blank"><?php echo esc_html_e('Contact Us') ?></a>
Please recheck it.
Regards.Hi.
I have checked and fixed the new application issue. Please recheck it.
You also need to change the max_execution_time value in PHP.ini to avoid the issue when you have a large user database.
Regards.
Hi.
Give us the page you want to add to the map. I'll help you check it.
Regards.
Hi.
Can you give us your site info admin and FTP account? We will access your site to help you check the issue.
Regards.
Hi.
Thank you for contacting us.
1. You can create a free job package with 5 job offers.
2. You should turn off the option "Allow re-purchase free package" in the Jobmonster/ settings/ Packages.
That will prevent the employer from re-purchasing the free package. Then employer will not be able to submit a new job offer.
Please recheck it.
Regards.
Hi.
Thank you for contacting us.
When the employer deletes the job from the front end, it also deletes it in the backend. I can't help you keep the job with the status inactivate.
Regards.
Hi.
I have checked and fixed that issue on your site. The issue is when you have a lot of candidate users.
Now you can create a new resume from the back-end.
Please recheck it.
Regards.
Hi.
I have added this code under line 171 in the details-style-4.php, it still works fine.
<?php $email_custom = noo_get_post_meta( $job_id, '_email_custom', '' ); echo $email_custom; ?>
Please check your source code again.
Regards.
Hi.
For the map contains a point with 42 jobs near Thuringia because it has the same address.
Example for this job: AUSBILDUNG ZUM CHEMIKANTEN (M/W/D)
And this job: Probier Dich als Erzieher:in aus!
Please select the correct address location on the map, that will help you fix that issue.
Regards.
Hi.
Sorry, we can't help you do the feature for one user with 2 companies and multiple jobs. It needs to change your theme logic and a lot of source code.
Hi.
I have checked the dropdown list on the search widget, it still works fine when I adding on the top job search.
1. You need to create a new widget sidebar on this file: /wp-content/themes/noo-jobmonster/widgets/widgets_init.php
2. Call the widget on this file: /wp-content/themes/noo-jobmonster/layouts/job/loop/loop.php
Then add the search widget to the "Search Top Widget" https://prnt.sc/bPfz9IZzhoeb
Please recheck it.
Regards.
Hi.
Please use the file below and check it again.
https://drive.google.com/file/d/1GFZD2qTxuJR2DUiEe57o6EWkDeZamNSg/view?usp=sharing
Regards.
Hi.
We have checked and fixed that issue on your site, you need to change the Order data storage option to WordPress post storage to fix the issue.
Now it works fine, you can select the free job package.
Please recheck it.
Hi.
We have checked and fixed that issue on your site, you need to change the Order data storage option to WordPress post storage to fix the issue.
Now it works fine, you can select the free job package.
Please recheck it.
Hi.
Can you share the file with Google Drive? It doesn't allow attach rar files.
Regards.
This reply has been marked as private.Hi.
Thank you for contacting us.
The expired job will change status to expired, that is why the job URL will change to https://www.emploi-moto.com/?post_type=noo_job&p=2573482
To avoid that issue, you can keep the expired job status as activated. Please go to this file: /wp-content/themes/noo-jobmonster/framework/job/job-expired.php line 43 and remove the add_action add_action( 'noo_job_check_expired_jobs', 'jm_job_expired_cron_action' );
This will help you avoid changing the expired job status to expired.
Please recheck it.
Regards.
Hi.
We will check and update the Noo Company widget to help you get the company by location or category.
Please wait for us.
Regards.
Hi.
I think you can create a custom field Email for each job like this: https://prnt.sc/TBhLRj8gP6Sl
Then you can use that field for the new button as you want.
To create that field, you need to edit the source code in this file: /wp-content/themes/noo-jobmonster/framework/job/admin-job-edit.php underline 83 add the source code:
array( 'id' => '_email_custom', 'label' => __( 'Custom Email', 'noo' ), 'type' => 'text', 'desc' => __( '', 'noo' ) ),
To get the value of the custom field on the job, you can use the source code below:
$email_custom = noo_get_post_meta( $job_id, '_email_custom', '' );
I hope that can help you.
Regards.
Hi.
Sorry for the late response.
1. We don't have the option to group the company, you only can add the category to each company.
2. We can help you orderby random for the company listing, please go to this file:
wp-content/themes/noo-jobmonster/framework/admin/noo_company.php line 629
and change the source code
$query->query_vars[ 'orderby' ] = 'title';
to
$query->query_vars[ 'orderby' ] = 'rand';
and comment the line 630.
Please recheck it.
Regards.
Hi.
To display the sidebar on the top of the job archive page, you can edit the source code in this file:
/wp-content/themes/noo-jobmonster/archive-noo_job.php
and add the source code under line 20:
<?php dynamic_sidebar('sidebar-main'); ?>
This code is used to get the Main sidebar to the top of the job archive page. You can use it with another sidebar slug.
Please recheck it.
Regards.
Hi.
I have checked and updated the last version 3.7.2 on your site. I also helped you fix the issue with the noo box element.
With that version, the property details gallery is works fine.
Please recheck it and let us know again if you still have the issue.
Regards.
-
AuthorPosts