jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Remove and make required listing fieldHi there, do you still have questions about this? If so and you have the paid listing plugin can you please contact us through this support link: https://wpjobmanager.com/support/
Forum: Plugins
In reply to: [WP Job Manager] Show who posted the jobHi there,
Take a look at this on how to theme the single job page: https://wpjobmanager.com/document/single-job-listings/
Did you get this working? If not, can you review the various polylang issues we have in Github and either comment there if you have an account, or comment here and I can add you?
Forum: Plugins
In reply to: [WP Job Manager] Changes to settings make all jobs disappearAre you still having problems with this? This is pretty odd for sure and I haven’t seen any other reports of this. Were you seeing any javascript errors?
Forum: Plugins
In reply to: [WP Job Manager] Set Categories (Paid Listing Plugin)Hi Sebastian. You could probably do this using the submit_job_form_save_job_data hook when the job is saved and detect whether the job is a paid listing. If you have more questions about this and you have purchased the Paid Listings plugin contact us here: https://wpjobmanager.com/support/
Forum: Plugins
In reply to: [WP Job Manager] Resume ApplicationsIf you still have a question can you contact us for paid plugin support at the following link? https://wpjobmanager.com/support/
Forum: Plugins
In reply to: [WP Job Manager] Address / GeolocalisationWhat theme are you using? Can you give me an example of an address that doesn’t work?
Forum: Plugins
In reply to: [WP Job Manager] wp job managerHi there,
Give this plugin a try: https://wordpress.org/plugins/display-widgets/
Forum: Plugins
In reply to: [WP Job Manager] Resume Manager: PHP 7 compatibility?I’m under the impression you are using an older version of WPJM. What version are you on?
Forum: Plugins
In reply to: [WP Job Manager] Dot’t word localizationAre you still having problems with this?
Forum: Plugins
In reply to: [WP Job Manager] Admin edit jobs on Front End?Did you figure this out? If not, you could create a hook for job_manager_get_dashboard_jobs_args that would change the ‘author’ argument if the logged in user is either an admin or maybe your user_id.
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Resume Mandatory Form FieldsIf you still have questions and have the paid Resume plugin can you please submit the question here and we’ll respond right away: https://wpjobmanager.com/support/
Forum: Plugins
In reply to: [WP Job Manager] Output Custom Field in TemplateDid you figure this out? Take a look at this:
https://codex.wordpress.org/Using_Custom_Fields#Template_Functions
You need to pass in the correct arguments to display the field:
<?php echo get_post_meta($post->ID, 'key', true); ?>Forum: Plugins
In reply to: [WP Job Manager] Template(aside-sidebar left) for job detailsHi there, can you repost your question and add a bit more information including some examples. It’s hard to understand what you are asking here 🙂
Forum: Plugins
In reply to: [WP Job Manager] Don’t work trandslationWere you able to get this resolved?