diff --git a/Custom_Templates/customer_templates/Anthology - Production/_cards_course.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_cards_course.html.liquid index 42bc390f..59a71437 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/_cards_course.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/_cards_course.html.liquid @@ -186,7 +186,21 @@ {% assign flag = '' %} {% endunless %} -
+{% capture course_path %}{% route course, id: course.id %}{% endcapture %} +{% assign act_count = 0 %} +{% for section in course.sections %} + {% for activity in section.activities %} + {% assign act_count = act_count | plus : 1 %} + {% endfor %} +{% endfor %} + +{% assign allCats = '' %} +{% for category in course.categories %} + {% assign allCats = allCats | append: category.name | append: ' || '%} +{% endfor %} + + +
{%- comment -%} {% unless flag == 'catalog' %} {% endunless %} {%- endcomment -%}
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_cards_course_revamped.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_cards_course_revamped.html.liquid index cc268dcf..451eac0c 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/_cards_course_revamped.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/_cards_course_revamped.html.liquid @@ -186,6 +186,20 @@ {% assign flag = '' %} {% endunless %} +{% capture course_path %}{% route course, id: course.id %}{% endcapture %} +{% assign act_count = 0 %} +{% for section in course.sections %} + {% for activity in section.activities %} + {% assign act_count = act_count | plus : 1 %} + {% endfor %} +{% endfor %} + +{% assign allCats = '' %} +{% for category in course.categories %} + {% assign allCats = allCats | append: category.name | append: ' || '%} +{% endfor %} + +
{ item.style.display = "none" }) if (selectedFilter == "datasnipper") { - eventItems.forEach((item) => { + eventItems.forEach((item) => { const eventTitle = item.querySelector(".np-card-content-title").innerText.toLowerCase().trim() if (eventTitle == "automation with datasnipper" || eventTitle == "datasnipper q&a" || eventTitle == "datasnipper tips & tricks") { - item.style.display = "flex" + item.style.display = "flex" } }) } else if (selectedFilter == "financial statement suite") { - eventItems.forEach((item) => { + eventItems.forEach((item) => { const eventTitle = item.querySelector(".np-card-content-title").innerText.toLowerCase().trim() if (eventTitle == "welcome to the financial statement suite" || eventTitle == "financial statement suite tips & tricks") { - item.style.display = "flex" + item.style.display = "flex" } }) } else if (selectedFilter == "interactive learning") { - eventItems.forEach((item) => { + eventItems.forEach((item) => { const eventTitle = item.querySelector(".np-card-content-title").innerText.toLowerCase().trim() if (eventTitle == "datasnipper q&a" || eventTitle == "datasnipper tips & tricks" || eventTitle == "financial statement suite tips & tricks") { - item.style.display = "flex" + item.style.display = "flex" } }) } @@ -160,4 +160,4 @@ indexesArray.forEach(e => document.querySelector(".training-sessions").appendChild(e)); } - \ No newline at end of file + diff --git a/Custom_Templates/customer_templates/Walmart Luminate Canada/_french_canadian_lang.html.liquid b/Custom_Templates/customer_templates/Walmart Luminate Canada/_french_canadian_lang.html.liquid index cc758cd4..b8e5886a 100644 --- a/Custom_Templates/customer_templates/Walmart Luminate Canada/_french_canadian_lang.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Luminate Canada/_french_canadian_lang.html.liquid @@ -40,9 +40,9 @@ .Dashboard.np-sub-navigation-content-item-link, .Events.np-sub-navigation-content-item-link, .Learning.Paths.np-sub-navigation-content-item-link, -.Home.np-footer-navigation-link.np-button-color, -.Learning.Paths.np-footer-navigation-link.np-button-color, -.Events.np-footer-navigation-link.np-button-color, +.np-footer-navigation-link.np-button-color, +.np-footer-navigation-link.np-button-color, +.np-footer-navigation-link.np-button-color, .course-completion, .np-header-avatar-tooltip-navigation-link, .np-header-avatar-tooltip-navigation-link.np-danger, @@ -355,7 +355,7 @@ body > main > div.np-catalog-header-wrapper > div.np-catalog-header > div.np-res text-indent: 0; line-height: .5; display: block; - content: « Bienvenue dans l'apprentissage Walmart Luminate »; + content: "Bienvenue dans Walmart Luminate Learning"; } .Home.np-homepage-subheadline::after { @@ -655,7 +655,7 @@ body > main > div.np-catalog-header-wrapper > div.np-catalog-header > div.np-res margin-top: 8px; } -.Home.np-footer-navigation-link.np-button-color::after { +.np-footer-navigation-link.np-button-color::after { /* Home */ text-indent: 0; line-height: 0; @@ -664,7 +664,7 @@ body > main > div.np-catalog-header-wrapper > div.np-catalog-header > div.np-res margin-top: -9px; } -.Events.np-footer-navigation-link.np-button-color::after { +.np-footer-navigation-link.np-button-color::after { /* Events */ text-indent: 0; line-height: 0; @@ -673,7 +673,7 @@ body > main > div.np-catalog-header-wrapper > div.np-catalog-header > div.np-res margin-top: -9px; } -.Learning.Paths.np-footer-navigation-link.np-button-color::after { +.np-footer-navigation-link.np-button-color::after { /* Learning Paths */ text-indent: 0; line-height: 0; diff --git a/Custom_Templates/customer_templates/Walmart Luminate Canada/_header.html.liquid b/Custom_Templates/customer_templates/Walmart Luminate Canada/_header.html.liquid index 8ef3f749..01576fda 100644 --- a/Custom_Templates/customer_templates/Walmart Luminate Canada/_header.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Luminate Canada/_header.html.liquid @@ -87,7 +87,7 @@
  • English
  • -
  • Español
  • +
  • French
diff --git a/Custom_Templates/customer_templates/Walmart Luminate Canada/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Walmart Luminate Canada/_sub_navigation.html.liquid index 27dc004c..c344905c 100644 --- a/Custom_Templates/customer_templates/Walmart Luminate Canada/_sub_navigation.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Luminate Canada/_sub_navigation.html.liquid @@ -26,6 +26,7 @@
+{% comment %} +{% endcomment %}