Takuro Hishikawa
Forum Replies Created
-
This plugin cannot use json file.
Forum: Plugins
In reply to: import is not goodDid you use any add-on plugin for customizing the importer?
Forum: Plugins
In reply to: [Really Simple CSV Importer] Custom page template slugYes, that is correct.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Could not insert post into the databaseIt seems database sql errors happens through the process.
https://github.com/WordPress/WordPress/blob/4.3.1/wp-includes/post.php#L3444Please check out your sql error log file in your server.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Post category not updatingCould you share your csv file?
Forum: Reviews
In reply to: [Really Simple CSV Importer] Holy S#$T its awesome☜(⌒▽⌒)☞
Forum: Plugins
In reply to: [Really Simple CSV Importer] importing commentsImporting comments is not supported with my plugin. Sorry.
Forum: Reviews
In reply to: [Really Simple CSV Importer] Not so much 'simple' as 'raw'Good idea. I’ve added it to my list.
https://github.com/hissy/rs-csv-importer/issues/42Forum: Plugins
In reply to: [Really Simple CSV Importer] Featured image> vamban
Duplicating images is by design, but I’ll fix this issue in next release.
https://github.com/hissy/rs-csv-importer/issues/41> bearvv
Your problem is either 1 or 2 or both.
1. Your server could not get remote image.
2. Your server could not put images in wp-content directory.Forum: Plugins
In reply to: [Really Simple CSV Importer] Always times out, nothing importsPlease check some php configuration of your environment, and increase it if you can.
* max_execution_time
* upload_max_filesize
* post_max_sizeForum: Plugins
In reply to: [Really Simple CSV Importer] Custom Post SlugYes it is. You can use “post_name” column to set a “slug” (equivalent to custom permalink as you said) of the post.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Custom Post Slugcustom permalink…? Do you use any plugin?
Forum: Plugins
In reply to: [Really Simple CSV Importer] Custom Post SlugWhat do you mean by “custom post slug”?
Forum: Reviews
In reply to: [Really Simple CSV Importer] Very good!Thank you!!
Forum: Plugins
In reply to: [Really Simple CSV Importer] Featured image1. You can use
post_thumbnailto do that. The value is a uri or path of the post thumbnail (E.g. http://example.com/example.jpg or /path/to/example.jpg).2. You are right, the value is a file name (E.g. page-wide.php).