Takuro Hishikawa
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple CSV Importer] post_thumbnail – How it works?OK, thanks. I’m not familiar with AMPPS, but version 1.1 should import remote/local file to post_thumbnail.
Please give me the debug information.
https://gist.github.com/hissy/7175656Forum: Plugins
In reply to: [Really Simple CSV Importer] post_thumbnail – How it works?1. true.
2. false.Please tell me the versions of your WP and the plugin
Forum: Plugins
In reply to: [Really Simple CSV Importer] End of script errorImport csv at local machine, then export sql file with some database manager like phpMyAdmin, finally import sql at remote server
Forum: Plugins
In reply to: [Really Simple CSV Importer] End of script errorTry disabling other plugins
I’m sorry, but I don’t have any license of ACF pro, so I don’t know how flexible content will be saved via ACF Pro.
If you can provide me some example data in your MySQL database, I will be able to suggest how to import flexible content to you.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Import tag slugmy paypal account is umbrellaprocess@gmail.com. thanks
Forum: Plugins
In reply to: [Really Simple CSV Importer] Import tag slugWow, are you using still php 5.2? You should update it immediately.
Anyway, updated my gist. please try it.Forum: Plugins
In reply to: [Really Simple CSV Importer] Import tag slugDone. with this additional plugin, you can enter “post_tags” with “Name:slug” style.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Import tag slugI think different-column-style will be harder to maintain your csv file.
“slug:Name” style is more easy to maintain, and easy to develop.Forum: Plugins
In reply to: [Really Simple CSV Importer] Server requests are supported for huge files?Only thing that you can do is separating your csv file on your local machine.
Because just loading huge csv file requires huge memory.Forum: Plugins
In reply to: [Really Simple CSV Importer] Import tag slugI don’t have an idea to represent both name and slug of tags in single csv file.
Any suggestion?Forum: Plugins
In reply to: [Really Simple CSV Importer] Import tag slugGot it. Then I’m sorry, but my answer is, you can’t.
Please create all tags with correct name and slug, before importing.
Thanks.Forum: Plugins
In reply to: [Really Simple CSV Importer] Import True/False dataPlease use 1 to true, 0 to false, if you’d like to save Boolean data with Advanced Custom Fields.
Forum: Plugins
In reply to: [Really Simple CSV Importer] UTF 8 Character not workingI’ve tested with an example csv file below, but I could import it successfully.
"post_title","post_type","post_status","post_content" "हसतच कुणीत","post","publish","रागवू नकोस"In addition, I’m a Japanese, so I tested many times with Japanese characters.
Please check the character set of your csv file, and your WordPress installation.
ThanksForum: Plugins
In reply to: [Really Simple CSV Importer] Server requests are supported for huge files?Yes, importing process becomes sometimes very huge, and it will crash with memory issue. Please change the max_memory_limit value of your php. thanks