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.
実装できました!
ありがとうございます。
2023年初頭、Shopifyペイメントアカウント、及びShopifyアカウント全体のセキュリティを強化する為の変更が適用されました。ユーザーのアカウントセキュリティを強化す...
By Mirai Sep 29, 2024概要: 年末/年明けは、消費者が最もショッピングを行う時期の一つです。特に、ブラックフライデー・サイバーマンデー(BFCM)は、世界中で注目される大規模なセールイベントであ...
By JapanGuru Sep 25, 2024APIに関するShopifyサポートShopifyのデフォルト機能では特定の目標を達成するために外部アプリケーションの使用を検討していますか? そんな時はプログラミングの専...
By JapanGuru Sep 22, 2024