This certainly is bizarre, and I don’t know what could be causing this.
If you’d like to hardcode the settings, please make sure to do a backup first.
First, open the file /wp-content/plugins/wp-jobs2careers/display/j2c-job-display.php.
Next, you’ll notice a block of code from lines 67 – 75 where the settings are supposed to be pulled from the database and set into the variables. Try hardcoding the following:
- $j2c_publisher_id = “API_FEED_ID”
- $j2c_publisher_password = “API_FEED_PASSWORD”
- $j2c_logo_attribution = “on”
- $j2c_page_to_display_jobs = “PAGE_ID_NUMBER”
If you specified values other than the defaults for the location, placeholders, and number of jobs to display, you can enter those as well. If you don’t enter them, it should revert back to the default values.
The “PAGE_ID_NUMBER” can be found by hovering over the ‘edit’ link for the page you want to publish on. You’ll see a numerical value, which is what you want to enter.
Keep in mind that any future updates might overwrite these changes, but if you have a bit of coding experience it should be easy enough to figure out.
I hope this helps.