vasanthavanan
Forum Replies Created
-
Hi,
The post_title, post_content and post_status those fields are mandatory fields in our importer. You should map those CSV HEADER to corrosponding WP FIEDLS in mapping section before proceeding the import process. Excerpt the the mandatory you can map other fields as a custom fields. I hope it resolve your doubt. Don’t forget to leave your valuable feedback and reviews to our importer. It will be very helpful to us.
Thanks.
Yes. You don’t need to provide that info in textbox. It will automatically fetch the field id while selecting the “Add Custom Field” in mapping section.
Hi,
Is there any way to provide a copy of your wp instance without important data to debug it in our development environment. We cant reproduce the issue in any test cases so far. else you can create a ticket in our helpdesk using (helpdesk@smackcoders.com).Thanks.
Hi ,
Kindly replace by the following code on line 14-16 templates/menu.php in our importer.
if(is_array($get_settings)) { foreach ($get_settings as $key) { $$key = true; } }. I hope it will resolve your issue.
We suggest that previous method to make the entry in database for your registered custom fields. Ohterwise you can make a one entry as manually for all of your registered custom fields. In future import it will automatically fetch from database and it will shown as CF: with your field name.
Thanks
In first import you have to map as Add Custom Field for all of your registered custom fields.In future import it will automatically fetch from database and it will shown as CF: with your field name. Then you can mapping the fields while import the records.
Thanks.
Forum: Plugins
In reply to: [Google SEO Pressor for Rich snippets] Not WorkingHi
We can’t reproduce your reported issue in our testing environemnt. This issue may caused by your environemnt. So kindly share the error log file to us. And ensure your “max_input_time” and “max_execution_time” are having the maximun values E.g:- 3000 in your server environment.
Thanks.
@donnytree, is there any way to provide a copy of your wp instance without data to debug it in our development environment. We cant reproduce the issue in any test cases so far.
Hi ,
Your created custom meta box/fields should have the wordpress default custom fields characteristics. Then only it will shown under the WP FIELDS column in our importer.
Thanks.
Hi,
Yes, Our importer skippes the record based on post title and post content.
For update the record option is currently not availabe in free version.Thanks.
Hi,
The “No. of posts/rows per server request” field is mandatory field under settings and performance tab. You should enter the minimum value as server request to import the data from your CSV. E.g:- 2. Here “2” is the server request.
So the importer import 2 records on each server request based on the total no.of records in your CSV.The post_title, post_content and publish_status those fields are mandatory fields. You should map those fields in mapping section before proceeding the import process. If you don’t want to import the post_content add a column in the name of post_content with empty values in your csv. I hope it will resolve your issue.
This issue may caused csv formatting.Kindly ensure your csv format because our importer supports for UTF-8 without BOM format. And you may have any special charaters in your post content it should be escaped with proper delimeters. To change your csv to this format refer the following link.
Thanks.
Hi,
Sorry for the delay. Can you please try with this format “03/10/13 04:55” for post_date. I hope it will resolve your issue.
Thanks.
Can you please share your phpinfo to us. We will check and update you back.
We doesn’t provide support for ACF custom fields in our free version. For further queries please contact our support team(helpdesk@smackcoders.com).
Thanks.