jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] How to update Map in wp-job-manager?@sandips3498 so I’m not exactly sure what to do here as I’m not super familiar with this area of the code, but what you likely could do is filter the data before it’s being geocoded via the geocoding API so that you are only sending the zip code, which in case it will give you a generalized lat and long for that zip instead of a more specific result.
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager + Indeed Integration Plugin + QueryHi @chriscode,
If you have the plugin you can contact us at wpjobmanager.com/support for a faster resolution. It sounds like what you are wanting to do is always search for a couple keywords in addition to the users inputed keywords. That requires some minor modifications that I can walk you through if you contact us privately.
Forum: Plugins
In reply to: [WP Job Manager] Can i add more fields to the job page?Yes it’s possible using the directions above, where we commonly see people run into problems is they don’t follow the directions correctly and they are able to add the search form but there is not event handler to recognize the state change to call for a new search.
Forum: Plugins
In reply to: [WP Job Manager] Reviw@maximusous I’m not entirely sure how that would work, that would certainly require some work on the filters. By default comments are off, but you can turn them on here: https://github.com/Automattic/WP-Job-Manager/blob/33827530f26cbbdddb459b2cf078de04fb3b639e/includes/forms/class-wp-job-manager-form-submit-job.php#L514
Forum: Plugins
In reply to: [WP Job Manager] [jobs] list is not showingHi @leonardotorreao for some reason I’m seeing a job being posted twice on that page.Is it possible you have a page and a post that have the same name and permalink?
Additionally I’m seeing a number of warnings for php, so you need to change your php.ini settings to suppress those.
Forum: Plugins
In reply to: [WP Job Manager] Can you add a hook please ?@stephanr-1 can you report this here, please? https://github.com/Automattic/WP-Job-Manager/issues/new
Forum: Plugins
In reply to: [WP Job Manager] “Array to string conversion” PHP error@micahjm thanks for reporting this we are aware that this sometimes happens but doesn’t cause any functionality issues as far as we know.
Forum: Plugins
In reply to: [WP Job Manager] edit or remove image in header of listing@mynicknamehasbenstolen thanks for helping out!
Forum: Plugins
In reply to: [WP Job Manager] Sorting job list messes with featured listings@sashaza would you mind reporting this issue here: https://github.com/Automattic/WP-Job-Manager/issues/new
I do believe this has been reported before and I’m not sure why there isn’t an open issue for it.
Forum: Plugins
In reply to: [WP Job Manager] The Job Postings are not displaying in front endHi @rain15 have you added the shortcodes to the pages yet? https://wpjobmanager.com/document/setting-up-wp-job-manager/
Forum: Plugins
In reply to: [WP Job Manager] Add Job Package on WP-Dashboard@arigold23 can you contact us at wpjobmanager.com/support and submit a request there? We’ll get this resolved much faster this way! Thanks!
Forum: Plugins
In reply to: [WP Job Manager] Alert Emails@taylorsamuel can you contact us at wpjobmanager.com/support and we can help you out with this issue if you have a license. We have had some reports of issues with this and what this usually boils down to is the host hijacking the cron system which requires some interventions
Forum: Plugins
In reply to: [WP Job Manager] Only one category filtersHi @juliette3883,
You’ve done a good job here adding the extra field here but you will need to at a minimum add what is called a click handler for your extra search parameter to trigger the search request, and you will likely need to modify the backed code to conduct this search.
Forum: Plugins
In reply to: [WP Job Manager] Bookmarks logging user out@mikeemoo2 can you contact us at wpjobmanager.com/support so we can help you better if you have a paid license. When you contact us let us know if you have any caching plugins or anything of that nature.
Forum: Plugins
In reply to: [WP Job Manager] Better check for capabilities@drivingralle can you maybe get in touch with Astoundify support and work with them on describing and enhancement to WPJM that is posted on the Github repo and we can consider this?