jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Duplicate button disappeared during latest update@landauforte I’m a bit confused because the current version of WPJM is 1.26.0.
Forum: Plugins
In reply to: [WP Job Manager] Load more listings or go back makes all jobs disappear@michaelcallaway can you look to see what version of jQuery you are using in your current theme and the WordPress theme you switched back to. It would be nice to get this fixed so if you could provide some more information we can create a Github issue to look into it.
Forum: Plugins
In reply to: [WP Job Manager] Edit Job Not working@mistry_123 can you try switching to a default WordPress theme and deactivating other plugins?
Forum: Plugins
In reply to: [WP Job Manager] Print job optionThanks for the tip @domrobertmtl marking this resolved.
Forum: Plugins
In reply to: [WP Job Manager] Resume Upload@jan2014 you actually might want to contact your host they likely have changed a setting that could have changed a PHP setting that is preventing this from happening as a security measure. We use the base WordPress settings.
Forum: Plugins
In reply to: [WP Job Manager] Random Permalinks / Slugs Jobs and ResumesMarking this as resolved since there is no response, but feel free to start a new topic if this is still an issue.
Forum: Plugins
In reply to: [WP Job Manager] Cannot disable sign-in to view jobs@mcleanthompson are you using a theme that might be doing this. All jobs should be public. Try disabling your other plugins and changing to a default WordPress theme as a first step.
Forum: Plugins
In reply to: [WP Job Manager] After 1.26.0 update customizations are gone@tf28 can you show me which filter you are using?
1. Delete the listed job by selecting the job and opting “Delete” from bulk action drop-down.
This is actually being driven by the javascript: https://github.com/Automattic/WP-Job-Manager/blob/33827530f26cbbdddb459b2cf078de04fb3b639e/assets/js/job-dashboard.js
Deleting that file should remove the confirmation
2. Changing the information fields required to post a new job
Forum: Plugins
In reply to: [WP Job Manager] Prevent approved joblisting from being edited@linusf not at the moment but we do have this issue here and will likely look into how we can change this process: https://github.com/Automattic/WP-Job-Manager/issues/509
Forum: Plugins
In reply to: [WP Job Manager] Duplicate button disappeared during latest update@landauforte I’m not seeing this being removed in the update. You are talking about in the frontend using the [job_dashboard ] shortcode, correct?
Forum: Plugins
In reply to: [WP Job Manager] User level required to manage jobs@pmycroft for adding jobs in the wp-admin that is true, however, you can set the user role in the Settings->Job Submission pane to allow people to create an account and what role to give them, which will allow your colleagues to enter jobs without giving them admin privileges.
While adding jobs in the backend works in most cases, they should really always be added and edit in the frontend whenever possible.
Forum: Plugins
In reply to: [WP Job Manager] Print job option@pmycroft maybe you can elaborate what you mean “option to add jobs to a clipboard”? Just based off what you said there are a number of ways to get the raw job data, either with an export plugin or using an RSS feed that will output XML which then can be formatted as you please.
Forum: Plugins
In reply to: [WP Job Manager] How to make job description optional on job submission form?Hi @revdarkwing you can see where this is defined here: https://github.com/Automattic/WP-Job-Manager/blob/33827530f26cbbdddb459b2cf078de04fb3b639e/includes/forms/class-wp-job-manager-form-submit-job.php#L196
You can edit the code but this will break on updates, so it’s best to use a filter, which is described here: https://wpjobmanager.com/document/editing-job-submission-fields/
Forum: Plugins
In reply to: [WP Job Manager] My Account page@phantrongvu this is something that is specific to the theme, but let me have @davoraltman chime in as I think he knows a solution to this.