Anantajit JG
Forum Replies Created
-
Hi,
Before inserting reCAPTCHA to your form, you must have Site key and Secret key available with you( Same like you do for other plugins; for eg. Contact Form 7). You can get it from here.
After that go to WP Job Openings Settings > Form > reCAPTCHA. Then paste your Site key and Secret key in respective fields. Then check Enable reCAPTCHA on the form option and click Save Changes.
That’s it.
- This reply was modified 6 years ago by Anantajit JG.
We don’t support the functionality to hide the job application form from WP Job Openings Settings. But, you can remove it completely if you follow the below steps:
1. Open your child theme functions.php file(We don’t recommend using your main theme file. Because, when theme gets updated, entire customization will be lost).
2. Add this code to functions.php file:
function wjo_remove_form_hooks() { if( class_exists('AWSM_Job_Openings_Form') ) { remove_action( 'awsm_application_form_init', array( AWSM_Job_Openings_Form::init(), 'application_form' ) ); remove_action( 'before_awsm_job_details', array( AWSM_Job_Openings_Form::init(), 'insert_application' ) ); remove_action( 'wp_ajax_awsm_applicant_form_submission', array( AWSM_Job_Openings_Form::init(), 'ajax_handle' ) ); remove_action( 'wp_ajax_nopriv_awsm_applicant_form_submission', array( AWSM_Job_Openings_Form::init(), 'ajax_handle' ) ); } } add_action( 'wp_loaded', 'wjo_remove_form_hooks', 99 );
Hi,
The template used for Job detail page is different from the job listings page. To fully control the template for job detail page you need to customize the template.- First, Go to WP Job Openings Settings > Appearance > Job Detail Page. Then select, Job detail page template as Plugin Template. Then click Save Changes
- To fully customize this template; Go to your current theme folder(we recommend child theme) and create a folder named wp-job-openings. After that, copy the single-job.php template from WP Job Openings plugin: wp-job-openings/inc/templates/single-job.php. Then, paste it there. After that you can start customizing the template.
This issue is due to the WordPress restriction: Taxonomy key not exceeding 32 characters. So, we only support Job Spec containing characters a-z0-9 and not exceeding 32 characters. This validation issue(bug) do exist within the plugin. This issue will be fixed in the next release.
Can you please specify following details:
- Job Spec you are trying to create.
- Spec options
Hi,
You can create more job specs from WP Job Openings Settings > Job Specifications.
Click Add new spec to add extra specifications.
If you can’t create new spec from there, please explain the issue in detail with the following details:
- Job Spec you are trying to create.
- Spec options
- Message retrieved when you click Save Changes
Hi Maxim Tulpakov,
This can happen if the rewrite rules are not properly flushed.
Can you please update your Permalink Settings and check whether the issue is solved or not?
How to update permalink settings:
Go to Settings > Permalinks and click Save Changes- This reply was modified 6 years, 1 month ago by Anantajit JG.
Hi hiromarch,
Thanks for using our plugin. Glad that you liked it!
We will soon release an add-on that will have the capability to manage application form. Using that you can customize/delete existing fields and you can also add new form fields.
Normally this won’t happen. But, this can happen due to any problems with permalink structure. Can you please update your Permalink Settings and check whether the issue is solved or not?
How to update permalink settings:
Go to Settings > Permalinks and click Save ChangesOK. Then, it’s not the problem with WP Job Openings plugin. It may be because of Yoast having conflict with other plugins (may be with hybrid composer).
You mean after deactivating WP Job Openings plugin the error is still there…right?
Is the error is thrown after activating WP Job Openings? Please make sure by deactivating WP Job Openings plugin and check the same page.
Seems like page is working…Can you please explain where did the error occurred?
Hi, this error is due to conflict with other plugins, especially Yoast SEO plugin. This issue is fixed in version 1.1.2. So, please do download the latest version. Thanks for reporting ??
Can you please specify WP Job Openings version? is it the latest version 1.1.1?