jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Email notification & plugin update questionHi @whitbys give us a contact at wpjobmanager.com/support if you have an active license and we can give you a hand with this.
Forum: Plugins
In reply to: [WP Job Manager] Author Login cannot create jobsHi there. You should be able to use the job_manager_user_can_post_job filter to add a check for this role to add jobs.
Forum: Plugins
In reply to: [WP Job Manager] Video upload in job submit form@nunaroot are you trying to upload a video that will play on page load?
Forum: Plugins
In reply to: [WP Job Manager] output format / categories@cuckootoo can you clarify what you mean by “this format”? Anything will require a fair amount of modification but it’s certainly possible.
Forum: Plugins
In reply to: [WP Job Manager] review after editingHi @xristaggelos go ahead and contact us at wpjobmanager.com/support if you have an active license and we can chat about this.
Forum: Plugins
In reply to: [WP Job Manager] Job types in search formHi @pm2612 you can edit this here, and it’s best done by using a template override https://github.com/Automattic/WP-Job-Manager/blob/1fa53adb5ce9b5bfea3b0700e87697897fe018cc/templates/job-filter-job-types.php#L1
Forum: Plugins
In reply to: [WP Job Manager] Insert picture/image gallery?Hi @coszaar take a look at this, describes how to edit these fields: https://wpjobmanager.com/document/editing-job-submission-fields/
There is also the field editor plugin: https://plugins.smyl.es/wp-job-manager-field-editor/
Forum: Plugins
In reply to: [WP Job Manager] Edit jobs in front-end only@moefahmy I think what you are wanting to do is an interesting idea but it’s outside the capabilities of the plugin on the frontend at the moment. Right now only a user can edit their own jobs.
Forum: Plugins
In reply to: [WP Job Manager] Need to Store Session For Search FiltersHi @nimblechapps so if you look at the following method you will see we have a way of storing the search state: https://github.com/Automattic/WP-Job-Manager/blob/master/assets/js/ajax-filters.js#L266
What you will need to do is add some additional code that add event handlers for your additional form fields that store them. Does that make sense?
Forum: Plugins
In reply to: [WP Job Manager] Disable standard emailHi @insidewebnl can you clarify a few things. Which code did you add for emails, the approval one? Are you publishing the job for someone so their email is attached to submission? I’m a bit confused here.
Forum: Plugins
In reply to: [WP Job Manager] Change price currency to €You just need to add the currency in the label field, so replace €.
Forum: Plugins
In reply to: [WP Job Manager] Embed a PAGE or POST within a Visual Composer layout@digital-prom I have to be honest I don’t understand what question you are asking here.
Forum: Plugins
In reply to: [WP Job Manager] Custom Date Format@ckhatton basically this is respecting the global date format that you set in your WordPress Settings, so you can either use that or override it.
Forum: Plugins
In reply to: [WP Job Manager] Choose language when making job listing from front endThe field editor will not add this functionality as the WPML metadata is dealt with differently than the jobs data.
@nunaroot the best thing you can do here is ask for this as enhancement as a Github issue: https://github.com/Automattic/WP-Job-Manager/issues/new
WPML is a popular plugin, and it’s possible there is something we can do on our side to add this compatibility, maybe in conjunction with their help.
Forum: Plugins
In reply to: [WP Job Manager] Featured jobYou’ll need to do a template override like I suggested.