From af83c38f805a5ad9ac60f1d642e231dfae362b46 Mon Sep 17 00:00:00 2001 From: Imtiaz Hussain <97449155+Imtiazh346@users.noreply.github.com> Date: Sat, 8 Feb 2025 22:42:05 +0500 Subject: [PATCH 1/2] custom css --- assets/component-facets.css | 2 - assets/custom.css | 3 + assets/global.js | 7 - assets/quick-add.css | 1 - assets/quick-order-list.css | 4 + config/settings_data.json | 17 ++- locales/cs.schema.json | 13 +- locales/da.schema.json | 13 +- locales/de.json | 19 ++- locales/de.schema.json | 13 +- locales/en.default.schema.json | 13 +- locales/es.schema.json | 13 +- locales/fi.schema.json | 13 +- locales/fr.schema.json | 13 +- locales/it.schema.json | 13 +- locales/ja.json | 13 +- locales/ja.schema.json | 13 +- locales/ko.schema.json | 13 +- locales/nb.schema.json | 13 +- locales/nl.schema.json | 13 +- locales/pl.schema.json | 21 ++- locales/pt-BR.schema.json | 13 +- locales/pt-PT.schema.json | 13 +- locales/sv.schema.json | 25 +++- locales/th.schema.json | 13 +- locales/tr.schema.json | 13 +- locales/zh-CN.schema.json | 13 +- locales/zh-TW.json | 17 ++- locales/zh-TW.schema.json | 13 +- sections/announcement-bar.liquid | 4 +- sections/email-signup-banner.liquid | 6 +- sections/featured-collection.liquid | 51 +++---- sections/footer-group.json | 46 ++---- sections/header-group.json | 26 +++- sections/header.liquid | 16 +- sections/slideshow.liquid | 2 +- snippets/card-product.liquid | 2 +- templates/404.json | 12 +- templates/article.json | 15 +- templates/cart.json | 38 ++--- templates/collection.json | 13 ++ templates/customers/account.json | 15 +- templates/customers/activate_account.json | 15 +- templates/customers/addresses.json | 15 +- templates/customers/login.json | 16 +- templates/customers/order.json | 15 +- templates/customers/register.json | 15 +- templates/customers/reset_password.json | 15 +- templates/index.json | 170 +++------------------- templates/list-collections.json | 13 +- templates/password.json | 14 +- templates/product.json | 160 ++++---------------- templates/search.json | 11 ++ 53 files changed, 596 insertions(+), 472 deletions(-) create mode 100644 assets/custom.css diff --git a/assets/component-facets.css b/assets/component-facets.css index da3d9d951e7..7eb860faf62 100644 --- a/assets/component-facets.css +++ b/assets/component-facets.css @@ -495,8 +495,6 @@ z-index: 1; margin: 0; opacity: 0; - width: 100%; - height: 100%; } .facets-layout-list--swatch .facets__label { diff --git a/assets/custom.css b/assets/custom.css new file mode 100644 index 00000000000..5a16f6e5fd4 --- /dev/null +++ b/assets/custom.css @@ -0,0 +1,3 @@ +h1 { + color: gray; +} diff --git a/assets/global.js b/assets/global.js index a5727bc5fdf..657227444f3 100644 --- a/assets/global.js +++ b/assets/global.js @@ -711,13 +711,6 @@ class DeferredMedia extends HTMLElement { // force autoplay for safari deferredElement.play(); } - - // Workaround for safari iframe bug - const formerStyle = deferredElement.getAttribute('style'); - deferredElement.setAttribute('style', 'display: block;'); - window.setTimeout(() => { - deferredElement.setAttribute('style', formerStyle); - }, 0); } } } diff --git a/assets/quick-add.css b/assets/quick-add.css index 1b4e301174d..0e597b61d48 100644 --- a/assets/quick-add.css +++ b/assets/quick-add.css @@ -214,7 +214,6 @@ padding-right: 4.4rem; display: flex; overflow-y: auto; - overflow-x: hidden; padding: var(--modal-padding); height: 100%; } diff --git a/assets/quick-order-list.css b/assets/quick-order-list.css index bcd6726884f..884e3e79aba 100644 --- a/assets/quick-order-list.css +++ b/assets/quick-order-list.css @@ -491,6 +491,10 @@ quick-order-list-remove-button:hover .icon-remove { padding-top: 0; } + .quick-order-list__table .desktop-row-error td { + padding-top: 0; + } + .quick-order-list__table .variant-item--unit-price td { vertical-align: middle; } diff --git a/config/settings_data.json b/config/settings_data.json index 0f7a06db992..f1c3f3eb955 100644 --- a/config/settings_data.json +++ b/config/settings_data.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin theme editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "current": "Default", "presets": { @@ -68,6 +77,8 @@ "spacing_sections": 0, "spacing_grid_horizontal": 8, "spacing_grid_vertical": 8, + "animations_reveal_on_scroll": true, + "animations_hover_elements": "none", "buttons_border_thickness": 1, "buttons_border_opacity": 100, "buttons_radius": 0, @@ -151,8 +162,11 @@ "drawer_shadow_blur": 5, "badge_position": "bottom left", "badge_corner_radius": 40, - "sale_badge_color_scheme": "scheme-5", + "sale_badge_color_scheme": "scheme-4", "sold_out_badge_color_scheme": "scheme-3", + "brand_headline": "", + "brand_description": "

", + "brand_image_width": 100, "social_twitter_link": "", "social_facebook_link": "", "social_pinterest_link": "", @@ -170,6 +184,7 @@ "show_vendor": false, "show_cart_note": false, "cart_drawer_collection": "", + "cart_color_scheme": "scheme-1", "sections": { "main-password-header": { "type": "main-password-header", diff --git a/locales/cs.schema.json b/locales/cs.schema.json index 321012a2aa1..208fd43331c 100644 --- a/locales/cs.schema.json +++ b/locales/cs.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1693,7 +1702,7 @@ }, "swatch_shape": { "label": "Vzorník", - "info": "Zjistěte více o  [vzornících](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) v možnostech produktu", + "info": "Zapněte [vzorníky](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) u možností produktů.", "options__1": { "label": "Kruh" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "Vzorník", - "info": "Zjistěte více o  [vzornících](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) v možnostech produktu", + "info": "Zapněte [vzorníky](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) u možností produktů.", "options__1": { "label": "Kruh" }, diff --git a/locales/da.schema.json b/locales/da.schema.json index 8081cd373c1..62edd6567bb 100644 --- a/locales/da.schema.json +++ b/locales/da.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1693,7 +1702,7 @@ }, "swatch_shape": { "label": "Prøve", - "info": "Få mere at vide om [prøver](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) på produktmuligheder", + "info": "Aktivér [prøver](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) for produktmuligheder.", "options__1": { "label": "Cirkel" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "Prøve", - "info": "Få mere at vide om [prøver](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) på produktmuligheder", + "info": "Aktivér [prøver](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) for produktmuligheder.", "options__1": { "label": "Cirkel" }, diff --git a/locales/de.json b/locales/de.json index d6dc2a8048b..d1a07449e2b 100644 --- a/locales/de.json +++ b/locales/de.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "general": { "password_page": { @@ -495,12 +504,12 @@ }, "gift_cards": { "issued": { - "title": "Hier ist dein {{ value }}-Gutschein für {{ shop }}!", - "subtext": "Dein Gutschein", + "title": "Hier ist dein {{ value }}-Geschenkgutschein für {{ shop }}!", + "subtext": "Dein Geschenkgutschein", "gift_card_code": "Gutscheincode", "shop_link": "Onlineshop besuchen", "add_to_apple_wallet": "Zu Apple Wallet hinzufügen", - "qr_image_alt": "QR-Code – Scannen, um Gutschein einzulösen", + "qr_image_alt": "QR-Code – Scannen, um Geschenkgutschein einzulösen", "copy_code": "Geschenkgutscheincode kopieren", "expired": "Abgelaufen", "copy_code_success": "Code erfolgreich kopiert", @@ -521,8 +530,8 @@ "email_label_optional_for_no_js_behavior": "E-Mail-Adresse des Empfängers (optional)", "send_on": "JJJJ-MM-TT", "send_on_label": "Senden am (optional)", - "expanded": "Formular für den Empfänger des Gutscheins erweitert", - "collapsed": "Formular für den Empfänger des Gutscheins minimiert" + "expanded": "Formular für den Empfänger des Geschenkgutscheins erweitert", + "collapsed": "Formular für den Empfänger des Geschenkgutscheins minimiert" } } } diff --git a/locales/de.schema.json b/locales/de.schema.json index 6297807222e..eb659a9d0e0 100644 --- a/locales/de.schema.json +++ b/locales/de.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1692,7 +1701,7 @@ }, "swatch_shape": { "label": "Farbfeld", - "info": "Mehr Informationen zu [Farbfelder ](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) für Produktoptionen", + "info": "Aktiviere [Farbfelder](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) für Produktoptionen.", "options__1": { "label": "Kreis" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "Farbfeld", - "info": "Mehr Informationen zu [Farbfelder ](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) für Produktoptionen", + "info": "Aktiviere [Farbfelder](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) für Produktoptionen.", "options__1": { "label": "Kreis" }, diff --git a/locales/en.default.schema.json b/locales/en.default.schema.json index 87fccb56934..b3f739191c9 100644 --- a/locales/en.default.schema.json +++ b/locales/en.default.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "global": { @@ -877,7 +886,7 @@ }, "swatch_shape": { "label": "Swatch", - "info": "Learn more about [swatches](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) on product options", + "info": "Enable [swatches](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) on product options.", "options__1": { "label": "Circle" }, @@ -2036,7 +2045,7 @@ }, "swatch_shape": { "label": "Swatch", - "info": "Learn more about [swatches](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) on product options", + "info": "Enable [swatches](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) on product options.", "options__1": { "label": "Circle" }, diff --git a/locales/es.schema.json b/locales/es.schema.json index 12523a4aaa4..16b5a73b36e 100644 --- a/locales/es.schema.json +++ b/locales/es.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1693,7 +1702,7 @@ }, "swatch_shape": { "label": "Muestra", - "info": "Obtén más información acerca de las [muestras](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) en las opciones de producto", + "info": "Habilita [muestras](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) en las opciones de producto.", "options__1": { "label": "Círculo" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "Muestra", - "info": "Obtén más información acerca de las [muestras](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) en las opciones de producto", + "info": "Habilita [muestras](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) en las opciones de producto.", "options__1": { "label": "Círculo" }, diff --git a/locales/fi.schema.json b/locales/fi.schema.json index 06ddd96802c..46eb13b17e6 100644 --- a/locales/fi.schema.json +++ b/locales/fi.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1692,7 +1701,7 @@ }, "swatch_shape": { "label": "Väriruutu", - "info": "Lue lisää tuotevaihtoehtojen [väriruuduista](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)", + "info": "Ota [väriruudut](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) käyttöön tuotevaihtoehtoihin.", "options__1": { "label": "Ympyrä" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "Väriruutu", - "info": "Lue lisää tuotevaihtoehtojen [väriruuduista](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)", + "info": "Ota [väriruudut](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) käyttöön tuotevaihtoehtoihin.", "options__1": { "label": "Ympyrä" }, diff --git a/locales/fr.schema.json b/locales/fr.schema.json index f06a96e8f2d..64adbb693f8 100644 --- a/locales/fr.schema.json +++ b/locales/fr.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1692,7 +1701,7 @@ }, "swatch_shape": { "label": "Échantillon", - "info": "En savoir plus sur [échantillons](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) sur les options de produits", + "info": "Activez [échantillons](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) sur les options produits.", "options__1": { "label": "Cercle" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "Échantillon", - "info": "En savoir plus sur [échantillons](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) sur les options de produits", + "info": "Activez [échantillons](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) sur les options produits.", "options__1": { "label": "Cercle" }, diff --git a/locales/it.schema.json b/locales/it.schema.json index 9fd67741937..9a5dbfa02b8 100644 --- a/locales/it.schema.json +++ b/locales/it.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1693,7 +1702,7 @@ }, "swatch_shape": { "label": "Campione di colore", - "info": "Maggiori informazioni sui [campioni di colore](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nelle opzioni del prodotto", + "info": "Abilita i [campioni di colore](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nelle opzioni del prodotto.", "options__1": { "label": "Tondo" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "Campione di colore", - "info": "Maggiori informazioni sui [campioni di colore](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nelle opzioni del prodotto", + "info": "Abilita i [campioni di colore](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nelle opzioni del prodotto.", "options__1": { "label": "Tondo" }, diff --git a/locales/ja.json b/locales/ja.json index b9d76a9fa3d..1e5dfd22247 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "general": { "password_page": { @@ -278,8 +287,8 @@ "caption": "カートアイテム", "remove_title": "{{ title }}を削除する", "note": "注文に関する特別な指示・備考", - "checkout": "購入手続きに進む", - "empty": "カートの中身が空です", + "checkout": "ご購入手続きへ", + "empty": "カートは空です", "cart_error": "カートをアップデートするときにエラーが発生しました。もう一度お試しください。", "cart_quantity_error_html": "このアイテムは{{ quantity }}個しかカートに追加することができません。", "headings": { diff --git a/locales/ja.schema.json b/locales/ja.schema.json index e617808f431..5f69e7df242 100644 --- a/locales/ja.schema.json +++ b/locales/ja.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1684,7 +1693,7 @@ }, "swatch_shape": { "label": "見本", - "info": "商品オプションの [見本](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)の詳細を確認する", + "info": "商品オプションの[見本](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)を有効にする。", "options__1": { "label": "円形" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "見本", - "info": "商品オプションの [見本](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)の詳細を確認する", + "info": "商品オプションの[見本](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)を有効にする。", "options__1": { "label": "円形" }, diff --git a/locales/ko.schema.json b/locales/ko.schema.json index e3ffdfd468d..6a526e23d41 100644 --- a/locales/ko.schema.json +++ b/locales/ko.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1684,7 +1693,7 @@ }, "swatch_shape": { "label": "견본", - "info": "제품 옵션의 [견본](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)에 대해 자세히 알아보기", + "info": "제품 옵션에서 [견본](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)을 활성화합니다.", "options__1": { "label": "원형" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "견본", - "info": "제품 옵션의 [견본](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)에 대해 자세히 알아보기", + "info": "제품 옵션에서 [견본](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)을 활성화합니다.", "options__1": { "label": "원형" }, diff --git a/locales/nb.schema.json b/locales/nb.schema.json index cfa0c1ceb34..6c0c0e4a4cc 100644 --- a/locales/nb.schema.json +++ b/locales/nb.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1692,7 +1701,7 @@ }, "swatch_shape": { "label": "Fargekart", - "info": "Finn ut mer om [fargekart](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) for produktalternativer", + "info": "Aktiver [fargekart](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) på produktalternativer.", "options__1": { "label": "Sirkel" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "Fargekart", - "info": "Finn ut mer om [fargekart](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) for produktalternativer", + "info": "Aktiver [fargekart](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) på produktalternativer.", "options__1": { "label": "Sirkel" }, diff --git a/locales/nl.schema.json b/locales/nl.schema.json index 10fd7671e72..634fc0bad0a 100644 --- a/locales/nl.schema.json +++ b/locales/nl.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1693,7 +1702,7 @@ }, "swatch_shape": { "label": "Staal", - "info": "Meer informatie over [stalen](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) voor productopties", + "info": "Schakel [stalen](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) in bij productopties.", "options__1": { "label": "Cirkel" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "Staal", - "info": "Meer informatie over [stalen](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) voor productopties", + "info": "Schakel [stalen](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) in bij productopties.", "options__1": { "label": "Cirkel" }, diff --git a/locales/pl.schema.json b/locales/pl.schema.json index ed2d8d857e7..0f6cd7b49c5 100644 --- a/locales/pl.schema.json +++ b/locales/pl.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -175,7 +184,7 @@ "label": "Nieprzezroczystość" }, "image_padding": { - "label": "Wypełnienie obrazu" + "label": "Dopełnienie obrazu" }, "text_alignment": { "options__1": { @@ -373,9 +382,9 @@ "sections": { "all": { "padding": { - "section_padding_heading": "Wypełnienie sekcji", - "padding_top": "Wypełnienie na górze", - "padding_bottom": "Wypełnienie na dole" + "section_padding_heading": "Dopełnienie sekcji", + "padding_top": "Dopełnienie na górze", + "padding_bottom": "Dopełnienie na dole" }, "spacing": "Odstępy", "colors": { @@ -1693,7 +1702,7 @@ }, "swatch_shape": { "label": "Próbka", - "info": "Dowiedz się więcej o [próbkach](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) w opcjach produktu", + "info": "Włącz [próbki](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) w opcjach produktu.", "options__1": { "label": "Koło" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "Próbka", - "info": "Dowiedz się więcej o [próbkach](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) w opcjach produktu", + "info": "Włącz [próbki](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) w opcjach produktu.", "options__1": { "label": "Koło" }, diff --git a/locales/pt-BR.schema.json b/locales/pt-BR.schema.json index c58cb34505e..f4c975a9466 100644 --- a/locales/pt-BR.schema.json +++ b/locales/pt-BR.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1692,7 +1701,7 @@ }, "swatch_shape": { "label": "Amostra", - "info": "Saiba mais sobre as [amostras](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nas opções de produtos", + "info": "Habilite [amostras](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nas opções de produtos.", "options__1": { "label": "Círculo" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "Amostra", - "info": "Saiba mais sobre as [amostras](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nas opções de produtos", + "info": "Habilite [amostras](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nas opções de produtos.", "options__1": { "label": "Círculo" }, diff --git a/locales/pt-PT.schema.json b/locales/pt-PT.schema.json index 8be72791e2c..1248e35518e 100644 --- a/locales/pt-PT.schema.json +++ b/locales/pt-PT.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1684,7 +1693,7 @@ }, "swatch_shape": { "label": "Paleta", - "info": "Saber mais sobre as [amostras](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nas opções de produtos", + "info": "Ative [paletas](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nas opções de produto.", "options__1": { "label": "Círculo" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "Paleta", - "info": "Saber mais sobre as [amostras](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nas opções de produtos", + "info": "Ative [paletas](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) nas opções de produto.", "options__1": { "label": "Círculo" }, diff --git a/locales/sv.schema.json b/locales/sv.schema.json index 91c9fa7167c..97e9da0edfc 100644 --- a/locales/sv.schema.json +++ b/locales/sv.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -285,7 +294,7 @@ } }, "collection_cards": { - "name": "Produktseriekort", + "name": "Kategorikort", "settings": { "style": { "options__1": { @@ -538,7 +547,7 @@ }, "card_styles": { "label": "Kortstil", - "info": "Du kan uppdatera kortstilar för produkter, produktserier och bloggen i temainställningarna.", + "info": "Du kan uppdatera kortstilar för produkter, kategorier och bloggen i temainställningarna.", "options__1": { "label": "Använd individuella kortstilar" }, @@ -602,7 +611,7 @@ } }, "collection-list": { - "name": "Produktserielista", + "name": "Kollektionslista", "settings": { "title": { "label": "Rubrik", @@ -654,7 +663,7 @@ } }, "presets": { - "name": "Produktserielista" + "name": "Kollektionslista" } }, "contact-form": { @@ -1572,14 +1581,14 @@ } }, "main-list-collections": { - "name": "Produktserielista", + "name": "Kollektionslistsida", "settings": { "title": { "label": "Rubrik", "default": "Produktserier" }, "sort": { - "label": "Sortera produktserier efter:", + "label": "Sortera kollektioner efter:", "options__1": { "label": "Alfabetiskt, A–Ö" }, @@ -1684,7 +1693,7 @@ }, "swatch_shape": { "label": "Prov", - "info": "Läs mer om [swatches](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) på produktalternativ", + "info": "Aktivera [swatches](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) på produktalternativ.", "options__1": { "label": "Cirkel" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "Prov", - "info": "Läs mer om [swatches](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) på produktalternativ", + "info": "Aktivera [swatches](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) på produktalternativ.", "options__1": { "label": "Cirkel" }, diff --git a/locales/th.schema.json b/locales/th.schema.json index c0a330c6708..545a3473df5 100644 --- a/locales/th.schema.json +++ b/locales/th.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1684,7 +1693,7 @@ }, "swatch_shape": { "label": "ตัวอย่าง", - "info": "ดูข้อมูลเพิ่มเติมเกี่ยวกับ [แผงสี](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) ในตัวเลือกสินค้า", + "info": "เปิดใช้งาน [แผงสี](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) ในตัวเลือกสินค้า", "options__1": { "label": "วงกลม" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "ตัวอย่าง", - "info": "ดูข้อมูลเพิ่มเติมเกี่ยวกับ [แผงสี](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) ในตัวเลือกสินค้า", + "info": "เปิดใช้งาน [แผงสี](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) ในตัวเลือกสินค้า", "options__1": { "label": "วงกลม" }, diff --git a/locales/tr.schema.json b/locales/tr.schema.json index a17910338e7..88697d7fefd 100644 --- a/locales/tr.schema.json +++ b/locales/tr.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1692,7 +1701,7 @@ }, "swatch_shape": { "label": "Numune parça", - "info": "Ürün seçeneklerinde [numune parçalar](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) hakkında daha fazla bilgi edinin.", + "info": "Ürün seçeneklerinde [numune parçaları](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) etkinleştirin.", "options__1": { "label": "Yuvarlak" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "Numune parça", - "info": "Ürün seçeneklerinde [numune parçalar](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) hakkında daha fazla bilgi edinin.", + "info": "Ürün seçeneklerinde [numune parçaları](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches) etkinleştirin.", "options__1": { "label": "Yuvarlak" }, diff --git a/locales/zh-CN.schema.json b/locales/zh-CN.schema.json index 6a0348c256e..a19220c0558 100644 --- a/locales/zh-CN.schema.json +++ b/locales/zh-CN.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1684,7 +1693,7 @@ }, "swatch_shape": { "label": "样本", - "info": "详细了解如何在产品选项上启用[样本](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)", + "info": "在产品选项上启用[样本](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)。", "options__1": { "label": "圆形" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "样本", - "info": "详细了解如何在产品选项上启用[样本](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)", + "info": "在产品选项上启用[样本功能](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)。", "options__1": { "label": "圆形" }, diff --git a/locales/zh-TW.json b/locales/zh-TW.json index 7144badad30..053605f3dfa 100644 --- a/locales/zh-TW.json +++ b/locales/zh-TW.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "general": { "password_page": { @@ -14,7 +23,7 @@ "alt_text": { "share_on_facebook": "分享至 Facebook", "share_on_twitter": "分享至 X", - "share_on_pinterest": "在 Pinterest 上發布 Pin 貼文" + "share_on_pinterest": "在 Pinterest 上發佈 Pin 貼文" }, "links": { "twitter": "X (Twitter)", @@ -88,7 +97,7 @@ "one": "{{ count }} 則留言", "other": "{{ count }} 則留言" }, - "moderated": "請注意,留言須先通過審核才能發布。", + "moderated": "請注意,留言須先通過審核才能發佈。", "comment_form_title": "發表留言", "name": "名稱", "email": "電子郵件", @@ -97,7 +106,7 @@ "back_to_blog": "返回網誌", "share": "分享此文章", "success": "您已成功留言!感謝您!", - "success_moderated": "您已成功留言。由於我們的網誌有人管理,因此過一段時間後才會進行發布。" + "success_moderated": "您已成功留言。由於我們的網誌有人管理,因此過一段時間後才會進行發佈。" } }, "onboarding": { @@ -206,7 +215,7 @@ "reset": "重設", "sort_button": "排序", "sort_by_label": "排序依據:", - "to": "至", + "to": "給", "clear_filter": "移除篩選條件", "filter_selected_accessibility": "{{ type }} (已選取 {{ count }} 個篩選條件)", "show_more": "顯示更多內容", diff --git a/locales/zh-TW.schema.json b/locales/zh-TW.schema.json index 96baded0630..020d378676f 100644 --- a/locales/zh-TW.schema.json +++ b/locales/zh-TW.schema.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin language editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "settings_schema": { "colors": { @@ -1684,7 +1693,7 @@ }, "swatch_shape": { "label": "色樣", - "info": "瞭解為商品選項啟用 [色樣](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)的詳情。", + "info": "為商品選項啟用 [色樣](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)。", "options__1": { "label": "圓形" }, @@ -2567,7 +2576,7 @@ }, "swatch_shape": { "label": "色樣", - "info": "瞭解為商品選項啟用 [色樣](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)的詳情。", + "info": "為商品選項啟用 [色樣](https://help.shopify.com/en/manual/online-store/themes/theme-structure/theme-settings#options-with-swatches)。", "options__1": { "label": "圓形" }, diff --git a/sections/announcement-bar.liquid b/sections/announcement-bar.liquid index ff6397a905c..9dc470715ed 100644 --- a/sections/announcement-bar.liquid +++ b/sections/announcement-bar.liquid @@ -20,6 +20,7 @@
{%- if section.settings.show_social and social_icons -%} @@ -30,7 +31,7 @@ class="announcement-bar{% if section.settings.show_social %} announcement-bar--one-announcement{% endif %}" role="region" aria-label="{{ 'sections.header.announcement' | t }}" - {{ section.blocks.first.shopify_attributes }} + {{ block.shopify_attributes }} > {%- if section.blocks.first.settings.text != blank -%} {%- if section.blocks.first.settings.link != blank -%} @@ -91,6 +92,7 @@ class="announcement-bar__announcement" role="region" aria-label="{{ 'sections.header.announcement' | t }}" + {{ block.shopify_attributes }} > {%- if block.settings.text != blank -%} {%- if block.settings.link != blank -%} diff --git a/sections/email-signup-banner.liquid b/sections/email-signup-banner.liquid index 38e89c38426..5b182b5e8e3 100644 --- a/sections/email-signup-banner.liquid +++ b/sections/email-signup-banner.liquid @@ -147,9 +147,6 @@ "name": "t:sections.email-signup-banner.name", "tag": "section", "class": "section", - "enabled_on": { - "templates": ["password"] - }, "settings": [ { "type": "paragraph", @@ -401,6 +398,7 @@ } ] } - ] + ], + "templates": ["password"] } {% endschema %} diff --git a/sections/featured-collection.liquid b/sections/featured-collection.liquid index a73f979d274..b5261870c0a 100644 --- a/sections/featured-collection.liquid +++ b/sections/featured-collection.liquid @@ -95,33 +95,28 @@ aria-label="{{ 'general.slider.name' | t }}" > {% assign skip_card_product_styles = false %} - - {%- if section.settings.collection.products.size > 0 -%} - {% paginate section.settings.collection.products by section.settings.products_to_show %} - {%- for product in section.settings.collection.products limit: section.settings.products_to_show -%} -
  • - {% render 'card-product', - card_product: product, - media_aspect_ratio: section.settings.image_ratio, - image_shape: section.settings.image_shape, - show_secondary_image: section.settings.show_secondary_image, - show_vendor: section.settings.show_vendor, - show_rating: section.settings.show_rating, - skip_styles: skip_card_product_styles, - section_id: section.id, - quick_add: section.settings.quick_add - %} -
  • - {%- assign skip_card_product_styles = true -%} - {%- endfor -%} - {% endpaginate %} + {%- for product in section.settings.collection.products limit: section.settings.products_to_show -%} +
  • + {% render 'card-product', + card_product: product, + media_aspect_ratio: section.settings.image_ratio, + image_shape: section.settings.image_shape, + show_secondary_image: section.settings.show_secondary_image, + show_vendor: section.settings.show_vendor, + show_rating: section.settings.show_rating, + skip_styles: skip_card_product_styles, + section_id: section.id, + quick_add: section.settings.quick_add + %} +
  • + {%- assign skip_card_product_styles = true -%} {%- else -%} {%- for i in (1..section.settings.columns_desktop) -%}
  • {%- endfor -%} - {%- endif -%} + {%- endfor -%} {%- if show_mobile_slider or show_desktop_slider -%}
    diff --git a/sections/footer-group.json b/sections/footer-group.json index a9263d9b541..44f0255f947 100644 --- a/sections/footer-group.json +++ b/sections/footer-group.json @@ -1,47 +1,29 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin theme editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "name": "t:sections.footer.name", "type": "footer", "sections": { "footer": { "type": "footer", - "blocks": { - "footer-0": { - "type": "link_list", - "settings": { - "heading": "Quick links", - "menu": "footer" - } - }, - "footer-1": { - "type": "link_list", - "settings": { - "heading": "Info", - "menu": "footer" - } - }, - "footer-2": { - "type": "text", - "settings": { - "heading": "Our mission", - "subtext": "

    Share contact information, store details, and brand content with your customers.<\/p>" - } - } - }, - "block_order": [ - "footer-0", - "footer-1", - "footer-2" - ], "settings": { "color_scheme": "scheme-1", "newsletter_enable": true, "newsletter_heading": "Subscribe to our emails", + "enable_follow_on_shop": true, "show_social": true, - "enable_country_selector": false, - "enable_language_selector": false, + "enable_country_selector": true, + "enable_language_selector": true, "payment_enable": true, - "show_policy": false, - "margin_top": 48, + "show_policy": true, + "margin_top": 0, "padding_top": 36, "padding_bottom": 36 } diff --git a/sections/header-group.json b/sections/header-group.json index a9ac3a08a0d..25ab32f28d2 100644 --- a/sections/header-group.json +++ b/sections/header-group.json @@ -1,3 +1,12 @@ +/* + * ------------------------------------------------------------ + * IMPORTANT: The contents of this file are auto-generated. + * + * This file may be updated by the Shopify admin theme editor + * or related systems. Please exercise caution as any changes + * made to this file may be overwritten. + * ------------------------------------------------------------ + */ { "name": "t:sections.header.name", "type": "header", @@ -9,27 +18,36 @@ "type": "announcement", "settings": { "text": "Welcome to our store", - "text_alignment": "center", - "color_scheme": "scheme-1", "link": "" } } }, "block_order": [ "announcement-bar-0" - ] + ], + "settings": { + "color_scheme": "scheme-1", + "show_line_separator": true, + "show_social": false, + "auto_rotate": false, + "change_slides_speed": 5, + "enable_country_selector": false, + "enable_language_selector": false + } }, "header": { "type": "header", "settings": { - "color_scheme": "scheme-1", "logo_position": "middle-left", "menu": "main-menu", "menu_type_desktop": "dropdown", "sticky_header_type": "on-scroll-up", "show_line_separator": true, + "color_scheme": "scheme-1", + "menu_color_scheme": "scheme-1", "enable_country_selector": true, "enable_language_selector": true, + "enable_customer_avatar": true, "mobile_logo_position": "center", "margin_bottom": 0, "padding_top": 20, diff --git a/sections/header.liquid b/sections/header.liquid index 89297a1bf96..7371196a7c9 100644 --- a/sections/header.liquid +++ b/sections/header.liquid @@ -106,15 +106,7 @@ endfor -%} -{% liquid - assign header_tag = 'div' - - if section.settings.sticky_header_type != 'none' - assign header_tag = 'sticky-header' - endif -%} - -<{{ header_tag }} {% if header_tag == 'sticky-header' %}data-sticky-type="{{ section.settings.sticky_header_type }}"{% endif %} class="header-wrapper color-{{ section.settings.color_scheme }} gradient{% if section.settings.show_line_separator %} header-wrapper--border-bottom{% endif %}"> +<{% if section.settings.sticky_header_type != 'none' %}sticky-header data-sticky-type="{{ section.settings.sticky_header_type }}"{% else %}div{% endif %} class="header-wrapper color-{{ section.settings.color_scheme }} gradient{% if section.settings.show_line_separator %} header-wrapper--border-bottom{% endif %}"> {%- liquid assign social_links = false assign localization_forms = false @@ -288,7 +280,7 @@

    - + {%- if settings.cart_type == "notification" -%} {%- render 'cart-notification', color_scheme: section.settings.color_scheme, desktop_menu_type: section.settings.menu_type_desktop -%} @@ -558,7 +550,7 @@ { "type": "checkbox", "id": "enable_country_selector", - "default": true, + "default": false, "label": "t:sections.header.settings.enable_country_selector.label" }, { @@ -569,7 +561,7 @@ { "type": "checkbox", "id": "enable_language_selector", - "default": true, + "default": false, "label": "t:sections.header.settings.enable_language_selector.label" }, { diff --git a/sections/slideshow.liquid b/sections/slideshow.liquid index 793cd664bb2..3f415df50e3 100644 --- a/sections/slideshow.liquid +++ b/sections/slideshow.liquid @@ -166,7 +166,7 @@ {%- endif -%} {%- if block.settings.subheading != blank -%} -