Artyom
Forum Replies Created
-
Hi,
Try to type in separator field manually > instead of >.
Regards,
ArtyomHi,
I think, I have already provided answer via our support. Anyway, you can you str_replace function for example, to replace “text” by “text&ancde”. Or by other custom php solutions.
Here we have documentation about how php functions work with our plugin: http://www.wpallimport.com/documentation/advanced/execute-php/
Regards,
ArtyomHi, thanks for rate.
You don’t see any examples of where and how we get files, because it is not a part of our plugin. WPAI just makes import.
You can take CSV or XML files from feed suppliers, from Export tools, create manually, etc.
Right now we are developing our own Export tool, WPAE. But it is not finished yet.
You can find demo version here: http://wordpress.org/plugins/wp-all-export/
Hi Wes,
Maybe I misunderstand you again, but if you need to map images names from file to already existing images in your DB, then you need to use inside elements of your file same names as in your DB. All images should be presented in current month uploads folder.
Plugin search for matches of names in uploads folder of current month with names inside element that you will put in Image URLs field on Step 4.
Regards,
ArtyomHi Wes,
>>none of my xml files contain any image nodes so I cant import any images,
Our plugins just work with information provided in files. If you don’t have any nodes with images inside file, then you need to edit your file and insert nodes with links to images, that plugin should use.
How to work with XML files you can find in internet. For example: http://www2.informatik.hu-berlin.de/~xing/Lib/Docs/jaxp/docs/tutorial/sax/1_write.html
All documentation regarding our plugin you can find here: http://www.wpallimport.com/documentation/
But there are no information about CSV and XML files creation because it is not question about our plugins.
Best wishes,
ArtyomKarl,
>>Does it say anywhere that UTF-8 is required for importing?
Not sure. Probably, it is our omission. We will add this notification in next release.
Anyway, files should be in UTF-8 without BOM. Once you will encode it, you can see if it has something strange inside file what can cause an error during import. I mean, all “bad” symbols will strike the eye immediately.
Sorry, if my description is not clear enough.
Hi,
Sorry for late response.
Not sure I understood your question.
1) our plugin do not create any CPTs. But it displays on Step 4 all CPTs presented on your website. By themes or plugins, doesn’t meter.
2) From first we can see, that you need to create CPTs to be able to import into them.
3) Unfortunately, we do not have any documentation regarding CPTs creation. It is not what our plugin do. We just make import inside already presented on websites CPTs.
You can learn more and test paid versions on our website here: http://www.wpallimport.com/
Best Regards,
ArtyomHi Gary,
As we already found with you, it is an issue of theme. Generally, not an issue, just your theme was developed in the way to redirect on login page, if action= presented in your URL. As it is used for cron. So, from our end we can’t help with this.
Hope, someone has solution and we be very kind to provide it here.
Regards,
ArtyomHi karlbecker and Joe,
I am sorry for late response.
We were testing our current and new releases trying to find all possible problems with WP 3.8. And looks like it works fine for us. So, any tips where we have problems with compatibility are much appreciated.
Regarding My CSV contains HTML code, after 3.3 we have implemented new strict validator to prevent all possible file with wrong formats.
Possible issue that can cause problems:
symbols like & and umlauts presented in your files – to solve you need to replace them using html symbols; http://www.ascii.cl/htmlcodes.htm – as an example;
wrong encoding – file should be presented in UTF-8 without BOM;
unneeded ” symbols inside lines and other not valid situation.
I have requested in ticket your file that you are facing troubles with. So, we will take a look, once you send it, and provide you an answer.
Regards,
ArtyomHi,
As I can see you have already asked us about it via our support email.
Anyway, maybe solution will help for someone who reads it.
Under Post Content field on Step 3 you have 2 options connected to line breaks and HTML tags in import files. You need to use suitable option for you. Result you can see after click on preview.
Best Regards,
Artyom Martynov
Customer Support Agent