Takuro Hishikawa
Forum Replies Created
-
did you check the PHP max execution time value?
Forum: Plugins
In reply to: [Really Simple CSV Importer] Does it work with WCK?Could you check your data with this add-on plugin?
If this add-on activated, importing will not processed, but parsed csv data will just be displayed on your dashboard.https://gist.github.com/hissy/7175656
How to use:
1. Click “Download gist” button on above url and unzip it
2. Upload rscsvimporter-debug.php to wp-content/plugins and activate it
3. Do import csv with really simple csv importer normally.Forum: Plugins
In reply to: [Really Simple CSV Importer] Support taxonomy hierarchy ?No. Please create taxonomies in dashboard first, or import with other plugin (eg. Bulk Category).
thanks to your great example code!
convert header names – yes.
override post_type value – yes.
please check an example in my blog post:
http://notnil-creative.com/blog/archives/2913thanks!
Forum: Plugins
In reply to: [Really Simple CSV Importer] not show in menu but shows in searchsorry, access to your dashboard is paid help. this is a free forum.
Forum: Plugins
In reply to: [Really Simple CSV Importer] not show in menu but shows in searchNo i don’t know. I said, the situation may be affected by other plugins.
Forum: Plugins
In reply to: [Really Simple CSV Importer] not show in menu but shows in searchwhich other plugins are you use? only importer?
Forum: Plugins
In reply to: [Really Simple CSV Importer] not show in menu but shows in searchIt’s weird… I have no idea why all posts are not shown with your theme.
Forum: Plugins
In reply to: [Really Simple CSV Importer] not show in menu but shows in searchI think the problem is in your theme. How about in dashboard? All posts disappeared or not?
/wp-admin/admin.php?import=csvI think your CSV file is invalid. Please check the requirements on import page.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Post Type UpdateIt is able to do this… please try
really_simple_csv_importer_save_postfilter.In default, the plugin reject requests to change post type, because for protect some hidden post type like attachment or revision.
Thanks for your sharing! I’d like to fix this issue in future release.
Please use double double quote
<img src=""example.jpg"" alt=""example"" />