jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] I can upload image files after SSL enabledAre the users logged in? I’m seeing this in the XHR if I’m not logged in “{“success”:false,”data”:[{“code”:”upload”,”message”:”You must be logged in to upload files using this method.”}]}”
Forum: Plugins
In reply to: [WP Job Manager] Fields to create xml feed fileThis also works /?feed=job_feed
Forum: Plugins
In reply to: [WP Job Manager] Fields to create xml feed file@drez1 maybe you can back up a bit and tell me why you are doing this. There is already an RSS feed for your jobs here: /feed/?post_type=job_listing
Forum: Plugins
In reply to: [WP Job Manager] Job submit form label couldn’t replace@jerry101 are you adding this to your functions.php file? This appears correct.
Forum: Plugins
In reply to: [WP Job Manager] Listable / Wp Job Manager products not displaying correctly@allartsoftworks which paid listings plugin are you using?
Forum: Plugins
In reply to: [WP Job Manager] he form to place a job is not secure enoughHi @eljaaa you will need to add this to the plugin yourself, however the code is pretty simple and you can just drop that in the end of your functions.php file for your theme, just adding your recaptcha keys in the appropriate spot. I have added this as an enhancement request here: https://github.com/Automattic/WP-Job-Manager/issues/1057
Forum: Plugins
In reply to: [WP Job Manager] Upload resume in Word@mirarno you can contact us at wpjobmanager.com/support if you have a license. The answer to your question though is yes you can, however, some hosts we find like GoDaddy seem to be blocking docx files for security reasons, so you need to make sure that mime type actually works.
Forum: Plugins
In reply to: [WP Job Manager] Translate geolocation to RU@onix777 sorry you didn’t get an answer here. If you have an active Resume license it’s best to contact us through wpjobmanager.com/support
Forum: Plugins
In reply to: [WP Job Manager] Issues with Job Listing Comment@mgmtphdjobs unless I’m mistaken comments are always turned off on listings, and I don’t actually believe there is a setting for this. You can see here comments are turned off when listings are saved: https://github.com/Automattic/WP-Job-Manager/blob/6652a91f017060a8e9997f924c4f442795e51f8f/includes/forms/class-wp-job-manager-form-submit-job.php#L514
If you wanted to turn comments on you would need to use the submit_job_form_save_job_data in order to due so.
If you wanted to turn comments on for all listings you would need to run a query along the lines of
UPDATE wp_posts SET comment_status = 'open' WHERE post_type = 'job_listing'. I haven’t tested this so you should make sure to remove the SET and run this as a SELECT statement first.Forum: Plugins
In reply to: [WP Job Manager] Listing Expiry Date Resetting to Today@fitzkie thanks for posting this and referencing the other conversation as I wasn’t aware of it. In regards to the github issue you linked to what you are reporting I believe is a different issue, in fact in that thread there were a bunch of issues, but one of them is the date was saving but a day -1. In your case it’s just not saving.
The best thing you can do is post this issue here for us: https://github.com/Automattic/WP-Job-Manager/issues/new
One thing that I’d like you to clarify is what operating system and browser you are using. I do believe we had a report in the last day that IE was not able to use the datepicker for one of the add-ons, so this could be related.
Forum: Plugins
In reply to: [WP Job Manager] Expiry date bug@draxeiro can you point me to where you posted this on Github? I’m not seeing an open issue for this.
I’m only becoming aware of this thread now simply because a new one was started referencing it. The forum doesn’t naturally display by last posted and we need to start keeping tabs by activity instead, so our apologies.
To openly address the concern that we are slow, we did have a period from Jan to March where we didn’t have much of a presence here due to an oversight on our part, but we are very active now and have been addressing all the bugs that have been presented. If you feel something isn’t getting addressed you can start a new thread, or even better, post it on Github with as much information as you can provide.
Forum: Plugins
In reply to: [WP Job Manager] Structured Data for Job Postings in Google Results@carel75 and @ertedesco we are well aware of this and are discussing how to implement it. We’ll post some updates when we have a plan.
Forum: Plugins
In reply to: [WP Job Manager] Front Image Upload functionIf you want to download the master branch it is available here: https://github.com/Automattic/WP-Job-Manager
Just keep in mind that this is the active development branch and we have not tested all the fixes thoroughly yet, so use with caution.
Forum: Plugins
In reply to: [WP Job Manager] Need to Customize Resume Field LabelHi @groundeffectmedia I responded to you private support message so I’m closing this out. For reference here are the instructions: https://wpjobmanager.com/document/resume-manager-editing-submission-fields/
Forum: Plugins
In reply to: [WP Job Manager] Apply for Job Message Box@slevine42 are you using the paid add-ons? If so you can contact us at wpjobmanager.com/support for help on this.