jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] reg_role field@anamartelo7 Customer is not used by WPJM so I’m guessing both of these are set by the theme itself. You might want to send them a support question asking about this.
Forum: Plugins
In reply to: [WP Job Manager] Job Listings Don’t Show on Website@doss1l are all your jobs approved?
Forum: Plugins
In reply to: [WP Job Manager] WB Job Manager translated files of the core add on bundle@router66 we have the both formal and informal translations for German right now. We are working on getting these available but feel free to message us at wpjobmanager.com/support.
@vegandev I think this might be a feature of your theme. Which one are you using?
@g13att when you say advertise if you mean pay to post then you will want to check out this plugin: https://wpjobmanager.com/add-ons/wc-paid-listings/
Forum: Plugins
In reply to: [WP Job Manager] Change jobs listing columns@hickman120 I’m not sure if the salary data is passed in the XHR request but if it is this is the template you modify to alter the view for the returned data: https://github.com/Automattic/WP-Job-Manager/blob/efe71d9d1dfdb201322091182cbaf59009704ea1/templates/content-job_listing.php#L24
Forum: Plugins
In reply to: [WP Job Manager] wp-job-manager-file-upload not working@jerco8 if you haven’t already can you contact our private support at wpjobmanager.com/support
Forum: Plugins
In reply to: [WP Job Manager] Customise the jobs listHi @colin73. Right now the job text is not sent in the XHR response, so you would need to modify the backend method that returns that to provide the text: https://github.com/Automattic/WP-Job-Manager/blob/master/includes/class-wp-job-manager-ajax.php#L114
Forum: Plugins
In reply to: [WP Job Manager] Featured Jobs@gunmaster42 in the jobs shortcode you should be able to pass featured=”false” to turn off the featured posts in the sorting.
Forum: Plugins
In reply to: [WP Job Manager] Job Tags translation (Hungarian)Hi @aszabo86 contact us at wpjobmanager.com/support and we would love to chat with you!
Forum: Plugins
In reply to: [WP Job Manager] PPC instead of pay for displayI think a good starting point would be to look at plugins that already provide this functionality. Job posts are a custom post type, and if you can find a plugin that already does this and it supports custom post types, you should be able to implement it.
Forum: Plugins
In reply to: [WP Job Manager] Structured Data Testing Tool ErrorsHi @erikstatustrucks. Can you tell me how you tell me how you added these properties?
Forum: Plugins
In reply to: [WP Job Manager] hide “apply for job”Hi @jamaloos the best way to do this is to create a filter for this hook: https://github.com/Automattic/WP-Job-Manager/blob/bc0c97b5ae400211eb1ff5510823253656678d62/wp-job-manager-template.php#L183
Forum: Plugins
In reply to: [WP Job Manager] Multiselect issue in wp resume manager.