jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Jobs Feed from only 1 Category@blaivas if you could create an RSS feed only showing the one job category but you would need to figure out a way to import those jobs to be displayed in a separate instance of WPJM. It may be possible to use the ajax from one site to populate your second site but it would a fair amount and is an advanced topic.
Forum: Plugins
In reply to: [WP Job Manager] Custom search results@vargasvisuals if you have an active license if you haven’t already contact us at wpjobmanager.com/support as we respond within hours there, and monitor this forum as time allows right now.
Forum: Plugins
In reply to: [WP Job Manager] Add Categories to the single job postHi @perkypixel the job categories are not added on the single job listing pages, just in the search and job submission.
Forum: Plugins
In reply to: [WP Job Manager] Limit the locations to united kingdom only@egreenman what theme are you using?
Forum: Plugins
In reply to: [WP Job Manager] Duplicate Job Post No Longer Available@creeeg do those plugins not work for you anymore? Are you getting any error messages.
You should be able to duplicate job listings using the ‘duplicate’ option the jobs dashboard page on the frontend.
Forum: Plugins
In reply to: [WP Job Manager] Jobs Not Showing Up@robp2175 did you get this resolved. If so can you tell us what you did to resolve this?
Forum: Plugins
In reply to: [WP Job Manager] Problem with Tags@volantis I’d recommend reaching out to the Listable support about this, they should be able to help you.
Forum: Plugins
In reply to: [WP Job Manager] Applied Jobs are showing HTML on Job Board Job Title@perkypixel are you still having this problem. Any way you can share a link to the site?
Forum: Plugins
In reply to: [WP Job Manager] Job submit form label couldn’t replaceAre you getting a 500 error when you are adding this? At least the code you posted here has improperly formatted quotes. If you fix them it works.
add_filter( 'submit_job_form_fields', 'custom_submit_job_form_fields' ); function custom_submit_job_form_fields( $fields ) { $fields['company']['company_name']['label'] = "Personal name"; return $fields; }Forum: Plugins
In reply to: [WP Job Manager] What API facilities are available?@judgej thanks for sharing that snippet. We don’t really have a timeline right now when the API will be done, however the intention is to allow WPJM to be completely API driven.
Forum: Plugins
In reply to: [WP Job Manager] No Jobs FoundYou site isn’t loading the entire page at the moment so it’s hard to look at this issue.
Forum: Plugins
In reply to: [WP Job Manager] Custom Address: SubpremiseI think your issue might be the WP Job Manager Client-Side Geocoder as there have been some changes made to Geocoding that might be impacting this plugin. Can you try the native geocoding adding in your API key?
What happens if you use double quotes inside of single quotes?
Forum: Plugins
In reply to: [WP Job Manager] text editor- link editor – error submission form@csrjobs glad you got it figured out!
Forum: Plugins
In reply to: [WP Job Manager] Applied Jobs are showing HTML on Job Board Job TitleDid this change after you updated to the latest version? We might have made a change that impacted this: https://github.com/Automattic/WP-Job-Manager/pull/1026