Liquid、JavaScriptなどに関する質問
メタフィールドのファイル(画像)の「代替テキスト」で設定したテキストをimgのaltではなく別のところに出す方法を教えていただけますでしょうか?
例えばimageというメタフィールドを作って以下Pタグ内に「代替テキスト」を表示させたいです。
<img src="{{ product.metafields.my_fields.image | file_url}}">
<p>ここに「代替テキスト」のテキストデータを表示</p>
フィルターなどを探しましたがやり方がわからなかったのでご教授いただけると幸いです。
解決済! ベストソリューションを見る。
成功
👋 Hey @ダダ ,
This is Matt from the Metafields team.
You can access the reference object of the metafield by appending .value
to the metafield. Once you've done that, you can access the alt text directly via .alt
.
In your case, it would look something like this.
<img src="{{product.metafields.my_fields.image | file_url}}">
<p>{{product.metafields.my_fields.image.value.alt}}</ p>
Hope that helps!
To learn more visit the Shopify Help Center or the Community Blog.
成功
👋 Hey @ダダ ,
This is Matt from the Metafields team.
You can access the reference object of the metafield by appending .value
to the metafield. Once you've done that, you can access the alt text directly via .alt
.
In your case, it would look something like this.
<img src="{{product.metafields.my_fields.image | file_url}}">
<p>{{product.metafields.my_fields.image.value.alt}}</ p>
Hope that helps!
To learn more visit the Shopify Help Center or the Community Blog.
実装できました!
ありがとうございます。
ユーザー | ランク |
---|---|
36 | |
11 | |
7 | |
6 | |
6 |
すべてのShopifyアカウントはデフォルトではmyshopify.comのURLと関連付けられており、これはアカウント設定時に使用したビジネス名に基づいて作成されます。しかし、オ...
By Nina_13 Nov 26, 2023このトピックは英語版コミュニティの投稿:Shopify Web Pixel Manager Sandbox FAQの日本翻訳です。
By Mirai Nov 19, 2023Shopifyの管理画面では、商品ごとや配送元のロケーション(倉庫)ごとにカスタム配送料を設定することができます。特に購入金額による送料無料設定は、顧客の購買意欲を高める効果的な手...
By Alex06 Nov 5, 2023