Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.
Der, Please go to WP Super Cache settings -> Advanced tabs and check to setting 'Disable caching for logged in visitors. (Recommended)' then check your site again.
Best regards.
Sorry, that is core functions of Jobmonster theme and can not change it. If the Candidate is logged in, the apply form will auto load name and email in job apply form, If not logged in, they're need add it.
Best regards.
Sorry, 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, 10 months ago in reply to: I cannot activate e-mail registration while signing up or signing in #1208191Dear,
1. I see you use Loco plugin to translate your site but you save translate file in theme folder, It will lose when you update theme. Please change to save translate file to WordPress languages or Loco langauges folder (see attachment) and check your translate again.2. In Jobmonster new version have settings menu for Member, please go to 'Jobmonster -> Settings -> Member Menu' and select menu you want show, if you not select, all menu will display.
Best regards.
4 years, 10 months ago in reply to: I cannot activate e-mail registration while signing up or signing in #1208173This reply has been marked as private.This reply has been marked as private.Dear, If you want hide not paid properties on listing, please install and switch your site to use Citilights Child theme, then add custom PHP code in file functions.php of Citilight Child theme
//Hide not paid properties add_action('pre_get_posts', function(WP_Query $query){ if ( is_admin() || NooAgent::is_dashboard() ) { return; } if(re_is_property_query($query)){ $meta_query = $query->get( 'meta_query' ); if ( ! is_array( $meta_query ) ) { $meta_query = array(); } $meta_query[] = array( 'key' => '_paid_listing', 'value' => '1' ); $query->set( 'meta_query', $meta_query ); } });
Best regards.
Yes, that is base work of Jobmonster theme because Candidate can apply for many job and each job with require other CV.
Best regards.
Dear, i think that problem because your site use cache plugin, please check again or check cache plugin to disable cache when user is login.
best regards.
Dear, Please kindly send for me admin account and your problem URL via private reply, i will check details to help you.
Best regards.
Sorry, in Jobmonster, the new job application always save with 'pending' status and it require Employer to ''Approve' or 'Reject' it.
Best regards.
4 years, 10 months ago in reply to: After updating to Noo Organici Library Version 2.0.6 get white pages #1208163Please kindly rename file index.php to functions.php in child theme and check your site again.
Best regards.
4 years, 10 months ago in reply to: I cannot activate e-mail registration while signing up or signing in #1208161This reply has been marked as private.Dear, 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.
Dear, Please kindly give for me more details, you want disable 'sold' label on properties list or you want hide property is 'sold' on property label archive page,
Also, please kindly send for me admin account and your problem URL via private reply, i will check to help you.
Best regards.
Dear, the Similar property is select properties by 'Category' and 'Status' of current property, you can see query in file 'noo-citilights/layouts/noo-property-similar.php'
Best regards.
Dear, Please kindly install/activate WooCommerce plugin on your site and check import again.
And the WooCommerce plugin require PHP 7.x Please kindly update PHP on your site to install WooCommerce plugin.
Best regards.
Dear, the Job data have 2 date fields:
- Job's Expiration Date: the job display expiration date
- Closing Date: the job apply expiration dateAnd the Jobmonster is use WordPress cron to check and set job is expired at function 'jm_job_expired_set_schedule' in file 'noo-jobmonster/framework/job/job-expired.php'
Best regards.
Dear.
Please clearly problem: if the Jobmonster not send email, that is problem in Jobmonster theme and we're will check and help you to fix it but the Jobmonster is send email but slow to receive. that is problem of email service. please kindly check again.Best regards.
Dear, that problem because the main work of Jobmonster is post job/resume but your site allow all Employer post job without package and 'View Detail Resume' dependent Post Job action, please check Post Job action to 'Employer with package' and check again.
Best regards.
4 years, 10 months ago in reply to: I cannot activate e-mail registration while signing up or signing in #1208135This reply has been marked as private.4 years, 10 months ago in reply to: I cannot activate e-mail registration while signing up or signing in #1208131Dear, i check your site i see the reigster email confirm can't send because the SMTP email service not allow send with your email data (it give error like attachment) Please check again or use other smtp service.
when i go to 'Jobmonster -> Settings -> Email Templates -> Other' and change 'Verify user register email' setting 'Content' to English, i see it's working.
-
AuthorPosts