riswanasmack
Forum Replies Created
-
@internationalexhibitions Uploads may occasionally be interrupted by cache or quirks in the browser. Changing the browser or clearing the cache could fix the problem right away.
You can also re-export the file from your source (such as Excel), even if it seems to be correct, making sure it is saved as a UTF-8 encoded CSV with the appropriate delimiters.
If neither works, kindly send us a sample CSV file; you can grant access to [email protected].
We’ll verify on our end.@marianlowe Thank you so much for your honest review. Really appreciated.
Thank you for your contribution @alexanderbailey . We consider this as resolved, if you require any assistance, please feel free to create a new thread.
@alexanderbailey Thank you for your input. We noticed there is an issue, and now it has been fixed. Here is demo video in the fixed pack
https://drive.google.com/file/d/1XmUbCC1yzOlkS7qC02wozqpLnjAVJ1RZ/view?usp=drive_linkWe will update this pack in the next version, if you need the fixed pack immediately, please connect with our support team
@alexanderbailey Thank you for the details. We tested the header manipulation using the CSV header only. I can assure this works well with ACF fields aslo.
Here is detailed video https://drive.google.com/drive/folders/1FsxSjLPuIVEyFXlH8snwVQp9Z9DrQSsX
If you share a screen record and sample CSV from your end, that would be helpful.Hi @alexanderbailey I believe you are using the free version, we have tested this header manipulation function in our local, its working fine.
Here I am sharing a working video https://drive.google.com/drive/folders/1FsxSjLPuIVEyFXlH8snwVQp9Z9DrQSsX. Can you please check this and share the issue you are facing in the screen record?
@jason9harry Thanks Jason. We are happy to hear your experience with our plugin. We will consider your suggestion about the mapping template.
@bigsmile00 Here are the answers to your two follow-up questions:
1. Inserting an image as a block via WP Import:
Yes, you can import the Image block similarly to using an<img>tag. You just need to include the full block markup in your content field like this:<!-- wp:image {"id":44,"sizeSlug":"full","linkDestination":"none"} --> <figure class="wp-block-image size-full"> <img src="https://beta.smackcoders.com/wp-content/uploads/2025/07/wordpress-blog-post-checklist-guide.jpg" alt="" class="wp-image-44"/> </figure> <!-- /wp:image -->This will render the image as a proper block when the post is loaded.
2. About using relative image URLs:
Yes, you’re absolutely right—using a hardcoded domain in thesrccan cause issues if the domain changes later. Unfortunately, WordPress does not support relative URLs for images by default in the block editor or classic editor.@redcentaur We’re sorry to hear about your experience.
We want to clarify that we have not received any support query from you in our support forum. For free users, we have a dedicated support handling process, and our team actively monitors and responds to queries there. We genuinely encourage you to post your issue in the support forum so we can assist you properly.
If, for any reason, your issue is not addressed adequately in the support forum, you’re always welcome to share your concerns in your review — we respect all feedback when it’s shared constructively.
@bigsmile00 I seen the images you shared, In the mapping you are connecting the image and video field under “Create Custom Fields” . You are using Metabox, right? Then please map those fields under “MetaBox Fields”
Here I am sharing the working video https://drive.google.com/drive/folders/1WuGsbYqb7cVamVBQl37aZbn3oyMSnrBD
please check and update@dcadan We are closing this as no updates have been received. Consider this being resolved
Forum: Plugins
In reply to: [Follow Up Emails] Unsubscribe link in mailsHi @trakesh16, please add the unsubscribe option from the content edit section. here is the sample
@dcadan The correct mapping should be Parent Post ID → comment_post_ID, not comment_parent. I have attached the mapping screenshot and a sample file for your reference. https://ibb.co/Lz7z6czP
Here is the tested file https://www.dropbox.com/scl/fi/gurjhx7ac4sxq7aze70pv/review.xlsx?rlkey=orfgfjnq8gvjonmwx69sq87t7&st=heyyk2i4&dl=1
@tarabeyer Thank you for writing this. As of now, we are not giving support ACF image field. So you can’t map that and import that data. This is premium version feature.
If you’re not using any third-party plugin yet, I’d recommend trying JetEngine. It offers a custom field type called Gallery, which works well with media like images and can integrate smoothly with WP Import Ultimate.
Alternatively, if you prefer to add images directly into your post content, you can simply use the standard
<img>HTML tag and reference the image URL using thesrcattribute.
For example:
img src=”https://www.smackcoders.com/wp-content/uploads/2023/07/smackcoders-logo.png” alt=”Smackcoders Logo”>
Sample: https://ibb.co/CgkCSnF
Result: https://ibb.co/Zp9jZWPL