jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Shortcode – Not working with pagination or other filtersHi @dakottaventures, can you post the shortcodes with the additional parameters that you using so I can test them?
Forum: Plugins
In reply to: [WP Job Manager] Send Automated Message via email when Employer Sign UpIf you are using the Applications plugin go ahead and contact us at wpjobmanager.com/contact. There are a couple hooks you could possibly use to do this, and Myles has a great plugin that might be able to do this as well https://plugins.smyl.es/wp-job-manager-emails/?v=7516fd43adaa
Forum: Plugins
In reply to: [WP Job Manager] Jobs don’t show?@chickchick and @watermelonkid can you check to see if your jobs are expired?
Forum: Plugins
In reply to: [WP Job Manager] Sorting by deadline + Deadline date issueThanks for posting the issue: https://github.com/Automattic/WP-Job-Manager/issues/919
Hooks are typically added to the themes functions.php file, however a better method is to use this plugin: https://wordpress.org/plugins/code-snippets/
Forum: Plugins
In reply to: [WP Job Manager] Cannot see job listings below search bar on wp job manager@sickbuoy100 looks like you got it working. What ended up being the problem?
Forum: Plugins
In reply to: [WP Job Manager] Jobs not showing@christianebuddy glad you got it sorted out!
Forum: Plugins
In reply to: [WP Job Manager] Sorting by deadline + Deadline date issueHi @bgfrancey,
Is it possible to have listings sorted by closing date (earliest to latest) with those that don’t have a closing date listed after?
Yes, you could do this by writing a hook to job_manager_get_listings_args that change the orderby attribute here: https://github.com/Automattic/WP-Job-Manager/blob/master/includes/class-wp-job-manager-ajax.php
Listings are closing on the day of their deadline (first thing in the morning) as opposed to at the end of the day. Is it possible to change the listing so it would close at the end of the day of the deadline (ie. Jan 1, 11:59pm)?
That is a good observation and I’m not seeing this issue listed here: https://github.com/Automattic/WP-Job-Manager/issues
Would you be willing to write up a bug report for this?
Forum: Plugins
In reply to: [WP Job Manager] Adding Salary to Job PostHi @eoinsr,
If you are using the hook method for displaying these you do not need to edit any templates; it should just work. Can you tell me which method of the two you used?
Forum: Plugins
In reply to: [WP Job Manager] Remove widget Indeed Integration@zerojobs can you give me a screenshot of what the issue is, I’m not sure I quite understand.
Forum: Plugins
In reply to: [WP Job Manager] Jobs don’t show?Hi @chickchick, do you have approval required on for your jobs? That is the likely issue.
Forum: Plugins
In reply to: [WP Job Manager] Layout when using WP All importHi @bionne
When I do this the entire layout becomes weird. See example here.
When you say weird are you talking about the mini logo for the listing? Maybe you can elaborate a bit on what all is weird to you on the page.
Forum: Plugins
In reply to: [WP Job Manager] How can control job apply button?@asadurzzaman can you contact us at wpjobmanager.com/contact using the email on the account or provide the email and the API key and we are happy to help you there.
Forum: Plugins
In reply to: [WP Job Manager] Approve “Edit” Listing@tuttopia this is an interesting question. You can disable the edit function by using the job_manager_user_can_edit_job hook.
Otherwise you will need to add something that hooks into the job submission process that always changes the status to approval required. I do think that if approval is turned on someone should not be able to edit it after that. Do you want to post that suggestion on our Github repo? https://github.com/Automattic/WP-Job-Manager/issues
Forum: Plugins
In reply to: [WP Job Manager] Conflict with Polylang@jdaniel I’m not aware of us deleting any of your comments on other threads.
We do have this open issue here, does this sound like the correct one? https://github.com/Automattic/WP-Job-Manager/issues/754
We certainly are not trying to hide any of the issues, especially since they are in a public Github repo that anyone can comment (and contribute) on. We are currently prioritizing the issues right now in hopes of getting many of them fixed.
Forum: Plugins
In reply to: [WP Job Manager] After 1st job approval, exempt user from approvals@vegandev I think this is a great suggestion and to my knowledge has not come up before