Hello,
I would like to test your plugin, but first I would like to know if it affects the native WordPress library or core?
To clarify my question, I would like to know if nothing is destructive in wordpress core or media library if the plugin is deactivated afterwards?
Thanks a lot !
]]>I’ve just read that this plugin is incompatible with the official Cloudinary plugin. I had both activated at the same time. And when I disable this plugin I immediately receive error 500 on frontend. If I re-activate it, everything is back to normal. Could you help me with this, please?
]]>I am having problems getting this plugin to work on my multisite install. Is there any way to make it work?
I have got it to work on WordPress single sites just fine.
Thanks
]]>Hello,
How can I configure the args function so the gif files do not become static?
Thanks!
]]>Hello,
I would like to ask if your plugin returns in some function folders in Cloudinary where images are located. We want to share our CDN with another sites and based on folder structure use some wp media folder solution to filter media on website. I know that folders should be inside CDN url, however there are only slugs of folders and not their names.
When I delete an image, it stays on Cloudinary. That’s why if I upload a different image, but with the same name as the deleted one, then I get that old one instead of the new one.
Do you have any idea how can I fix it?
]]>When trying to add media, I always get this error:
“******.png
Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 pixels.”
When i disable the plugin, the media is added without errors!
I have the latest version of WordPress and your plugin.
PHP v7.4. Centos 8. Selinux without errors. php-imagick and imagick are installed.
Hi Folks,
I just opened my website after an automatic overnight update from Cloudinary (from version 2.4.0 to 2.4.1)
I found that 13 of 14 Featured images are missing on my front page.
I have found that an extra /file-name-sub-dir/ has been added to the image path in since the last update.
e.g. ‘….res.cloudinary.com/hkp/images/c_scale,f_auto,h_100,q_auto/f_auto,q_auto/w_100,h_100,c_scale/v1507963460/images/Thomas_Downes_zyl6wh/Thomas_Downes_zyl6wh/Thomas_Downes_zyl6wh-100×100.jpg’
Previously that would have been:
‘….res.cloudinary.com/hkp/images/c_scale,f_auto,h_100,q_auto/f_auto,q_auto/w_100,h_100,c_scale/v1507963460/images/Thomas_Downes_zyl6wh/Thomas_Downes_zyl6wh-100×100.jpg’
In the single featured image which remains visible on the page – the old image URL is still intact, with only one /file-name-sub-dir/
This one:
‘….res.cloudinary.com/hkp/images/c_scale,f_auto,h_100,q_auto/v1518062480/Debra-Lowe_zpxszn/Debra-Lowe_zpxszn.jpg’
Given that your update has obviously made some serious changes to my site, I am loathe to rollback to the previous version.
Please let us have a fix or confirmation that I can rollback asap.
Image of the issue below.
Regards and thanks,
Angus
Website URL: https://www.hiskingdomprophecy.com/
Screen Capture: https://www.hiskingdomprophecy.com/wp-content/uploads/2021/01/HKP-1.jpg
]]>I’m having an issue with wordpress and auto uploading images to cloudinary. If you look a this example post (https://poolhouse.co/this-is-just-a-test/), there is the black image at the top. It was uploaded via WP, then auto-uploaded to cloudinary, and is then getting pulled in from Cloudinary just fine. However, there is supposed to be another image below the text (the exact same image), but if you look at the source, it’s getting some additional URL conditions added to it—w_2535 for example. This only happens in the generic body editor on WordPress, not when I add images that are custom post types. Any thoughts on how to disable/fix this?
]]>Hello Junaid!
I’m exploring using your plugin in perhaps a unique way.
I need to have images uploaded via the above form, transferred to our Cloudinary account for storage and notifications to occur from.
I’ve configured the plugin as per documentation, and the image uploads are going to a specific folder on the WP server, however, they aren’t making it to Cloudinary.
We would appreciate some assistance with this, thanks! -Ian
]]>I built my website on a staging subdomain https://testing.woodenflooraccessories.co.uk/ and your plugin worked great. When I migrated over to the live domain https://www.woodenflooraccessories.co.uk/ your plugin stopped working. I have tried regenerating thumbnails, I have tried deleting and reinstalling the plugin but no luck.
Have you seen this problem before?
Thanks
]]>Hi Junaid,
after last update plugin settings disappeared from Tools. Can you check that please?
I am running the latest version of WP, I have Elementor that I have built many parts of the site with. I am also using WP Super Cache. I followed every step, double checked it but I get broken images. The links are there but no image found. Had to disable it as my customers are looking for products.
]]>Hi Junaid,
I have been enjoying your plugin because it has automatic features by default.
I would be grateful you could please help me to add a custom filter to optimize and resize all the images.
Where should I add my following code?
add_filter( ‘cloudinary_args’, function ( $args ) {
return array(
‘transform’ => array(
‘width’ => ‘auto’,
‘dpr’ => ‘auto’,
‘quality’ => ‘auto’,
‘fetch_format’ => ‘auto’,
),
);
} );
Thanks in advance.
]]>Hi.
As you can see in the post linked, the images are in super low quality, and whenever I click to zoom, the quality gets better. I can notice that on almost every image on the website.
I’ve tried changing the crop options from fill to fit and also removing the custom functions I have, and nothing seems to improve. The only way so far, was removing the plugin as a whole, but I wouldn’t want to have to do that.
Could you enlighten me here maybe?
Below are the custom function, although I’ve deleted it and didn’t work:
// Add Webp
add_filter( 'cloudinary_default_args', function ( $args ) {
$args['transform']['fetch_format'] = 'auto';
$args['transform']['progressive'] = 'semi';
$args['transform']['quality'] = '90';
return $args;
} );
]]>
I’m trying to test out the plugin locally via MAMP and the URL is https://localhost:8888/sitename and the plugin doesn’t appear to be uploading any images to Cloudinary, yet the URL’s getting placed into a Post look to be valid URLs to my Cloudinary account.
Is it because I’m trying to do this with localhost as the URL? Thanks
]]>I’ve followed the instructions for setup but the only images being auto uploaded and fetched is the site Favicon. None of the other images appear in the Cloudinary account.
I’m assuming this plugin only works with images uploaded via the Media Library / Database, correct?
Does it work with the ACF plugin? That’s how I’m displaying my images. Any help would be appreciated because this would be awesome if it worked!
-Zach
]]>Hi,
I have a problem with your plugin. I using S3 from Digital Ocean but the thumbnail image showing master image instead. It should 351×462 image. When I disable media cloud https://www.ads-software.com/plugins/ilab-media-tools/ the plugin works normal. Can you help me please?
Regards
]]>Is there a way to not use f_auto for SVG Images?
And is there a way to retrieve a specific image with specific transformations that are set in the Cloudinary backend?
Thank you in advance for your answer.
]]>Hi there,
Can we use this with the elementor page builder? Recently, elementor introduced responsive image background.
But I wanted to use all the images via cloudinary. Can this be possible with your plugin, and auto transform based on the speed of the network, and device sizes?
Can you suggest me the necessary settings to make it happen ??
Thank you ??
]]>Hi.
I was checking the cloudinary documentation, and they support webp by default, just adding an f_auto to the url generated.
I’ve tried using the filters on the wiki as base, but my knowledge is too low to make it work =/
Any tips?
https://cloudinary.com/blog/adaptive_browser_based_image_format_delivery
]]>Is it possible with images that are in the widgets or header and footer? How do we applied it to all images.
]]>Getting this error when trying to activate the plugin, with the official Cloudinary plugin also installed. I know that’s not a perfect use case but thought you might like to know the collision.
]]>Dear Junaid,
First of all, let me thank you and congratulate you on building such an awesome plugin. Simply a breeze!!!
Now my question is, how can I set up parameters such as w_auto,dpr_auto,q_auto for all of my images? These parameters will take this plugin to the next level of automation with perfectly responsive images with the best-fit quality delivered. It will immensely help to improve the page speed performance.
Once again thank you so much.
Cheers!
Rahul
I just noticed something funky with a few of the images on a development site. The issue is that a ridiculous height is being added to the link. Is this something the plugin does or is this handled by Cloudinary?
The link looks like this: https ://res.cloudinary.com/papcloud/w_1080,h_9999,c_fill/Trawin_Seeds/2018/09/Legumes_square.jpg
If you remove the h_9999 from the string, the image looks like it should, so how do I fix this?
]]>After Setting Up the Plugin, my images are broken. What went wrong?
]]>Hey Thanks For This Amazing Plugin.
I Just Wanted To Know How Can I Upload Images Of Public Domain To Cloudinary.
I Have Images From Many Public Domain Like Pinterest, Facebook And IMDB On My Website
I Have Already Set Up This Plugin And My Images From wp-content/uploads/ Is Being Served From Cloudinary CDN But Images From External Or Public Domain Is Still On Its Original URL.
]]>I have been looking for a solution to serve both retina and have breaking points for mobile in WordPress. I really am impressed with Cloudinary transformations, and the CDN possibilities.
A) I need a client-side solution, to sever static pages, does this plugin interfere with that?
Note: I don’t mind keeping large ‘reference’ images in my library in case someday I want to back away from Cloudinary, that makes sense. But I don’t have a big library of existing photos that I need to convert also, so this isn’t my reason for choosing this app.
B) I think I can do much of the transformations I need in the urls directly, but I think I need their Jquery for serving different image sizes to different screens according to their site. Can I add the condition arguments in via this plugin, or since you likely know more than I, would it be easier/cleaner to forgo using WP to host any files and just use them as host entirely, figuring out the JS for responsiveness separately?
]]>I got a white screen of death after activating the plugin.
]]>Sorry, much of this is not clear to me. Does this plugin piggyback on the standard Cloudinary plugin? I can’t see where to input the API keys etc. When I load both plugins together, I get an error when attempting to access the admin section of my site.
]]>