NooTheme Premium WordPress Theme › Forums › JobMonster › search results will show expired jobs
- This topic has 7 replies, 2 voices, and was last updated 4 years, 1 month ago by Gunther.
-
AuthorPosts
-
4 years, 1 month ago #1208057
Hi there,
the search result page will show not only active jobs but even all expired jobs too. With clicking these jobs they will lead to my 404-page. Not nice!
Please see example here for searching by keyword: https://www.bildungsserver.net/ausbildung-lehrgang-studium/?s=prozessbegleiter&_full_address=&_full_address_lat=49.899879&_full_address_lon=10.35085
or here for searching by job-category: https://www.bildungsserver.net/ausbildung-lehrgang-studium/?s=&category%5B%5D=recht&_full_address=&_full_address_lat=49.899879&_full_address_lon=10.35085
I can not find to set time elapse for expired jobs to be deleted automatically. All jobs stay in database and will be shown in search result page. Even the expired jobs.
Please check whats going on here.
Greetings, Gunther
4 years, 1 month ago #1208064I already set in Customizer > Job & Company > Job List> Show Expired Job : Off.
But unfortunately same thing, nothing changes if set to "On" or to "Off".
4 years, 1 month ago #1208104Dear, Please kindly send for me admin account via private reply, i will check details to help you.
Best regards.
4 years, 1 month ago #1208137This reply has been marked as private.4 years, 1 month ago #1208160Dear, i check your site i see that problem because conflict with 'WP Adverts plugin' on your site, details: the WP Adverts plugin reigster post status 'expired' like Job status in Jobmonster theme.
Please deactivate WP Adverts plugin on your site and check again.
If you want use WP Adverts plugin with Jobmonster theme and hide Job expired on Job list page. Please add custom code in file functions.php of your theme.
//Hide Job expired on job list. add_action('pre_get_posts', function($query){ if ( is_admin() ) { return $query; } if ( jm_is_job_query( $query ) && is_post_type_archive( 'noo_job' ) ) { $query->set( 'post_status', 'publish' ); } });
Best regards.
4 years, 1 month ago #1208181Dear support,
works fine now, thank you for quality helping!!!
Some similar problem will appear if I activate plugin "WP Job Manager - WooCommerce Paid Listings". There is no woo-product appearing for WP Job Manager which should appear for setting payments. I think it is conflict to Jobmonster Theme because maybe they both use same slug maybe "job" or "job-package".
I using JobMonster Theme not for jobs but for managing education-courses, which works fine! For jobs I am using the WP Job Manager Plugin. Thats why I need both.
Would be great you could check - now that you have admin access.
Greetings, Gunther
4 years, 1 month ago #1208193Sorry, the Jobmonster not compatible WP Job Manager plugins, So, you can't use WP Job Manger in Jobmonster theme because it's same functions.
For your problem i think you can create new site (sub-domain) for jobs and use other theme support WP Job Manager
Best regards.
4 years, 1 month ago #1208216Dear Support,
thanks for suggesting - I will do so.
Kind regards, Gunther
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.