diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid index 175cbdac..2a709ba0 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid @@ -1,392 +1,537 @@ -{% assign us_user_grow = false %} -{% assign us_user_supplier = false %} -{% assign india_user = false %} -{% assign mexico_user = false %} - -{% for group in current_person.groups %} - {% if group.name == 'Grow With Walmart' %} - {% assign us_user_grow = true %} - {% endif %} - {% if group.name == 'Supplier Academy' %} - {% assign us_user_supplier = true %} - {% endif %} - {% if group.name == 'Walmart Vriddhi' %} - {% assign india_user = true %} - {% endif %} - {% if group.name == 'Crece con Walmart' %} - {% assign mexico_user = true %} - {% endif %} -{% endfor %} - -{% assign category_advisors = false %} - -{% for group in current_person.groups %} - {% if group.name == 'Category Advisors' %} - {% assign category_advisors = true %} - {% endif %} -{% endfor %} - -
-
- {% if current_school.logo_url %} -

- - {{ current_school.name }} - -

- {% else %} - - {{ current_school.name }} - - {% endif %} - -
- -
- - {% if current_person.signed_in? %} - -
- {% if current_person.signed_in? %} - - - {% endif %} -
-
- - -
- {% else %} - - {% endif %} -
-
- -
-
- {% if current_person.signed_in? %} - {{ current_person.name }} -
- {{ current_person.name }} -
- {% endif %} -
- - - Start Here - - {% for website_navigation in navigations.header_navigations %} - {% unless website_navigation.name == 'Dashboard' %} - - {% if website_navigation.name == '' %} - - {% endif %} - {{ website_navigation.name }} - - {% endunless %} - {% endfor %} - - Welcome to Walmart - - - Courses - - - Blog - - - Help Docs - -
- - Contact - - {% unless current_school.sso_active? %} - - {% t .profile_settings %} - - {% endunless %} - - {% t .sign_out %} - -
-
-
- -{% include "messages" %} - - - - +{% assign us_user_grow = false %} +{% assign us_user_supplier = false %} +{% assign india_user = false %} +{% assign mexico_user = false %} +{% assign category_advisors = false %} +{% assign samsclub = false %} +{% assign import = false %} +{% assign opencall = false %} + + + + +{% for group in current_person.groups %} + {% if group.name == 'Grow With Walmart' %} + {% assign us_user_grow = true %} + {% endif %} + {% if group.name == 'Active Suppliers' %} + {% assign us_user_supplier = true %} + {% endif %} + {% if group.name == 'Walmart Vriddhi' %} + {% assign india_user = true %} + {% endif %} + {% if group.name == 'Crece con Walmart' %} + {% assign mexico_user = true %} + {% endif %} + {% if group.name == 'Category Advisors' %} + {% assign category_advisors = true %} + {% endif %} + {% if group.name == "Sam's Club" %} + {% assign samsclub = true %} + {% endif %} + {% if group.name == 'Import' %} + {% assign import = true %} + {% endif %} + {% if group.name == 'Open Call 2025' %} + {% assign opencall = true %} + {% endif %} +{% endfor %} + + +
+
+ {% if current_school.logo_url %} +

+ + {{ current_school.name }} + +

