Smackcoders Inc.,
Forum Replies Created
-
Thanks for update. This thread is closed for further discussions.
This is known issue will be fixed in upcoming release. Please check after some time.
Thanks for update. This thread is closed for further discussions.
Forum: Plugins
In reply to: [WP Ultimate CSV Importer – Import CSV, XML & Excel into WordPress] 403 ERRORThanks for update. This thread is closed for further discussions.
Thanks for update. This thread is closed for further discussions.
Thanks for update. This thread is closed for further discussions.
Thanks for the update.
Yes, the free edition doesnt have category import module. Only the pro edition have this feature also it works as follows
Cat_Name
First level 01
First level 02
First level 03
First level 04
First level 05
First level 01 | second level 01
First level 01 | second level 02
First level 01 | second level 03
First level 01 | second level 01 | third level 01
First level 01 | second level 02 | thrd level 02
First level 01 | second level 01 | third level 01 | fourth level
First level 01 | second level 01 | third level 01 | fourth level | level 5
First level 02 | second level 01
First level 02 | second level 02
First level 02 | second level 03
First level 03 | second level 01
First level 03 | second level 02
First level 03 | second level 03So the parent should be in first lines and followed by their child to be nested properly. Only this pattern works with nested category import module. You can check this in our live demo here.
The parent and child hierarchical categories import feature is not available in our free product.
If you have the categories with parent and child hierarchical means you can just mentioned those in your CSV file. It will be assign those categories for the respective posts with those hierarchical.
EX: Categ1 | Categ2 | Categ3 | Categ4 | Categ5
Here,
Categ1 & Categ3 are parent categories.
Categ2 is child of Categ1 category.
Categ4 is child of Categ3 category.
Categ5 is child of Categ4 category.
If you gave above mentioned example value to one of your post means, It will shown the hierarchical view as like below in your post edit view after imports get completed.View of assigned hierarchal Category:
— Categ1
— — Categ2
— Categ3
— — Categ4
— — — Categ5Otherwise, The mentioned categories which is present in CSV will be created as new category without parent and child hierarchal like below.
View of assigned non-hierarchical Category:
— Categ1
— Categ2
— Categ3
— Categ4
— Categ5Forum: Plugins
In reply to: [WP Ultimate CSV Importer – Import CSV, XML & Excel into WordPress] 403 ERRORThis issue may caused because of the mod security module has been enabled in your environment. Kindly add these two details in htaccess file to fix the issue.
SecFilterEngine Off
SecFilterScanPOST OffFor inline images, no need for separate column to import images. Use html tags to insert images in the post-content column. For featured image only you need separate columns in csv file to import images. Give image url or image id in this column. But use image id option only when the images are uploaded in your media library.
please refer this sample csv linkThis is an odd issue. Please send your csv file to us. We will check and fix your issue as soon as possible.
Forum: Plugins
In reply to: [WP Advanced Importer] Does this import feature imageNew version is released now. This version supports feature image imports. You can upgrade your plugin to this version to use this feature.
Forum: Plugins
In reply to: [WP Advanced Importer] Blank ScreenNew version is released now. You can upgrade the plugin to this version. Still you have the issue, error will be displayed. Please post this error to fix the issue.
Yes, you should map image row in the featured_image field. If you have any problem with this, please send your csv file for further support.