vasanthavanan
Forum Replies Created
-
We will check our importer with that plugin. And we will update you ASAP.
Thanks
it looks like PDO driver is not enabled for modules – dblib,odbc,pgsql,sqlite. Enable this to make this work.
Can you please create a ticket in our help desk using (helpdesk@smackcoders.com).
Thanks.
We have formatted your given CSV and tested in our testing environment. The post date works fine for us. Here we have attached proper screenshots and updated CSV file. Kindly check and update us back.
Kindly share the file via dropbox or google drive. It will be more helpful to check.
Thanks.
Ok. Can you please share your sample csv file with few records. We will check in our testing environment and update you back.
Thanks
Kindly check with our Sample CSv. And update us back.
Kindly provide the year format as YYYY instead of YY. I hope it will resolve your issue.
These issue may caused based on your server environment. Let us know more clear with your errors.
Thanks.
Hi,
Yes, Free version of our importer only supports for WordPress default custom fields. We does not provide any supports for third party plugins belongs to custom fields. If you are creating custom fields using third party plugins. Our importer may supports partially.
Thanks.
Hi,
We assume your server environment may have some low configuration values. To increase that values kindly put the following code in your .htaccess file.
<IfModule mod_php5.c>
php_value post_max_size 20M
php_value upload_max_filesize 10M
php_value memory_limit 300M
php_value max_execution_time 259200
php_value max_input_time 259200
php_value session.gc_maxlifetime 1200
</IfModule>. I hope it will resolve your issue.
Your above mentioned feature is in our development pipeline. We will add that in our feature release.
Thanks
Hi,
If you want to set the post format as a image. Kindly put the values “2” under the post_format column in your csv file. Below i have listed post format and their corresponding CSV values. It will be very helpful to set the post format for posts using our importer.
post format CSV value
post-format-aside — 1
post_format-image — 2
post-format-video — 3
post-format-audio — 4
post-format-quote — 5
post-format-link — 6
post-format-gallery — 7Thanks.
Hi,
If you want import the multiple tags for each post. Kindly delimited the tags by using ” | “(pipe) symbol. I hope it will resolve your issue.
E.g:- Tag1|Tags2|Tags3.
Kindly ensure you are enabling the CPT UI(Custom Post Type UI) plugin under the settings -> third party plugins tab.
Thanks.