Apr 2, 2015
We will be making a few small changes with product variant option error messaging as follows: - Moving variant option errors from 'base' to 'option1' (or 'option2', 'option3' as appropriate) - T...
No content to show
User Activity
07-12-2024
Hey BobbyMacCheese, are you able to add a "Custom Liquid" section to your theme page?
You'd add a Liquid code snippet such as:
Here is the ESG report: <a href="{{ 'Cardo_ESG_Report_2023.pdf' | file_url }}">Cardo_ESG_Report_2023</a>
this woul...
07-08-2024
> You still have to update URLs everywhere on your site...
Are you hardcoding the URLs into your site? Would it be possible instead to use a Liquid filter such as https://shopify.dev/docs/api/liquid/filters/asset_url to generate the URL, which woul...
04-18-2024
> We started testing with fileCreate, however, is there documentation on how duplicateResolutionMode = REPLACE is supposed to work? In our tests new files keep getting created.
Are you using the same filename? The duplicateResolutionMode mode is ta...
04-18-2024
> 1. The File.id returned by `fileCreate` is the same as the mediaId?
Yes
> 2. Is fileCreate synchronous? Do we get the id immediately or need to wait like `productSet` to get the product.id?
The file processing is asynchronous, you can use the...
I suspect what is happening is that when you are uploading a new image to a collection which already has a featured image assigned the format of the original image is being preserved. In other words if you do:
1. Create a new collection
2. Assign a...
06-27-2023
@bristlebird You should be able to crop HEIC source images now, please let me know if this is now working for you. Thanks!
On 2023-07 here is what I am doing:
To get the GID:
query products {
products(first: 10) {
edges {
node {
media(first: 10) {
edges {
node {
id
}
}
}
}
...
Hey _Dominik_, regarding your first point, the built-in editor uses the https://shopify.dev/docs/api/admin-graphql/2022-07/mutations/productUpdateMedia mutation. If you prefer the behaviour where the PRODUCTS_UPDATE webhook fires as a result of the u...
metafieldsSet should work now if you use GID such as gid://shopify/MediaImage/33642354213165
Please let me know if that works, or if you are still having issues, thanks!
03-31-2023
Hey George, there is a new feature which allows you to Replace a file in-place. You can access it under the Content > Files area under the navigation.
If you click through a PDF you should see a preview modal, under the more options ... menu the...
We've shipped a fix which should make the 16-bit source PNGs which were having issues work fine now without any work around. Thanks for reporting this and your patience with getting it fixed.
Sorry about the problem with this. I took a look at your Codepen example and I am able to see the same issue in Safari. I downloaded your original image and inspected it with the exiftool utility. It appears that your original image is a 16-bit PNG. ...
09-13-2022
@teragram wrote:
Hi there,
Any word on if HEIC images will be supported anytime soon?
You can upload HEIC (and WebP) directly into the Shopify admin, see: https://help.shopify.com/en/manual/online-store/images/theme-images#image-formats
09-01-2022
@Aaron98 wrote:
Would anyone be able to help on the best way to implement <picture> tags while using {%render 'responsive-image'%}? my goal is to pass our responsive-image template file multiple SRCs and have <picture> decide which SRC to use based o...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1085 | 02-06-2023 05:14 PM |