M. Nasikin
Forum Replies Created
-
Hi, thank you very much for your interest in the plugin.
At the moment, importing authors is not supported yet. However, we really appreciate the suggestion and we’ll try our best to keep improving the plugin, including adding author import support in the future.
Thanks again for reaching out and for your feedback.
Hi,
Since there has been no further reply and we’ve already continued the discussion via email, with confirmation that the latest update has successfully fixed the import issue, this support thread will be marked as closed.
If you need any further assistance or information, feel free to reach out to me via email anytime.
Thank you for helping us identify this issue. Your feedback really helped us improve the update, and we’ll continue working on future improvements to make this plugin even better.
Hi, just a quick follow-up on this.
In the latest update (v4.0.0), the import process has been improved and image handling is much more reliable now.
We’ve added support for downloading images from older Blogger image URLs, including legacy URLs from before 2007, and images without file extensions are now handled correctly using MIME type detection.
I also tested the Atom file you sent via email, and the images from that file were downloaded successfully with the new version.
Could you please update to v4.0.0 and give it another try?
Let me know how it goes.Hi @schmid01 ,
Sorry for the late reply and thank you for the detailed explanation.
I did receive your email message, and I replied there as well. At the moment I’ve only received your message (not the actual ATOM file/content yet), so I can’t inspect the feed structure or reproduce the issue on my side.
Yes, please send the ATOM file (or a small anonymized sample that still shows the problem). If the file is large, you can also share a download link. Once I have it, I’ll check why it freezes when there is more than one entry, and also why images are being re-linked instead of downloaded.
Thanks again, and talk soon.
Hi @artemi0
Thank you so much for your kind words and for trusting this plugin for your migration. I’m really glad to hear that the migration process felt simple and straightforward. Making Blogger to WordPress migration easy and stress free is exactly what this plugin is built for, so your feedback truly means a lot.
If you find the plugin helpful, feel free to share it with others who might be planning to migrate from Blogger. That kind of support helps the project grow and keeps it moving forward.
Hi, thanks a lot for the detailed report and for testing the plugin.
I’ve just pushed a new update that should fix the issue you experienced.
You can try the latest release here:
https://github.com/mnasikin/btw-importer/releases/tag/v3.0.0If everything works properly on your side, I will publish this version to the WordPress plugin directory right after the WordPress 6.9 update.
Please let me know if the problem is resolved or if you notice anything else that needs attention.
Thanks again for helping improve the plugin.Hi, thanks a lot for providing the detailed information and the example links.
This is very helpful.We’ll check the issue with the images not being downloaded into WordPress Media right away and run further testing based on the post and image URL you shared.
A fix will be implemented as soon as possible.Really appreciate your patience and also your offer to help with beta-testing new features.
I’ll update you again shortly once we have progress.Hey @schmid01,
First of all, thanks a lot for using the BtW Importer plugin!About the import getting stuck, just to confirm, are you trying to import multiple Atom files at once? If so, that won’t work yet since the plugin is currently designed to handle one Atom file per import session. But if that’s not what you meant, please let me know a bit more so I can help figure it out.
Regarding the image issue, the plugin only downloads images that are hosted on Blogspot (blogger.googleusercontent.com). Images stored elsewhere (like Google Photos or other URLs) won’t be imported automatically. Could you double-check if your older images are hosted there?
As for comments, I’ve actually been exploring ways to bring that feature in. It’s not supported yet, but hopefully, it’ll be available in a future update!
Thanks again for your feedback and support. If you find the plugin useful, please consider leaving a review and share it with others who might need it too.
Forum: Reviews
In reply to: [BtW Importer - Free Blogger/Blogspot Migration] Amazing plugin!Thank you so much for your kind words, Satrio! 😊
We’re really glad to hear that BtW Importer made your Blogger to WordPress migration smooth, keeping all your images, tags, and formatting intact.If you found the plugin helpful, please consider sharing it with others or your Blogger community, it helps more people save hours of work too!
Thanks again for supporting BtW Importer!
Forum: Reviews
In reply to: [BtW Importer - Free Blogger/Blogspot Migration] Great toolThanks a ton, rawbytes! thrilled to hear BtW Importer worked smoothly with the new Google Takeout atom.xml backup when other tools didn’t.
That compatibility with Blogger’s latest Atom export plus one‑click importing, image handling, URL replacement, and featured image setup is exactly what the plugin is designed to do.
If friends or community members are moving from Blogger to WordPress, please share BtW Importer so they can migrate just as easily.
Really appreciate the feedback and for helping more bloggers find a faster, cleaner way to switch to WordPress.Hi Luke! Thank you so much for this amazing 5-star review! It’s incredibly rewarding to hear that BtW Importer solved exactly what you were looking for with the new Blogger backup format and Google Takeout’s feed.atom files.
Would you mind sharing your positive experience with fellow bloggers who might be stuck in the same situation?
Thanks again for taking the time to write this detailed review. Your feedback helps us improve and lets other users know they can trust BtW Importer for their migration needs.
Hi @speakerbox,
If you really think that the error is in the database, then you may check the table like _posts and _postmeta (or something) and make sure the ID is auto increment.
I don’t know if your issue like this one, but may worth give it a try: https://wpgan-com.translate.goog/troubleshoot/could-not-insert-attachment-into-the-database/?_x_tr_sl=id&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp
Forum: Fixing WordPress
In reply to: Homepage not displaying properly when not logged inHi @marjolondon,
After checking, it seems you using Autoptimize plugin. Have you tried to disable the plugin?
If you not deactivate the plugin, you may try to purge all cache instead purging specific page
Forum: Fixing WordPress
In reply to: Problem with postsI don’t quite understand, but if you want to hide that 5 column from right, then you can open the post page (WP > Posts > All Posts), then click on Screen Options in the right-top corner, below your username, then just check the Author, Categories, Tag, Date, or any options you prefer to show
This might not best practice, but you can disable upload filters by adding this code into your wp-config.php
define(‘ALLOW_UNFILTERED_UPLOADS’, true);