jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Need help with WooCommerce Paid Listings@melkabir if you have an active license you need to contact us through our private support.
Forum: Plugins
In reply to: [WP Job Manager] Random Order Issue@globerweb are you still having problems here?
Forum: Plugins
In reply to: [WP Job Manager] Featured Setting Not Saving@mbaker2017 circling back here are you still having this issue? If so do you see anything in your php error logs? I haven’t seen other reports of this.
Forum: Plugins
In reply to: [WP Job Manager] Style featured jobs in WP Job managerForum: Plugins
In reply to: [WP Job Manager] WP Job Manager not showing up@moneill18 before you do anything can you contact us in private support at wpjobmanager.com/suport , reference this thread and state that I told you to contact us. I’d like to take a look at your site which you can send us the link privately. I’d like to figure out what is behind this happening on certain sites. Thanks!
Forum: Plugins
In reply to: [WP Job Manager] Apply button on Chrome doesn’t work@bdempleos can you try changing to a default WordPress theme and see if it works then? Can you look in the dev console for any javascript error?
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager not showing up@moneill18 are you getting a 404 error on your jobs page? I do know that reinstalling WPJM will fix this problem, but can you try changing your theme to a different theme and then back and tell me if that cleared it up? Otherwise you will need to reinstall WPJM.
Did you upgrade or change anything when this happened. We are aware of the issue and are actively looking into it, but we are not aware of the cause.
Forum: Plugins
In reply to: [WP Job Manager] Change email address?You can either translate the page using the translation string here: https://github.com/Automattic/WP-Job-Manager/blob/efe71d9d1dfdb201322091182cbaf59009704ea1/templates/job-application-email.php#L18
or you can do a template override. I think the translation is probably the better route to go and you can do that using the override or a plugin like Say What.
Forum: Plugins
In reply to: [WP Job Manager] Can I use WP Job Manager plugin for education site?Hi @raketost, no, these do not get overwritten in the updates, although a string could get potentially added or removed so you need to stay on top of that.
Forum: Plugins
In reply to: [WP Job Manager] Company logo does not displayIt’s hard to say what the issue is without seeing what the actual link is that is not displaying. I’m not sure why a theme would prevent that. Can you inspect the image link and give me the image paths removing your domain name?
Forum: Plugins
In reply to: [WP Job Manager] Button for POSTING a jobHi there,
This is true the login is managed through WP standard login. A few things. You can install Woo commerce and use their My Accounts shortcode which offers a nicer login and registration experience. Additionally, you can setup the plugin to register users when they post for the first time.
For your text justification issue this is a CSS conflict with your theme you will need to figure out. For the html in the title I’m a little confused on how this is happening did you enter the job name that included html chars?
Forum: Plugins
In reply to: [WP Job Manager] Add a filter to company logoHi @dievernon,
You can change this by doing either a translation or a template override of this line of code: https://github.com/Automattic/WP-Job-Manager/blob/efe71d9d1dfdb201322091182cbaf59009704ea1/templates/form-fields/file-field.php#L45
Forum: Plugins
In reply to: [WP Job Manager] see pdf in job listing@parlop the field editor plugin will allow you to add the upload capability, however, it doesn’t add the display capability to embed the actual pdf. What you will need to do is modify the template to display that pdf if there is one. We occasionally get questions about this but I’m not sure if this has ever been implemented.
Forum: Plugins
In reply to: [WP Job Manager] Fetching job listing data with WP REST APIHi @friendofdog we are in the early stages of developing the REST API and don’t have any documentation on it so far. You can see the development branch here: https://github.com/Automattic/WP-Job-Manager/tree/add/rest-api-version-endpoint
Forum: Plugins
In reply to: [WP Job Manager] Two buttons for job application?Hi @mso122591 are you using the Resumes plugin? If so can you contact us at wpjobmanager.com and we can help you better with this there.