Liquid、JavaScriptなどに関する質問
コミュニティの投稿を参考に、テーマのソースコードを書き換えて画像下にキャプションを表示させました。
利用テーマはDawn、バージョン11.0.0です。
バリエーション画像を登録すると、1枚目にバリエーション画像が表示されるせいか、キャプションが本来の画像とは異なるところに表示されます。
例)
表示順「3」指定の画像にキャプション登録、バリエーション画像なし⇒3枚目画像に正しく表示。
表示順「3」指定の画像にキャプション登録、バリエーション画像あり⇒1枚目にバリエーション画像が表示、3枚目に表示順「2」指定の画像+表示順「3」指定のキャプション表示、4枚目に表示順「3」指定の画像表示。
といった具合です。
こちらの解消方法がわかる方がいらっしゃったらご教授いただけると幸いです。
画像下にキャプションを追加する方法
コードを編集 > セクション > main-product.liquid 内にある
{%- style -%} .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px; padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px; } @media screen and (min-width: 750px) { .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top }}px; padding-bottom: {{ section.settings.padding_bottom }}px; } } {%- endstyle -%}
という箇所のコードに追記して
{%- style -%} .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px; padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px; } @media screen and (min-width: 750px) { .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top }}px; padding-bottom: {{ section.settings.padding_bottom }}px; } } .product__media-item.grid__item.slider__slide::after{ display:block; text-align: center; margin: 10px auto; font-size: 14px; color: #000; } .product__media-item.grid__item.slider__slide.is-active::after{ display:block; } {% for media in product.media %} .product__media-list li:nth-child({{ forloop.index }}).product__media-item.grid__item.slider__slide::after{ content: "{{ media.preview_image.alt }}"; } {% endfor %} {%- endstyle -%}
というコードにすることで、画像下に画像altのキャプションを表示させることが可能です。
やっていることしては、下記の通りになります。
・疑似要素でキャプションを入れる場所を用意
・liquidのfor文で各画像に対応するaltをcontentの中に格納する
サポートの選択肢が増えていく中、最適となる選択の判断が難しくなっているかと存じます。今回は問題の解決に最適となるサポートの選択方法を、紹介させて頂きます。 選択肢のご紹介...
By Mirai Oct 6, 20242023年初頭、Shopifyペイメントアカウント、及びShopifyアカウント全体のセキュリティを強化する為の変更が適用されました。ユーザーのアカウントセキュリティを強化す...
By Mirai Sep 29, 2024概要: 年末/年明けは、消費者が最もショッピングを行う時期の一つです。特に、ブラックフライデー・サイバーマンデー(BFCM)は、世界中で注目される大規模なセールイベントであ...
By JapanGuru Sep 25, 2024