Takuro Hishikawa
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple CSV Importer] Deleting all post meta on importI’ve tested with the data which you send me, but post meta data were not deleted. I’m sorry, but I can’t reproduce the error.
Forum: Plugins
In reply to: [Really Simple CSV Importer] "All Done" but nothing importedMaybe your file is invalid csv
Forum: Plugins
In reply to: [Really Simple CSV Importer] "All Done" but nothing importedWhich way, did you create your csv file? Excel?
I recommend you to use LibreOffice to create csv file, and follow all instructions on the import page.Forum: Plugins
In reply to: [Really Simple CSV Importer] Deleting all post meta on importPlease send to hishikawa@notnil-creative.com
Forum: Plugins
In reply to: [Really Simple CSV Importer] Deleting all post meta on importI tested with similar data below, but any post meta values were not deleted.
“post_type”,”post_id”,”list-state”
“post”,72,”Radovljica”
“post”,73,”Tolmin”
“post”,74,”Mozirje”Could you send me or upload your actual csv file?
Forum: Plugins
In reply to: [Really Simple CSV Importer] Custom Post Type?You can find
post_typecolumn in the example files. You should change the value ofpost_typeto your post type handle. That’s all.Forum: Plugins
In reply to: [Really Simple CSV Importer] Custom Post Type?Forum: Plugins
In reply to: [Really Simple CSV Importer] Custom Post Type?Please use
post_typecolumn.No, there are no hooks to do this. I have a plan to add an action hook after saving post process, so it may be fixed in a future release.
https://github.com/hissy/rs-csv-importer/issues/31Forum: Plugins
In reply to: [Really Simple CSV Importer] Importing thumbnails“do all images need to exist on the server?” – No.
I think you got a server timeout error. please increase max_execution_time value of php.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Cannot upload CSV fileHow “same”? Please tell me more, and read advices from other guys!
Forum: Plugins
In reply to: [Really Simple CSV Importer] Title of imported imagesThere’s no way to add titles to thumbnails. I added your suggestion to my todo. Thanks.
Yes, it is possible. I tested that create new post type with Custom Post Type UI plugin and import csv data to that post type. but it works fine.
Great work!