jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] No Jobs Found@nicarpe it’s not clear if you got this working because your site doesn’t appear to be loading, but if you are still having problems feel free to start a new post.
Forum: Plugins
In reply to: [WP Job Manager] Adding Paragraphs and Headings@dustiniswright if you have questions about this contact us at wpjobmanager.com/support if you have a current license. But to answer your question it depends on what you are trying to do, but will require you modifying the template.
Forum: Plugins
In reply to: [WP Job Manager] Showing Expired Listings@zeloskc are you making sure you are viewing this as a logged out user?
@merrydown if you are still having an issue with this can you submit an issue here? https://github.com/Automattic/WP-Job-Manager/issues/new
Forum: Plugins
In reply to: [WP Job Manager] Company logo not displaying properly@tcamp09 did you get this figured out I don’t see any jobs listed at the moment.
Forum: Plugins
In reply to: [WP Job Manager] Access WP Job Manager Class from custom plugin@manesvenom did you get this figured out?
Forum: Plugins
In reply to: [WP Job Manager] Disabling Description Field?Forum: Plugins
In reply to: [WP Job Manager] REST ApiForum: Plugins
In reply to: [WP Job Manager] [submit_resume_form] Exclude fields in shortcode?@xmic sorry you didn’t get a response here. While you can pass attributes in the shortcode looking at the resume code itself I’m not seeing it having any effect. In the future contact us at wpjobmanger.com/support for faster help.
Forum: Plugins
In reply to: [WP Job Manager] Jobs not showing on non-default language@mehoosamir2014 did you get this figured out? Which polylang plugin are you using. I’m closing this due the age of the post but feel free to respond or start a new one!
Forum: Plugins
In reply to: [WP Job Manager] Import Linkedin profilWe unfortunately had to pull this plugin because LinkedIn put a lot of restrictions on their API. If you purchased this plugin around the time that happened let us know and we will give you some credits for a future purchase.
Forum: Plugins
In reply to: [WP Job Manager] Hired/Filled statusHi @1000li if you comment out this line of code it should disable the ability to fill a position.
Forum: Plugins
In reply to: [WP Job Manager] WP Job manager custom search field (Date_Picker)@ddoudix if you didn’t figure this out there are two things you need to do here. You need to add the backend code to handle the search input which is explained in the document you linked. Second, the state change isn’t being picked up when you pick a date to trigger the XHR event, see here: https://github.com/Automattic/WP-Job-Manager/blob/master/assets/js/ajax-filters.js#L180
I believe this is actually set correctly it just depends on the use case of whether you want this featured enabled or not, hence the resume_manager_user_can_view_resume filter where you can set this. Also in the Resume setting there is pretty fine grained control of who can see what in the resumes.
Hi, unfortunately this does not work as the return value on get_the_job_type is a string. There is an open issue for this here: https://github.com/Automattic/WP-Job-Manager/issues/928