jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Jobs stopped loading on pageHi @jechau,
Looks like something is modifying the get_listings XHR response and adding this which is causing parsing error.
<style type="text/css"> span, li, p{ font-style: normal; } </style>
Forum: Plugins
In reply to: [WP Job Manager] Application buttonHi @anouk_27, why don’t you just use the url method for candidates contacting you for the job and then paste in the url in the URl/email field when you submit the job?
Forum: Plugins
In reply to: [WP Job Manager] JOB Alerts URLHi @demigraphic,
If you have a valid license key feel free to contact us at wpjobmanager.com/support and we can see if we can help you out with this.
Forum: Plugins
In reply to: [WP Job Manager] Select role on RegistrationHi @blaivas you can select the role for the user after they have registered in Users in the wp-admin by selecting the user and then setting the role.
Forum: Plugins
In reply to: [WP Job Manager] Removing author and date job created@communicationnevers can you post another link that is valid, I’m having a hard time finding the jobs on your site.
Forum: Plugins
In reply to: [WP Job Manager] add dropdown to search filterHi @m-esmaili it’s a bit hard to help you without a link to your site and knowing what you did.
Forum: Plugins
In reply to: [WP Job Manager] Searching by category@motoz I’m not sure I follow. I’m passing in the search category like you were doing on my local site to test what is going on and I got the same result. I’ll work on this next week.
Forum: Plugins
In reply to: [WP Job Manager] Listing Expiry Date – Not Display Correct Date in IE@hstralka thanks for following up. I’ll work on debugging this next week.
@moltra you can purchase the Indeed or ZipRecruiter plugins and modify the code to work with any API. I’m not aware of any code floating around to do this.
Forum: Plugins
In reply to: [WP Job Manager] filter in sidebar? how?Hi @motoz this is a pretty extensive modification. It’s certainly possible to take the fields and move them to the sidebar, but you’ll need to rewrite some of the javascript so the event listeners are looking at the correct DOM elements.
Forum: Plugins
In reply to: [WP Job Manager] Job IDs disappeared since updateAre you using this modification by any chance? The job ids are not normally included in the site url. If I’m misunderstanding the question let me know.
Forum: Plugins
In reply to: [WP Job Manager] need to unselect the option on the job siteHi @artiman I understand now. Yes I believe I’ve heard this complaint before, and I agree it is a bit confusing. Would you mind filing a Github enhancement issue here? https://github.com/Automattic/WP-Job-Manager/issues/new
Forum: Plugins
In reply to: [WP Job Manager] Encode, Decode URLHi @gilord can you contact our private support at wpjobmanager.com/support and send us the video. Reference this thread in doing so, please. We haven’t had any previous issues with RTL so I’d like to see what is going on here. Have you tried changing themes and deactivating plugins to make sure it’s not a conflict?
Forum: Plugins
In reply to: [WP Job Manager] removing job meta details from single job listingHi @colin73,
I think the two best ways to remove this is just using CSS, or using this method where your remove the action of adding the meta box. https://github.com/Automattic/WP-Job-Manager/blob/1fcf1892e7eff6d42062646f891b60b3ad9dbcd6/wp-job-manager-template.php#L1127
Here is instruction on how to remove actions: https://codex.www.ads-software.com/Function_Reference/remove_action
Forum: Plugins
In reply to: [WP Job Manager] logos not showing on listing pages@rocknets the site isn’t loading for me right now