jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] What is the SLA for paid plugin@neni21 did you ever get your issue resolved? If not please message us through wpjobmanager.com/support and reference this thread and we will look into this.
Forum: Plugins
In reply to: [WP Job Manager] How to order the listable@kurungele I’m not sure if you figured this out or not but this is actually a pretty complicated thing because you are needing to do geosearches based on a radius which I believe requires a special mysql extension. If you have more questions about this start a new thread.
Forum: Plugins
In reply to: [WP Job Manager] Apply two user roles at resume@ilwoody if you have more questions start a new thread I’m marking this as resolved.
Forum: Plugins
In reply to: [WP Job Manager] Translation@falabby did you follow the directions here? https://wpjobmanager.com/document/translating-wp-job-manager/
If you are still having problems please open a new post since this one is so old.
Forum: Plugins
In reply to: [WP Job Manager] How to Generate “404 page not found” on Expired Listings?@suntechseo8 a page not found is a 404, so we are 404 the pages. It’s actually been mentioned this isn’t ideal and it’s better to redirect to something else instead of having constant 404s on a site. If you have questions about this let us know otherwise I’m marking this as resolved.
Forum: Plugins
In reply to: [WP Job Manager] Job applications are not sent to employers@oenoviti and @developerchick are you still having problems. If so, please contact us again at wpjobmanager.com/support and we will help you and honor your license if it is out of date, just add a link to this post.
Forum: Plugins
In reply to: [WP Job Manager] Jobs getting expired automatically@shilpashrivastava1 are you still having problems with this? If you are using the paid plugins contact us at wpjobmanager.com/support. I’m going to mark this as resolved due to it’s age.
Forum: Plugins
In reply to: [WP Job Manager] Add-ons core bundle@badcom there isn’t a changelog currently but we are happy to send you them if you contact us at wpjobmanager.com/support. I will say we are working on releases or have had releases on all the main plugins now, so keeping your license current would be a good idea.
Forum: Plugins
In reply to: [WP Job Manager] Company and Job Details Not Appearing@dpesociety did you get this figured out? I’m marking this as resolved since it’s so old but if there is still an issue let us know.
Forum: Plugins
In reply to: [WP Job Manager] Comments on single listing page@manjifera I’m pretty sure you need to add comments to here so they are supported by the custom post type https://github.com/Automattic/WP-Job-Manager/blob/998dcf416ea21653dc76c41a25bc6d39e9521611/includes/class-wp-job-manager-post-types.php#L241
Forum: Plugins
In reply to: [WP Job Manager] Hide the name of the candidate@genyseb I’m assuming this is with the resume plugin. In the future contact us for paid plugins at wpjobmanager.com/support. In this case you can use the Resume Visibility to set the roles that have access to various details in the resumes and the resume list.
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager – Resume Manager@beoneradio I’m going to close this but if you have questions about the paid plugins in the future contact us at wpjobmanager.com/support
@rorange did this end up working for you? I’m marking this as resolved since this seems to be answered but feel free to update it or start a new thread.
Forum: Plugins
In reply to: [WP Job Manager] change Wp job manager application status@shyamg there isn’t a single hook for post status changes, so you’ll need to write one for every place it changes, or probably better is to look for any post status change of the custom post type that will trigger a notification. Take a look at this for more info: https://codex.wordpress.org/Post_Status_Transitions
Forum: Plugins
In reply to: [WP Job Manager] Add user meta when logged in – New Field@fairmorningblue I’m not super familiar with this, but you should be able to use the hook below that conditional, class-wp-job-manager-form-submit-job, similarly to how it’s used to save the meta. What isn’t clear to me is what modifications are necessary to actually populate the field after you have saved the metadata.