+ {% else %} + + {{ current_school.name }} + + {% endif %} + +
+ +
+ + + + {% if current_person.signed_in? %} + +
+ {% if current_person.signed_in? %} + + + {% endif %} +
+
+ + +
+ {% else %} + + {% endif %} +
+
+ +
+
+ {% if current_person.signed_in? %} + {{ current_person.name }} +
+ {{ current_person.name }} +
+ {% endif %} +
+ + + Start Here + + {% for website_navigation in navigations.header_navigations %} + {% unless website_navigation.name == 'Dashboard' %} + + {% if website_navigation.name == '' %} + + {% endif %} + {{ website_navigation.name }} + + {% endunless %} + {% endfor %} + + Welcome to Walmart + + + Courses + + + + Help Docs + +
+ + Contact + + {% unless current_school.sso_active? %} + + {% t .profile_settings %} + + {% endunless %} + + {% t .sign_out %} + +
+
+
+ +{% include "messages" %} + + + + diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_headerstart.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_headerstart.html.liquid index 03050e44..4734b265 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_headerstart.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_headerstart.html.liquid @@ -1,513 +1,537 @@ -{% assign us_user_grow = false %} -{% assign us_user_supplier = false %} -{% assign india_user = false %} -{% assign mexico_user = false %} -{% assign category_advisors = false %} -{% assign samsclub = false %} -{% assign import = false %} - - - -{% for group in current_person.groups %} - {% if group.name == 'Grow With Walmart' %} - {% assign us_user_grow = true %} - {% endif %} - {% if group.name == 'Active Suppliers' %} - {% assign us_user_supplier = true %} - {% endif %} - {% if group.name == 'Walmart Vriddhi' %} - {% assign india_user = true %} - {% endif %} - {% if group.name == 'Crece con Walmart' %} - {% assign mexico_user = true %} - {% endif %} - {% if group.name == 'Category Advisors' %} - {% assign category_advisors = true %} - {% endif %} - {% if group.name == "Sam's Club" %} - {% assign samsclub = true %} - {% endif %} - {% if group.name == 'Import' %} - {% assign import = true %} - {% endif %} -{% endfor %} - - -
-
- {% if current_school.logo_url %} -

- - {{ current_school.name }} - -

- {% else %} - - {{ current_school.name }} - - {% endif %} - -
- -
- - - - {% if current_person.signed_in? %} - -
- {% if current_person.signed_in? %} - - - {% endif %} -
-
- - -
- {% else %} - - {% endif %} -
-
- -
-
- {% if current_person.signed_in? %} - {{ current_person.name }} -
- {{ current_person.name }} -
- {% endif %} -
- - - Start Here - - {% for website_navigation in navigations.header_navigations %} - {% unless website_navigation.name == 'Dashboard' %} - - {% if website_navigation.name == '' %} - - {% endif %} - {{ website_navigation.name }} - - {% endunless %} - {% endfor %} - - Welcome to Walmart - - - Courses - - - Blog - - - Help Docs - -
- - Contact - - {% unless current_school.sso_active? %} - - {% t .profile_settings %} - - {% endunless %} - - {% t .sign_out %} - -
-
-
- -{% include "messages" %} - - - - + height: 325px; +} + +.start-here { + display:block; + font-weight: bold; +} +.np-header-desktop-nav-link:hover .header-dropdown-container-row { + display: block; +} + +.np-header-desktop-nav-link:hover .header-dropdown-container { + display: block; +} + +.header-dropdown-option a { + text-align: left; + font-size:18px; +} + +.header-dropdown-option { + display: block; + padding: 15px; + color: black; + text-decoration: none; + white-space: nowrap; + font-size:18px; +} +.dropdown-nav { + position: relative; + display: flex; + align-items: center; + color: #fff; + margin-left: 15px; +} + +.header-dropdown-option:hover { + background-color: #fff; +} +.hidden-mobile { + display: none; +} +.hidden-desktop { + display: block; +} +.header-mobile-menu-nav { + margin-left: 20px; +} +.hamburger-menu { + color: #fff; +} +.header-search { + position: relative; + width: 100%; +} +.header-mobile-search-input { + width: 100%; + padding: 13px; +} +.start-here-btn-mobile { + background: #FFC220; +} +@media only screen and (min-width: 1100px) { + .hidden-mobile { + display: flex; + } + .hidden-desktop { + display: none; + } +} + +@media only screen and (min-width: 768px) { + .np-header-mobile-menu-content { + top: 110px; + } +} + + + + diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_modal.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_modal.html.liquid index 19e504b1..765bdf2b 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_modal.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_modal.html.liquid @@ -2,7 +2,7 @@