Just a quick note that the image handling on this is a mess. I did the import setup manually because images were not being assigned as ‘featured images’ (so they lost that relationship) and were being imported multiple times so we would end up with several hundred instead of a few dozen
Seems to work otherwise
]]>I’m looking to use this plugin to migrate WP Job Manager data from one site to another.
Does this plugin offer a way to import Companies and Resumes or just Jobs?
]]>Hello,
The location field seems to be missing, so I am unable to map imported data to fill the location field. Please advise.
Many Thanks
]]>hello dear wp-experts,
which methods do we have to bulk-import data into the wpjobmanager!?
does the wp-job-manager offer some solutions or methods to do so – or
do we do this in the backend – the database or do we need to use this awesome third party plugin!?
can any body tell me how the data look like in default – the data of the Job entry …
i eagerly want to know this – and if i know it – i can do imports on the db-backend
Good day,
When accessing any page with at least PHP 8.2.8 and WP_DEBUG turned on, I receive this stack trace:
17-Aug-2023 15:31:01 UTC] PHP Deprecated: Creation of dynamic property WPAI_WP_Job_Manager_Add_On::$post_type is deprecated in C:\Users\lcraft\Local Sites\jwcc-main\app\public\wp-content\plugins\wp-job-manager-xml-csv-listings-import\wp-job-manager-add-on.php on line 40
[17-Aug-2023 15:31:01 UTC] PHP Stack trace:
[17-Aug-2023 15:31:01 UTC] PHP 1. {main}() C:\Users\lcraft\Local Sites\jwcc-main\app\public\index.php:0
[17-Aug-2023 15:31:01 UTC] PHP 2. require() C:\Users\lcraft\Local Sites\jwcc-main\app\public\index.php:17
[17-Aug-2023 15:31:01 UTC] PHP 3. require_once() C:\Users\lcraft\Local Sites\jwcc-main\app\public\wp-blog-header.php:13
[17-Aug-2023 15:31:01 UTC] PHP 4. require_once() C:\Users\lcraft\Local Sites\jwcc-main\app\public\wp-load.php:50
[17-Aug-2023 15:31:01 UTC] PHP 5. require_once() C:\Users\lcraft\Local Sites\jwcc-main\app\public\wp-config.php:101
[17-Aug-2023 15:31:01 UTC] PHP 6. do_action($hook_name = 'init') C:\Users\lcraft\Local Sites\jwcc-main\app\public\wp-settings.php:632
[17-Aug-2023 15:31:01 UTC] PHP 7. WP_Hook->do_action($args = [0 => '']) C:\Users\lcraft\Local Sites\jwcc-main\app\public\wp-includes\plugin.php:517
[17-Aug-2023 15:31:01 UTC] PHP 8. WP_Hook->apply_filters($value = '', $args = [0 => '']) C:\Users\lcraft\Local Sites\jwcc-main\app\public\wp-includes\class-wp-hook.php:334
[17-Aug-2023 15:31:01 UTC] PHP 9. WPAI_WP_Job_Manager_Add_On->init('') C:\Users\lcraft\Local Sites\jwcc-main\app\public\wp-includes\class-wp-hook.php:310
Please let me know if I can provide any additional information.
]]>Hi
When the jobs are imported using the plugin, the jobs get imported but the job listing page doesn’t have the “Apply for job” button. The job listing is of no use without the button. Any guidance on how the issue can be resolved?
Hi there
Im trying to import jobs with All import plugin via csv, for testing purposes I entered only one job in the csv template then I use All import plugin and I get the error “Forbiden access, you dont have permission to access this resource” in the step 4 of the import process. Step 1 to 3 works fine. I have already installed the WP All import job add on.
Any ideas of what to check?
Thank you
]]>Hello,
We run a regional job board and use the WP Job Manager-All Import integration plugin to connect our TargetRecruit database to WP Job Manager.
It works great, but I can’t get the plugin to import wage information into WP Job Manager’s “Salary” field. How can we set this up?
Thank you
]]>Hello!
I’m using a long time the plugin “WP All Import” to import jobs via CSV to my website. All this time, what I found is that the jobs I import don’t show in the “jobs” page – it only shows if I refresh the jobs changing the number of jobs I want to show in the page or something like that.
How can I solve this?
Plugins I use:
– https://www.ads-software.com/plugins/wp-all-import/
– https://www.ads-software.com/plugins/wp-job-manager-xml-csv-listings-import/
Hi, I use AllImport Pro (latest version) and this jobmanager import addon for WP Job Manager. I really like the plugin but there is one thing I would like to change.
We use an external Feed for importing jobs into WP. We want to import this file every 30 or 60 minutes. Every import is about 600 to 700 jobs imported.
I use the _job_location field as a custom field because I have all data I need delivered by the feed. But I also need the Geocoding API for a radius location search.
Now when I import all jobs, every job sends a request to geocoding API which I don’t need and don’t want! Because when importing 700 jobs per hour this sends (700jobs*24hours*30days) about 500000 requests per month to the Geocoding API. This will cost us a lot of money for google.
Is there any chance to disable the geocoding requests while importing the jobs?
I would really appreciate if someone has an idea for me.
]]>Hello,
I saw a lot of people complaining about “not working” location in bulks imports, but they didn’t set an API key…
In my case, i import city names, for wich in dont want or need API (place or geocoding), i’d just like the locations to display the strings i import…
Searched for the documentation, but din’t find the answer, how to do that (kind of “raw location” import) ?
best,
J
I see sites like Indeed.com now support CDATA tags to wrap text that shouldn’t be considered XML – is CDATA supported by this plugin?
See the ‘Example: Basic XML feed’ in this page; https://developer.indeed.com/docs/indeed-apply/enterprise-ats/
]]>Hi guys,
Great plugin! Just noticed however that the geocoding is not taking the app locale into consideration, although the WP Job Manager plugin does (See add_geolocation_endpoint_query_args
function in class-wp-job-manager-geocode.php
, line 156). So all geocoded addresses are currently always in English.
I’d gladly create a PR, but this is not Github. So Here’s my suggested fix:
replace line 100 in class-importer-jobs-location.php
with the following:
$request_url = 'https://maps.googleapis.com/maps/api/geocode/json?' . $search . $api_key;
$locale = get_locale();
if ( $locale ) {
$request_url = add_query_arg( 'language', substr( $locale, 0, 2 ), $request_url );
}
]]>
I have been using the Jobify import addon so far, but as it does not support WP-CLI I had to switch to this addon. One problem I have is that, this addon sets automatically an expiry date when it is left empty on purpose. The Jobify addon did not do this.
How can I avoid it? I tried to play around with the addon code, but did not quite get it to work as I want. Is there a workaround? The jobs I currently import should not expire until they are no longer in the xml feed, when they are deleted anyway.
Thanks for your help
]]>Hello,
I have used wp job manager as a job listing for my site. Besides, I create another custom form as job submission form which is needed a list of the job display for user choosing. I found Wp all import which lets me easily use data from wp job manager. However, is that anyway for automatically importing which supports my purpose?
Thanks in advanced.
When i do the bulk upload, the Location is now working: https://prnt.sc/1vqrxve
Issue: https://prnt.sc/1vqs5cy
I am ok to remove the API system
]]>Hey there,
we are currently working on a relaunch of our page.
The new site is almost configured and set up.
Now we would like to import the listings. We are using WPALL Import/Export.
The export file is ready.
So does anyone has some best practice and or turorials how to do this?
Espacially all the media like pictures need to match.
Any advises, tips and tricks?
Thanks
]]>I’m experiencing problems with the Job Manager importer in relation to the Date fields. For some reason, the dates don’t seem to be importing. I’ve tired a few different formats including Month Day, Year and year-month-day but it doesn’t seem to have any impact. Is there any particular format I need to use? I’ll continue investigating.
]]>Hi
I simply wanna know if it’s possibel to upload huge amount of job listing at once with XML or CSV ? One of y new client has 9000 job offer per day and Im seeking for a solution to make this happen.
Tkanks a lot
]]>Hello – I am redesigning this website on a production server. During development, the live site continued to accept and publish jobs. Need to export 4 months of job listings from the live site to beta. Can you please send me the link to instructions on how to export WP Job Manager job listings from from one website and import them into another? I searched documentation but cannot find the step-by-step instructions. Thank you in advance!
]]>Hi there,
I have purchased the WP All Import – WP Job Manager Add-On so that I could import jobs and job applications from one site to another. I am having problems with getting the job applications to import across. When dragging and dropping the elements across I don’t have a field for the Job Listings ID and now none of the 400+ jobs are being assigned to the job listings. Any help is much appreciated.
Yvonne
]]>WordPress: 5.7.2
WP All import Pro: 4.6.5
WP Job Manager Add-On: 1.2.0
I’ve been updating WordPress and all plugins and noticed that the company name is not set anymore on imports.
This used to work.
In the settings the Company Name is set in the Company Field of the WP Job Manager Add-On panel as well in the custom fields panel(_company_name).
Also, after trying a different setting, the post status of all imported jobs had been reset.
I’ve mentioned this befor in point 2 of the following topic:
https://www.ads-software.com/support/topic/the-post-status-is-set-incorrectly/
This was fixed, but now the problem reoccurs.
]]>WordPress: 5.7.2
WP All import: 3.5.9
WP All import Pro: 4.6.7
WP Job Manager Add-On: 1.2.1
I have a problem with the expire date:
With the same csv file and template for the import process:
1- Using “WP All import” set expire date correctly
2- Using “WP All import Pro” did not set the expire date
In the third step of the process I tryed to change the date from the “WP Job Manager Ad-on” to the “_job_expires” in the “Custom Fields” section but still did not works.`
Thanks
]]>WordPress: 5.5.4
WP All import Pro: 4.6.5
WP Job Manager Add-On: 1.2.0
There are (currently) a few isues with this plugin addon:
1. Incorrect Post Status:
I’ve noticed that the Post Status is set incorrectly when this plugin addon is activated.
When the Post Status is set to Draft, the imports are set to published.
And it looks like if the Post Status is set to Published, the imports are set to Draft / Pending. I did not test the latter as changing this settings messes up already imported jobs.
When this addon is deactivated, the post status works like it should.
2. Changing the Post Status in the Import settings, resets the status of all jobs in the feed.
Thus also the already imported jobs.
We’re working with 2 feeds that contain hundreds of jobs. The imported jobs that get published are hand picked to prevent overflowing the job board with too many job listings from a single source.
I really think changing the Post Status should only affect new imports.
Or there should at least be an option to keep the status of the already imported jobs.
3. Deactivating this plugin add-on results in an error message in the import settings:
The import template you are using requires the WP Job Manager Add-On. If you continue without it your data may import incorrectly.
Download the WP Job Manager Add-On.
That can’t be right. The import worked fine before activating this add-on and should work fine after deactivating it.
Well… it looks like it works, but still the error occurs
I think this started occurring after the 4.6.4 update for WP All Import Pro – the Company Logo field doesn’t seem to be importing anymore.
]]>Hi
I have added the {city[1]} and tried an API. BUt just shows ‘Anywhere’ as location for all jobs.
Can you help?
]]>Hello. I’m using WP Import plugin. I have XML file uploaded. I would like to update my stock once a day. There are 200 products in the file, I only use 50-60. How can I update the file to update my stock of these 50-60 products?
]]>Hi,
It doesn’t seem so support wpjm custom fields when trying to import?
]]>Hi,
i am using pro version to import job from indeed to wp job manager using both plugin but it will not import more than 25 jobs … location show anywhere … and apply button is not showing …can u help at all ?
]]>Using all-in-one import for wp job manager and a api from my customers crm. If I follow directions to create a dummy job and input the location say Atlanta, Ga It shows up just fine as a self entered job. When I overwrite the custom field job_location area with {city} {state} and process the locations shows as Anywhere and not the city and state from the api. Is there something I am doing wrong? How do I get the location to show up based on the city and state from the api?
]]>