Smackcoders Inc.,
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Advanced Importer] Blank Screenkindly post the error to us. It will be very helpful to resolve this issue.
Forum: Plugins
In reply to: [WP Advanced Importer] No progress?You can import uploads zip of corrosponding xml file using our xml importer. It will restore the posts and their images. You don’t need to assign the images to post the process by manual.
Cannot understand your issue. Please explain your issue with some more details.
Our importer works with WordPress core functionalities. so html_entity will not be encoded when importing using our importer. Kindly use the normal html tag in your csv (post_content) for getting your text encoded. Here I attached the sample csv for your reference link
@niklas.sven, this is not an issue. Our importer works with WordPress core functionalities. So the images are resized while importing the image as support thumbnail or featured image etc.,
Yes, this feature is in pipeline. You can expect this in future version only.
Yes, Our importer supports to import/schedule CSV file from ftp location. But Importer import / update all content at the time of processing. But this is not only for any specific field. You can verify the features in live demo.
@helpmeplease90 follow the below steps to import inline images.
1.Upload the csv file. Enable “Advance Media handling” option and upload the zip file with images.
2.Image zip file should consist of image name same as image name in post content specified in csv.
3.Then map the csv headers with wp fields and click “Next”
4.Enable inline images checkbox. It provides to option.
5.If you specify the image source as name.extension(eg: <img src=’1.jpg’ >) in your csv, it loads an image from uploaded zip file.
6.If you specify the image source as externalurl/name.extension (eg: <img src=’https://www.smackcoders.com/user/images/1.jpg’ >) in your csv, it loads an image from external url.
7.Specify the image path as “https://www.smackcoders.com/user/images”. Dont specify the image name and its extension.
8.Click “Import now” button to import post/productForum: Plugins
In reply to: [WP Advanced Importer] No progress?May I know which option you are using for media handling. If your are using the download attachment, the attachment should exist in destination. If you are using the uploads zip, you can simply compress your uploads folder and then import.
We are checking on this issue. We will update you soon.
“^” is not supported as delimiter in current version. Delimiters “,” and “;” are only supported, kindly replace “^” with either “,” or “;” in your csv file.
Kindly attach your sample csv file to us. We will check and update you back.
This is because of permission issue or js conflict with other plugin. Check your wp-content/uploads and /wp-content/uploads/ultimate_importer, both folders have write (777) permission to upload your csv for further process of import.If not create and make it writeable and try again. In case of js issue, disabling the plugins one by one may help you to find the conflicting plugin.
If you are still having the issue, enable the debug mode in wp ultimate csv importer plugin.
Edit wp-content/plugins/wp-ultimate-csv-importer/index.php and in line no 47 you can see
ini_set(‘display_errors’, ‘Off’);
Now to enable error just change the code and save it as
ini_set(‘display_errors’, ‘On’);
Now you can see all error messages.Also using developer tool like firebug, you can get error displayed in the console.
Post these errors and this will help us to fix the issue as soon as possible.
Forum: Plugins
In reply to: [WP Ultimate CSV Importer – Import CSV, XML & Excel into WordPress] 403 ERRORHi,
Kindly enable the debug mode in wp ultimate csv importer plugin by following the steps.
Edit wp-content/plugins/wp-ultimate-csv-importer/index.php and in line no 47 you can see
ini_set(‘display_errors’, ‘Off’);
Now to enable error just change the code and save it as
ini_set(‘display_errors’, ‘On’);
Now you can see all error messages.Also using developer tool like firebug, you can get error that are displayed in console.
Post these errors, this will help us to fix the issue.
This is the duplicate thread of https://wordpress.org/support/topic/featured-image-gallery-import?replies=4. That thread is resolved by providing proper solution. Kindly use the same thread for future support.