In looking in my admin files on the server I find these sets of code under the job manager plugin
],
'remote_position' => [
'label' => __( 'Remote Position', 'wp-job-manager' ),
'description' => __( 'Select if this is a remote position.', 'wp-job-manager' ),
'type' => 'checkbox',
'required' => false,
'priority' => 3,
and
}
if ( ! get_option( 'job_manager_enable_remote_position' ) ) {
unset( $this->fields['job']['remote_position'] );
}
Hi @timothymiles,
We did recently (within the last few months) add the option to the plugin to have the Remote option in the Settings of the plugin. If you were previously using a custom code snippet to add that feature, it is possible those two are causing a conflict. We have a few things we can check to find out if that is the case.
Do you have the Code Snippets plugin, or have you added any custom code to the functions.php file of your theme?
If you go to the Job Listings > Settings menu on your wp-admin page, is it showing the Remote Position option, and is that option showing as checked?
There is no option for remote at this time in listings/settings
The settings page for listings only shows these items:
Date Format: Choose how you want the published date for listings to be displayed on the front-end. Relative to the current date (e.g., 1 day, 1 week, 1 month ago)
Default date format as defined in Settings
Google Maps API
KeyGoogle requires an API key to retrieve location information for job listings. Acquire an API key from the Google Maps API developer site.
Delete Data On Uninstall
Delete WP Job Manager data when the plugin is deleted. Once the plugin is uninstalled, only job listings can be restored (30 days).
Bypass Trash For Job Listings If checked, when the plugin is uninstalled, job listings will be permanently deleted immediately.
Enable Usage Tracking Help us make WP Job Manager better by allowing us to collect usage tracking data. No sensitive information is collected.
Hi @timothymiles,
Sorry for the confusion! I should have specified, this will be in the Job Listings > Settings, then on the Job Listings tab at the top.
Are you seeing the Remote Position option there?
Under the Listings Tab there is the following item and it is checked. Is this what you are referring to?
Remote Position – Enable Remote Position This lets users select if the listing is a remote position when submitting a job.
However, the listing submit form does not have this option on it any more.
-
This reply was modified 3 years, 4 months ago by
timothymiles.
Hi @timothymiles –
Yes, that is the checkbox:

When that is checked, it should create a field on your Job Submission Form:

I’m wondering if there is something in your theme that is preventing this from working. Could you test with a default theme to see if you still have the issue? I tested using Storefront.
Let us know what you find out.
Plugin Support
Jay
(@bluejay77)
Hi there,
It has been more than one week since we have heard from you, so I’m marking this topic as resolved.
But if you have any further questions or need some more help, you’re welcome to reply here or open another thread.