jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] location, job type and posting date not alligned to middleHi @inazeef this is a CSS issue with your theme that you will need to address with CSS changes.
Forum: Plugins
In reply to: [WP Job Manager] Choose language when making job listing from front endHi @nunaroot I’m not sure we really have a solution for that at this point. We are working on getting the plugin compatible fully with WPML and I think at this point that will be the official solution.
Have you looked at this? https://polylang.pro/doc/multilingual-custom-post-types-and-taxonomies/
My guess here is that through a hook you will need to add a language chooser that saves the data appropriately for the plugin. I have a feeling this will be a bit involved and I’m wondering if they might have a solution they suggest for plugins like ours.
Forum: Plugins
In reply to: [WP Job Manager] Featured jobHi @jamaloos can you clarify if you the job is featured you don’t want the normal date submitted being shown? If so you would likely need to do a template override here where you set a conditional checking if the post is featured
Forum: Plugins
In reply to: [WP Job Manager] Incompatibility with two plugins@ccgjosh we have a few people using FacetWP without any issues. Have you tried isolating the problem to the plugin or the theme?
Forum: Plugins
In reply to: [WP Job Manager] User could not comments on job single pageHi @teamphpyouth you need to change this value to open to allow comments https://github.com/Automattic/WP-Job-Manager/blob/2f02cca108804dee9f058a0e5ba49a4eae548c46/includes/forms/class-wp-job-manager-form-submit-job.php#L535
Forum: Plugins
In reply to: [WP Job Manager] How to get the full job listing Json feed?@jerome281 that is a good question. Have you tried any of the json feed plugins like this one? https://wordpress.org/plugins/feed-json/
Forum: Plugins
In reply to: [WP Job Manager] How to make “Company name” a non-requirement?@curiositykillsthecat these two documents should help you understand how to do that:
https://wpjobmanager.com/document/resume-manager-editing-submission-fields/
https://wpjobmanager.com/document/editing-job-submission-fields/Forum: Plugins
In reply to: [WP Job Manager] Change symbol $ por €@freyes27 did you add a salary field in the job? This tutorial should cover how to change that https://wpjobmanager.com/document/tutorial-adding-a-salary-field-for-jobs/
Forum: Plugins
In reply to: [WP Job Manager] Job Manager Uploads Folder Hacked@gstar @rogier1988 @etheos sorry for the slow response here. Yes, there was a vulnerability reported and we updated the plugin immediately after some discussion. The update was release 29 days ago. Here is the changelog with a link to the issue:
https://github.com/Automattic/WP-Job-Manager/blob/master/changelog.txt
I added an announcement and sticky post about this on the forum which can be found here: https://wordpress.org/support/topic/wp-job-manager-1-26-2-released/
Can you please check the version of WPJM you are running and confirm to us which version you are using. If you are using 1.26.2 and there is a new vulnerability we need to get that sorted out.
Forum: Plugins
In reply to: [WP Job Manager] Featured Setting Not Saving@mbaker2017 what theme are you using?
Forum: Plugins
In reply to: [WP Job Manager] Disable Email fieldHi @pouryare yes you can using methods found here: https://wpjobmanager.com/document/editing-job-submission-fields/
Forum: Plugins
In reply to: [WP Job Manager] number of viewHi @jamaloos it’s possible there is a plugin that might accomplish this for you but we do not have an official solution
Forum: Plugins
In reply to: [WP Job Manager] Delelte Admin field in Job@lunaticeye this is usually included by the theme and they either have a setting to turn that off, you can hide it using CSS, and I believe there are some plugins that will remove this for you.
Forum: Plugins
In reply to: [WP Job Manager] Create Another Filter in WP-ADMIN@hrbocutti I’m not sure I understand your question. Do they want the filtering for the Resume page to be on sidebar versus below the search bar? If so that is a pretty advanced modification and not something we could help you with.
Forum: Plugins
In reply to: [WP Job Manager] Company logo size in job offerHi @saikoh to change the image you need to modify the CSS for the image to reduce it’s size.
what theme are you using for the API error?