• Resolved timothymiles

    (@timothymiles)


    I am using WP Job Manager with Listify to list practices.

    Sometime between September and now, the option of a person listing a practice to indicate they can work remotely with clients disappeared from the listing form. I don’t know what happened or how to edit the form to restore this most important feature. Lots of my listings offer remote services in addition to in-person sessions so it’s important that they can indicate that option on their listing.
    Can you show/tell me what happened and how to restore this feature?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter timothymiles

    (@timothymiles)

    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?

    Thread Starter timothymiles

    (@timothymiles)

    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?

    Thread Starter timothymiles

    (@timothymiles)

    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.
    Plugin Support lastsplash (a11n)

    (@lastsplash)

    Hi @timothymiles

    Yes, that is the checkbox:

    Annotation on 2023 01 11 at 11 38 27

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

    Annotation on 2023 01 11 at 11 41 38

    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.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Remote option disappeared’ is closed to new replies.