I really loved this plugin. There are others, such as auto upload images or import external images, that still work well, but image teleporter was something else. It allowed all the options one would need. It is a mystery to me, why it is no longer maintained. This plugin can easily be made pro version and charged. So much good use for it.
To the developer: please see the good value in this plugin. You helped so many of us, and I am extremely grateful. I would consider buying this product from you if you are interested in maintaining it. It’s a great product and a pity to end like this. Just my 2 cents.
Regards!
]]>1. Does this generate thumbnails, if not can it be a feature request please.
2. With the option to use what image size the author needs from imageset.
3. Also it should only scan post/page first posting and editing
thanks
]]>I’m trying to do a favour for a friend who transferred from WordPress.com to a self-hosted site.
Many (many!) of the images didn’t transfer and this plugin looked like the best answer. However, when I ran the process, no images were copied locally and it seems that all the SRC tags have disappeared from within the posts.
Luckily I took a back up before I started. What’s happening? Can you help please?
]]>Hello!
Dont change the excerpt!
]]>So I ran this on past posts. And on many of them it deleted the img src. So all the pictures in these posts are just gone. Is there an undo of any kind, or even a log so I can see what was taken out and try to fix it?
]]>I clicked Process under the ‘Process Pre-existing Posts/Pages’ heading and left the page for hours without it doing anything.
Any troubleshooting ideas? Really need this feature! Thanks
]]>Hi there,
Is there a way to keep the original folder structure in Media Library?
]]>After converting to HTTPS, it seems the teleports does not register the image is local, and repeatedly re-saves the image loading up the server…
Do you know if this is a known bug?
]]>As the title says. The images were all inside a table in my content.
My source links look like this:
<td><img src="https://www.external-domain.tld/files/Image/fenster/iglo-energy/farben/7.jpg" alt="" /></td>
Hi,
Plugin not working with instagram images, I get the following error
[30070] Instagram:
Fatal error: Class ‘finfo’ not found in /home/pedrada/public_html/pedradatattoosupplies.com/wp-content/plugins/image-teleporter/image-teleporter.php on line 195
Can you help?
]]>Hi,
after installing the Image teleporter plugin when I save a post or try to teleport images from only one old post I get one and the same response 504
Gateway Time-out
The gateway did not receive a timely response from the upstream server or application.
Any ideas resolving this?
Thanks in advance
]]>Hello,
When using the plugin on presslabs.ro I consistently ran in to an infinite loop issue.
I’ve fixed it locally by following the advice at https://codex.www.ads-software.com/Function_Reference/wp_update_post#Caution_-_Infinite_loop
This is the patch:
diff --git a/wp-content/plugins/image-teleporter/image-teleporter.php b/wp-content/plugins/image-teleporter/image-teleporter.php
index cbc376a..01b87e0 100644
--- a/wp-content/plugins/image-teleporter/image-teleporter.php
+++ b/wp-content/plugins/image-teleporter/image-teleporter.php
@@ -120,7 +120,9 @@ function bml_it_find_imgs ( $post_id ) {
$upd['ID'] = $post_id;
$upd['post_content'] = $content;
+ remove_action('save_post', 'bml_it_find_imgs', 100000);
wp_update_post($upd);
+ add_action('save_post', 'bml_it_find_imgs', 100000);
}
// Post meta
—
Regards,
Radu Ciorba
Hi there. Firstly this is a great tool.
I would like to use if with my Woocommerce shop. In the product description there are some image URLS that are provided to me by my droppshipper. These images are located on my droppshiper’s website and would like to save them locally.
How can I use this plugin to save all images on the external URL to my local library?
]]>Hello Sir,
I tried but it is not working.
My post field name is image, I entered in the text area. But its not working.
Can you please explain how it works?
Thank you for the great plugin.
]]>Hello,
just tested the nice plugin, but dosn’t work while using owncloud.
By using the URL-Field at the media manager, the images is shown, even at the backend bevor saving.
After saving, the image source isn’t set, the image isn’t at the media.
At the frontend (without login/pass) owncloud provide images like this:
https://….com/owncloud/index.php/apps/gallery/ajax/image.php?file=aa23ce9ba6d32fffa7d8002bba3a3aa8%2F01.JPG
If you like, i would provide owncloud-access and beta-testing for adding owncloud support.
Thank You and Regards
Henry
I have created a new site which incorporates some (but not all) pages from a another of my sites and only wanted to transfer over the relevant images (rather than the 500 or so on the other site!)
I 1st gave up on this plugin, but went back to it as I couldn’t find an alternative. After reading some posts, I installed “file info” via easyapache on my server and installed another plugin to give me the post meta fields I have on my theme…
..and most importantly it needed to be run several times to get all the images transferred over (maybe 7 or 8 times in total?) and in the end it worked brilliantly.
I would say the only snag is that it doesn’t import featured images
Anyway, just sharing my thoughts!
]]>This plugin has been tested in diffrent installs by our team. When saving with an external image src in the editor, the page dies on white blank screen.
Cant find any plugin conflict when all other plugs are deactivated.
The old “Add Linked Images to Gallery” plugin, still works and going strong, but that project is not supportad anymore and it would be great to shift to this plug instead.
]]>Is there a way to have this plugin automatically set the featured image after it runs on a new post? Setting the featured image to the first image in the post would be fine.
Alternately, is anyone aware of a solution that would take external images, copy them local, and then set them as the featured image for thumbnails after a post is created?
]]>Hi,
I’ve discovered a plugin conflict you might want to be aware of. Image Teleporter seems to interfere with WordPress Importer. With Image Teleporter enabled I get a Gateway Timeout error when trying to import xml docs that were exported from other blogs. If I disable Image Teleporter I can import normally.
In the middle of migrating content to a WordPress dev site. I have about 80 pages, many of which are displaying images hosted on the old site.
I’ve followed the brief and simple instructions carefully, but this plugin only finds one image and then it doesn’t even ‘teleport’ that.
I think this plugin does not work.
]]>I’m using latest WP core with PHP 5.4. I get this error when doing a batch.
Fatal error: Class 'finfo' not found in /home/user/public_html/ht/wp-content/plugins/image-teleporter/image-teleporter.php on line 195
Please can you add a option for make image processed whit this plugin clickable?
Thanks.
]]>Hi,
I was just wondering : this plugin always worked like a charm on my WP installations, but it seems it is not supported by a WP network multi-site.
The pluging can be activated in the main admin, but it looks it’s not doing anything.
CAn anyone confirm that ?
And eventually have an idea to make it work ? ??
Best,
Charles
I have tested the same scenario on two sites. One of the sites works perfectly, it’s on my reseller hosting plan. The other site is hosted by a friend and I don’t have access to their server, but it doesn’t work at all. It just hangs at the first sign of an embedded image and makes no progress. Is there any kind of check or test you’d recommend to figure out why this is not working as it should?
I installed wp-serverinfo and this is the info I can figure out.
PHP – v5.4.26
GD: bundled (2.1.0 compatible)
Magic Quotes GPC: Off
Memory Limit: 256.0 MiB
Max Upload Size: 256.0 MiB
MYSQL – v5.5.42-cll
Maximum No. Connections: 800
Maximum Packet Size: 256.0 MiB
Data Disk Usage: 3.5 MiB
Index Disk Usage: 748.0 KiB
I saw that this plugin supposedly works on WP 4.1.0 (I am running 4.1.1). However, I attempted to batch process all past posts, and now the ones that have been processed contain an empty img tag. No images are displaying on those posts.
No errors were thrown during the process.
Additionally, the plugin seems to think that there’s more than 1 image (sometimes 11, or even 14) on some posts – it’s not consistent. However, I only ever have 1 – max 2 – images on any posts.
Now I will have to go back and restore previous revisions on each post as I forgot to make a backup of my db before doing this.
Any ideas what’s happening? Thanks in advance.
]]>Hi bro,
First , i really like your plugin . it ‘s so cool.
But when i post new entry (copy from the Internet) , and press ‘publish’ and i just see a blank page . And all image in that entry still original , not on my server.
My site: 4menstyle.com
And sorry for my bad English.
Thanks.
Hello,
What if I do not want all the images but just the first image?
Is that possible?
Thank you for a very good plugin.
]]>I have a Picasa/Google+ picture galleries inserted via shortcodes of the Shashin plugin. I wanted to teelport them, but it seems they are not processed. Is there a workaround for this?
]]>Hello,
When i post i got : Fatal error: Class ‘finfo’ not found in C:\xampp\htdocs\blogvoyage.dev\wp-content\plugins\image-teleporter\image-teleporter.php on line 136
When i do Process Pre-existing Posts/Pages : Fatal error: Class ‘finfo’ not found in C:\xampp\htdocs\blogvoyage.dev\wp-content\plugins\image-teleporter\image-teleporter.php on line 136
=> $result = new finfo();
Dunno if it’s because i’ve a PHP 5.5.9 on my local computer
Hope it help !
]]>