rsedykh
Forum Replies Created
-
Can you please provide additional details about an error? The page you attached doesn’t show errors.
Hi. Can you try new 3.0.9 version? It supports PHP 8+.
Forum: Plugins
In reply to: [Uploadcare File Uploader and Adaptive Delivery (beta)] Issue with DiviHi.
Sadly, we can’t fix all cross-plugin issues. We’re considering decoupling this plugin into two: uploader and adaptive delivery (it will be completely new one). But since this is our side project, we can’t promise it soon.
Try to go to the plugin settings and turn off adaptive delivery, if you need only uploading widget.
Forum: Plugins
In reply to: [Uploadcare File Uploader and Adaptive Delivery (beta)] URL nameHi. I’m not sure that I understand your question. There is no URL for a project. You can see uploaded file in your WP admin area, or in https://app.uploadcare.com/.
This is possible when you don’t have all necessary packages installed (but we doubt it since they all installed automatically in Github), or if autoload doesn’t work (there’re thousands of reasons why this can happen, starting from your hosting restrictions), or some PHP functions are forbidden for the same reasons.
We guest that you should dig into your hosting or its installation.
Forum: Plugins
In reply to: [Uploadcare File Uploader and Adaptive Delivery (beta)] fatal error 3.0.7Hi. It’s fixed in 3.0.8.
Forum: Plugins
In reply to: [Uploadcare File Uploader and Adaptive Delivery (beta)] Adaptive DeliveryThere were a few changes since then, right.
1. Have you turned on Adaptive Delivery settings in WP plugin settings — Advanced? It’s turned off by default (see below, why).
2. Uploadcare dashboard is changing right now and AD settings are not yet obvious, so go to your project Settings, Proxy tab, there you’ll find Domains. Add your website there.This thing is tricky because every WP theme is different. Some (like default one) are compatible with plugins that change theme behaviour this way, other are not.. We have a new adaptive delivery JS SDK on our roadmap that might solve this problem due to different frontend architecture, but it’s not there yet.
Forum: Plugins
In reply to: [Uploadcare File Uploader and Adaptive Delivery (beta)] Adaptive DeliveryYes, it works.
If you’re into console utils, please try https://github.com/uploadcare/uploadcare-wordpress-transfer. It does exactly what Tranfer in Admin panel does, but in a reliable way.
Are you sure that you’re using the latest version of our plugin? 3.0.6?
We’ll look into this issue. But it’s better to use block “Uploadcare image”, not “Image”. Should work just fine!
We don’t, right.
We’ll implement post by post image transfer though as an option. I can give ETA on Monday, I think.
Also, are you interested in a solution like https://github.com/uploadcare/migro ?
Hi. We’ll try to implement your solution! I’ll come back with news in a few days.
Just so you know, we’ve tried a bunch of background transfer solutions, but WordPress engine is quite unpredictable when you ask it to handle some background process. That’s why we _had_ to move transfer feature to frontend, and ask page’s JavaScript to transfer all files on the page. It gives us some level of guaranty that nor WP engine, neither another plugin will mess with the transfer. But we know that it is not a great UX.
We’ll also research if we can create a separate console util that can connect to WP hosting and migrate all files from there. Something like this https://github.com/uploadcare/migro, but build special for WP.
Hi!
We have such feature, but our WP plugin doesn’t. It’s basically an uploader. Files, uploaded with the Uploadcare File Uploader, are delivered with it’s CDN. Instead of accessing them from wp-content of your WP installation, you access them from ucarecdn.com, which gives you the ability to modify images, including gif2video.
But we’re considering building a new version of this plugin with such capabilities!