Forum Replies Created
-
AuthorPosts
-
Hi.
Thank you for contacting us.
I have checked your site with Schema Pro, the plugin doesn't add the schema value to the job details. You should contact the plugin to ask about that issue. Why don't adding the schema field to the custom post type?
Regards.
Hi.
Thank you for contacting us.
The new resume will be displayed first on the resume archive page when the user adds a new resume.
https://chaitanyahr.com/resumes/
This is the current logic with our theme. If you are using the cache, please recheck it.
Regards.
Hi.
To redirect the expired job page to the homepage, please edit the source code in this file:
wp-content/themes/noo-jobmonster/layouts/job/single/detail.php line 37, under the "This job has expired!" message, add the PHP code below:
<?php wp_redirect(home_url()); ?>
Do the same if you want to add the source code for another details style page.
Regards.
Hi.
Thank you for contacting us.
If you want to have the contact button for all the job details page, you can edit the source code on this file:
wp-content/themes/noo-jobmonster/layouts/job/single/detail.php line 91
wp-content/themes/noo-jobmonster/layouts/job/single/detail-style-2.php line 270
wp-content/themes/noo-jobmonster/layouts/job/single/detail-style-3.php line 173
wp-content/themes/noo-jobmonster/layouts/job/single/detail-style-4.php line 171
under the endif code, you can add the custom code below for the button.
<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.
Thank you for contacting us.
To display multi-type of the job type, please go to Jobmonster/ Custom fields/ Job/ and select file type multi for the job_type field. https://prnt.sc/imx75RvnM8P5
Please recheck it.
Regards.
This reply has been marked as private.Thank you for your feedback. Yes if you need help, please let us know again.
Regards.
This reply has been marked as private.Hi.
I have checked your site. The wp-admin URL still works fine. https://prnt.sc/qRy61D3ExJqY
Mabe you have fix that issue.
Regards.
This reply has been marked as private.Hi.
Thank you for contacting us.
If you want to limit the resume category view for the company, you can edit this file to query the resume for the archive. Check the function: jm_resume_pre_get_posts() on the file below.
wp-content/themes/noo-jobmonster/framework/resume/resume-query.php
With the company information, it has a category field, so you can use that field to filter the Resume category. https://prnt.sc/0Ooq3TmamWzs
I hope that can help you.
Regards.
Hi.
1. I have checked the front-end job submission, and the address field is still able to search the location: https://prnt.sc/lgv_q7bry9ea
2. For the search widget, please use the "Job Advanced Search" widget, then you will see the search button.
3. I have helped you configure the search map page. https://prnt.sc/yMGHRLxfJRQU
Please recheck it.
Regards.
Hi.
Thank you for contacting us.
I see the ticket has mark resolved. The issue is when you have more columns, please check the screen options to hide some columns.
Regards.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi.
Thank you for your feedback.
I'll add the company filter function back on the next version. Don't worry about that.
Regards.
This reply has been marked as private.This reply has been marked as private.Hi.
If you want to change the database, please check the table _usermeta and set the "_job_added" of the userid to 0.
Please recheck it.
Regards.
Yes, you need to click to update the plugin, it will get the latest version from our server 1.1.2.
Regards.
Hi.
I have checked your site and found the error with Ajax. Please give us your FTP account. I need to debug the source code.
Regards.
Hi.
Thank you for contacting us.
Please give us your site info, and admin account. We need access your site to help you check that issue.
Regards.
Hi.
I have accessed the FTP account to help you edit the source code on this file:
jobboerse/wp-content/themes/noo-jobmonster/framework/job/admin-job-list.php
But I can't access the back-end dashboard with the "support" account. So please recheck the back-end again.
Regards.
-
AuthorPosts