From 9e455cc3c7c70cc2f6824fed239d7ac210c91291 Mon Sep 17 00:00:00 2001 From: Robert Pihelgas Date: Tue, 8 Jun 2021 12:53:30 +0300 Subject: [PATCH 1/2] Fix menu link class --- components/menu-level-1-link.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/menu-level-1-link.tpl b/components/menu-level-1-link.tpl index d48592b..4c17046 100644 --- a/components/menu-level-1-link.tpl +++ b/components/menu-level-1-link.tpl @@ -1,3 +1,3 @@ + {{ item.title }} + \ No newline at end of file From 50db66b3b067a0a7e6f56d0d1b08a761f637c6e7 Mon Sep 17 00:00:00 2001 From: Robert Pihelgas Date: Tue, 8 Jun 2021 12:57:49 +0300 Subject: [PATCH 2/2] Bring back missing settings button --- components/menu-breadcrumbs.tpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/menu-breadcrumbs.tpl b/components/menu-breadcrumbs.tpl index e2ba5d8..89a04b0 100644 --- a/components/menu-breadcrumbs.tpl +++ b/components/menu-breadcrumbs.tpl @@ -33,5 +33,10 @@ + {% if site.root_item.selected? and site.root_item.layout_title == product_list_layout %} + + {% endif %} {%- endif -%}