jonryan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Translation problem solved for meThanks for reporting this!
Forum: Plugins
In reply to: [WP Job Manager] Customising the application processTo be clear are you doing this using a template override? https://wpjobmanager.com/document/template-overrides/
Forum: Plugins
In reply to: [WP Job Manager] Problem running search@paul_lenk I’m not sure what is happening here. Somehow the initial XHR request is canceled and then a second one is made. My assumption here is this is likely due to your theme. You might want to try switching to a default WP theme to see if the issues goes away.
Forum: Plugins
In reply to: [WP Job Manager] Applications are visible on Google@crazybassplayer I really can’t offer you an explanation without looking at your site and the robots.txt file. If you have the paid add-ons feel free to write in for support on this.
Forum: Plugins
In reply to: [WP Job Manager] Make Company Name Field optional@dievernon for 1) I think you are missing the [‘job’] as the first array element.
2) what you want to do here is actually pretty simple and can be one of two ways. You can edit the file here where it checks the string length: https://github.com/Automattic/WP-Job-Manager/blob/d1341dd2900c81ad8de0bf67bbc6afef126ea28f/wp-job-manager-template.php#L571
The better way is to use a filter, and you can use the_company_name. You’d essentially want to make a filter that does the above, checking the string length and if it’s zero returning “company name withheld”.
good luck!
Forum: Plugins
In reply to: [WP Job Manager] My jobs do not display on the map@johannt if you sign up for a API key you should be able to get past that 2000/day api call limit.
Forum: Plugins
In reply to: [WP Job Manager] Custom Address: Subpremise@reluctantdeveloper did you check to make sure the code is still in your functions.php file? There were some minor changes to the geocoding but I’m not sure why that would impact this. I’ll see if I can find out.
Forum: Plugins
In reply to: [WP Job Manager] Editor role unable to change Job Type@rpisarski I understand now. The only user who can edit listings are admins and employers. If you want to change this you need to use a role editor plugin to add the capabilities you want to give the editors, listed here: https://github.com/Automattic/WP-Job-Manager/blob/33827530f26cbbdddb459b2cf078de04fb3b639e/includes/class-wp-job-manager-install.php#L82
Forum: Plugins
In reply to: [WP Job Manager] Listing Expiry Date – Not Display Correct Date in IESorry just to clarify here:
“If you look at βAll Jobsβ overview you can see the correct date displayed. But, if you click back into the listing the old date will still appear. When you re-load the page you can see the correct timestamp, but it loads the incorrect date.”
Is this in the backend or using the jobs shortcode in the front? Also can you clarify what you mean when you say the timestamp is correct, but not that data?
I think there is some confusion in posting jobs typically, in that people use the backend interface, when really the frontend one should be used.
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Causing Fatal Error / Crashing Website! Help!No, that will not effect your jobs at all π
Forum: Plugins
In reply to: [WP Job Manager] text editor- link editor – error submission form@csrjobs can you try deactivating your plugins? You have a selector conflict I believe.
Forum: Plugins
In reply to: [WP Job Manager] Front Image Upload functionDid this stop working when you did the WPJM 1.26.2 update?
Forum: Plugins
In reply to: [WP Job Manager] Job Type Links Do Not Filter Properly on Main Job PageDepending on your theme it could be possible the theme is reversing the buttons, it’s hard to say. If you inspect the XHR request in the dev console when you press the button triggering a state change, what do you see for the search query? By inspecting this you can figure out if this is a frontend or backend issue.
Forum: Plugins
In reply to: [WP Job Manager] Editor role unable to change Job Type@rpisarski I’m not sure I understand your question. Can you elaborate a bit?
Forum: Plugins
In reply to: [WP Job Manager] Have jobs show up in main feed@robertmerrill take a look at this, the question shows how to do this. Basically you need to add the custom post type to the archive file using a hook.
https://wordpress.stackexchange.com/questions/179023/adding-custom-post-types-to-archive-php