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.
実装できました!
ありがとうございます。
いつもShopifyをご利用いただき、ありがとうございます。 Shopifyは、皆様の日本語での利用体験の向上に努めております。さらなる改善のために皆様のご意見をお寄せい...
By JasonH May 9, 2025Shopify アカデミーの学習パスと認定スキルバッジExpanding Your Shopify Business Internationallyを活用して、国際的にビジネ...
By Shopify Feb 7, 2025Shopify アカデミーの学習パスB2B on Shopify:立ち上げとカスタマイズで卸売販売に進出しましょう。これら3つの無料コースは、ShopifyストアでB2B機能...
By Shopify Jan 31, 2025