timothymiles
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Remote option disappearedUnder 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 1 year, 10 months ago by timothymiles.
Forum: Plugins
In reply to: [WP Job Manager] Remote option disappearedThere 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.
Forum: Plugins
In reply to: [WP Job Manager] Remote option disappearedIn 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'] ); }