ginsengkimchi
Forum Replies Created
-
Forum: Plugins
In reply to: [Auto Cloudinary] Cloudinary showing master imageI quite shock that now when I disabled Auto Cloudinary the image URLs appear properly like this https://res.cloudinary.com/indofashion/image/upload/gg/2019/02/pot-head-s-s-t-shirt_3-71-408×530.jpg. Because before I didn’t input it on CDN base URL on media cloud. And the shop url gave me master image like this https://res.cloudinary.com/indofashion/q_auto,dpr_1.0,c_lpad/gg/2019/02/tree-hug-l-s-t-shirt_2-11.jpg screenshot https://prntscr.com/mo088g.
Sorry my bad, actually this is what I want and before I didn’t check the URLs it’s already the url thumbnail what I want here https://www.ads-software.com/support/topic/cloudinary-showing-master-image/#post-11228050.
So the point is I don’t need to use your plugin and just need to put my cloudinary url on CDN Base URL on media cloud https://res.cloudinary.com/indofashion/image/upload/gg/.
Thank you for your fast responses I really appreciate that. And I want to say that your plugin really helpful and the best when you don’t need to using S3. And also it’s cheaper than imgix because it’s free and in my country have the lowest latency because Akamai.
Forum: Plugins
In reply to: [Auto Cloudinary] Cloudinary showing master imageCloudinary dashboard: https://prntscr.com/mnzhk1
Upload setting: https://prntscr.com/mnzhrd, https://prntscr.com/mnzhva.
Auto cloudinary: https://prntscr.com/mnzih9.Yes, I followed instructrions from there and make changes from https://www.indo.fashion/wp-content/uploads to https://sgp1.digitaloceanspaces.com/indofashion/.
Forum: Plugins
In reply to: [Auto Cloudinary] Cloudinary showing master imageActually it’s already pointed out on DO S3 https://prntscr.com/mnrs9d. When I pointed out to my site url the image will not showing.
Sorry I think I didn’t quite clear at above.
Auto cloudinary enabled and I should input my bucket here https://prntscr.com/mnrvvt. The master image appear like this https://prntscr.com/mnrv9i. And this is when I disabled auto cloudinary https://prntscr.com/mnrwq2 no master image appear here.
Forum: Plugins
In reply to: [Auto Cloudinary] Cloudinary showing master imageI input https://res.cloudinary.com/ url just like your documentation on github. Screenshot https://prntscr.com/mnc398. My bucket url https://res.cloudinary.com/bucketname/ on CDN setting media cloud.
It’s my mistake before because I filled Imgix Signing Key with sign urls instead with token that’s why I got blank image. So now imgix run properly with sign url. Thank you for creating this awesome plugin. You are really awesome!
The problem is on woocommerce_single image size
Solved after added this on function//Remove default image sizes add_action('init', 'remove_plugin_image_sizes'); function remove_plugin_image_sizes() { remove_image_size('woocommerce_single'); }
Hi,
Imgix works now when I disable Imgix Signing Key / Secure URLs. But there is bug I think. Featured image on my single image not showing https://prntscr.com/lffrj6 or https://prntscr.com/lffrvp.
The url for featured single image look like this
https://example.imgix.net/2018/11/grey-deerupt-runner-sneakers-19.jpg?auto=compress%2Cformat&fit=crop&h=0&ixlib=php-1.2.1&q=60&w=0&wpsize=shop_singleImage Height and Image Weight value is 0 these make the image is not showing.
Regards
- This reply was modified 6 years ago by ginsengkimchi.
Still same. Public file listing enabled https://prntscr.com/lfap6x and my image permission is public.
In Imgix I filled it with space link what you said above https://sfo2.digitaloceanspaces.com/YOURBUCKET/ https://prntscr.com/lfaqbz.
And when I open my site all image is blank and when uploaded image still got https://prntscr.com/lfarh0 blank image square.
Debug log https://prntscr.com/lfasdx. I can see the image I just upload before when disable imgix support.
Do you success when connecting DO spaces to imgix?
- This reply was modified 6 years ago by ginsengkimchi.
Nevermind. Just fixed this problem on wp_options table.