From 46946c20162e2ba00e274dfc4cfb35686e006945 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Fri, 27 Feb 2026 16:40:34 -0500 Subject: [PATCH] Moved and Updated Instacart's language selector for their smartling testing. --- Custom_Templates/customer_templates/.DS_Store | Bin 20484 -> 22532 bytes .../Instacart - Carrot/.DS_Store | Bin 0 -> 6148 bytes .../Instacart - Carrot/_head.html.liquid | 2 +- .../Instacart - Carrot/_header.html.liquid | 8 +- .../Instacart - Partners/_head.html.liquid | 17 +++ .../Instacart - Partners/_header.html.liquid | 15 ++- .../_language_selector.html.liquid | 119 ++++++++++++++++++ .../_sub_navigation.html.liquid | 15 ++- .../WSGC - Post-New Hire/homepage.html.liquid | 2 +- 9 files changed, 164 insertions(+), 14 deletions(-) create mode 100644 Custom_Templates/customer_templates/Instacart - Carrot/.DS_Store create mode 100644 Custom_Templates/customer_templates/Instacart - Partners/_language_selector.html.liquid diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store index 5f17146cbcf8c0987c996730ec304f0ae179cba6..4f3a244d499eaee6e645b5a9051a8731982ce9ff 100644 GIT binary patch delta 1947 zcmcJQe{2(F7{}l5b)$D&VYjV=F*(~&VWX7LVmCH^Y~2QNgAEGXTsM9!{c*4hx9jM& z-R2m@xF8B@mP<6ED2a(t|3I*!V*JBIL`>8ef<%dl7!yqlF=7P&FfqP&*AXOWVvK*> zJ@4~A&-*<0+pg&S~H0NAz`{?=@p(XUyC14hl`F zoz-WpuGN*sihLP!qj>t@oV=YaVzEqj2wwd?lj&{V8YB(ijWofi8o>Vf!DvgxJqe?tOlcg3#>6Ra|vg4_w zqJ)#0oR*Vne5l?bI}ypx~Tmz6a+rbxY`aw0v{AJyWLnvm5!19C!A)ADXvN^!YT z__!W5IxJl(t6WfZ&q7hWGkvB^BomYOW#sg@;9*&-Nww(Vgfr}p1Rb+0nJ`Kw%!pVm z*0Ah$W4|pW(Yv+Hdqp27MA;sV&TJ;;_!WGB6Ev=8udEi%2KjncNN~MMG$tulxki2s zD{SKWvewMjrju`Gxkx-YJWR*Yti4uoJu6&bcNv{Kqgr~)h@{RuQ>)m{vIE*sG$m~r zRi%`1B3CB1ik&QLeo7iJ&TL4?>14`$ADgR1vEQiGl1NAiI(Aj%f-}7?E^o$^@ zSvgGwLB9_*8IARXrmj*s653fr1RO7{fRY;87gL<2Zt89K&2M&aa4x6Vgh6r9G@JTDYcO08IvNL^BJ zTH9zHgE{tJi@zWf%D_L1|6_8Id`Yg7YgGJyzy=oc;l>j9sMwnjqJm$K4OH-9Y(qDC zuoHubB1Yw}K*b35A%zJ{B8P)`n2P@>p1_lM2G3Fep2zVf3cxFP6|W(WGk6>C;H-(l zC-?$a@SXLPx5V95c)#qN!un9>bUw50Aal2}dNAbu6Sklbx&QzG delta 245 zcmZqKz}T{YQJ8^&fzhcn#gKu)1IXk6VvmW!HjK|U2Cyv@MeC8EcS^dVvKT=``pBV771>?<=(*# zG|p0rgJFJvh2Em0jz9--GWY>Wb|3}nhcT}&Wz_|eP(07Rofxc~qF diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/.DS_Store b/Custom_Templates/customer_templates/Instacart - Carrot/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 - \ No newline at end of file + diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_header.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_header.html.liquid index 1298dc06..637e97d6 100644 --- a/Custom_Templates/customer_templates/Instacart - Carrot/_header.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_header.html.liquid @@ -324,15 +324,15 @@ element.classList.toggle(hiddenClass) }); } - + } function closeMenus(hiddenClassName){ for(const buttons of document.getElementsByClassName('custom-hamburger-btn-container')){ - const menuOpenedBtn = buttons.querySelector('.open-btn'); + const menuOpenedBtn = buttons.querySelector('.open-btn'); if(!menuOpenedBtn.classList.contains(hiddenClassName)){ menuOpenedBtn.classList.add(hiddenClassName); - buttons.querySelector('.closed-btn').classList.remove(hiddenClassName); + buttons.querySelector('.closed-btn').classList.remove(hiddenClassName); } } for(const menu of document.getElementsByClassName('np-header-mobile-menu-content')){ @@ -341,4 +341,4 @@ } } } - \ No newline at end of file + diff --git a/Custom_Templates/customer_templates/Instacart - Partners/_head.html.liquid b/Custom_Templates/customer_templates/Instacart - Partners/_head.html.liquid index beab5b4a..f2be1a1c 100644 --- a/Custom_Templates/customer_templates/Instacart - Partners/_head.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Partners/_head.html.liquid @@ -1,3 +1,20 @@ {% styles default %} {% styles colors %} {% styles custom %} + + + + + + + + diff --git a/Custom_Templates/customer_templates/Instacart - Partners/_header.html.liquid b/Custom_Templates/customer_templates/Instacart - Partners/_header.html.liquid index e554199e..cef6da59 100644 --- a/Custom_Templates/customer_templates/Instacart - Partners/_header.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Partners/_header.html.liquid @@ -73,6 +73,10 @@