Liquid、JavaScriptなどに関する質問
Tasteのテーマを使用しています。
https://community.shopify.com/c/%E6%8A%80%E8%A1%93%E7%9A%84%E3%81%AAq-a/bd-p/tqa-jp
上記 Q&Aを参考にfooter.liquidにある以下をコピーしてheader.liquid内に貼り付けましたが反映されませんでした。
※また、「if settings.brand_image」〜「-%}」直上の「endif」までを削除して貼り付けてもみましたが同様に反映されませんでした。
そもそも貼り付けているソースが的違いなのか、その他原因および反映させる方法がわかると幸いです。
{%- liquid assign has_social_icons = true if settings.social_facebook_link == blank and settings.social_instagram_link == blank and settings.social_youtube_link == blank and settings.social_tiktok_link == blank and settings.social_twitter_link == blank and settings.social_pinterest_link == blank and settings.social_snapchat_link == blank and settings.social_tumblr_link == blank and settings.social_vimeo_link == blank assign has_social_icons = false endif if settings.brand_image == blank and settings.brand_headline == blank and settings.brand_description == blank assign brand_empty = true endif if section.blocks.size == 1 and section.blocks[0].type == 'brand_information' and brand_empty and has_social_icons == false and section.settings.newsletter_enable == false and section.settings.enable_follow_on_shop == false assign only_empty_brand = true endif -%}
解決済! ベストソリューションを見る。
成功
SNSアイコンを表示するコードは以下になります。
{%- render 'social-icons' -%}
表示・非表示の切り替えやレイアウトの調整は、別途コードを記述する必要があります。
デフォルトの機能で、告知バーにSNSアイコンを表示することができるので、そちらを使う方法もありますね(デスクトップのみですが)。
成功
SNSアイコンを表示するコードは以下になります。
{%- render 'social-icons' -%}
表示・非表示の切り替えやレイアウトの調整は、別途コードを記述する必要があります。
デフォルトの機能で、告知バーにSNSアイコンを表示することができるので、そちらを使う方法もありますね(デスクトップのみですが)。
ありがとうございます!無事に解決しました!
サポートの選択肢が増えていく中、最適となる選択の判断が難しくなっているかと存じます。今回は問題の解決に最適となるサポートの選択方法を、紹介させて頂きます。 選択肢のご紹介...
By Mirai Oct 7, 20242023年初頭、Shopifyペイメントアカウント、及びShopifyアカウント全体のセキュリティを強化する為の変更が適用されました。ユーザーのアカウントセキュリティを強化す...
By Mirai Sep 30, 2024概要: 年末/年明けは、消費者が最もショッピングを行う時期の一つです。特に、ブラックフライデー・サイバーマンデー(BFCM)は、世界中で注目される大規模なセールイベントであ...
By JapanGuru Sep 25, 2024