JanBo
Hi !
I discovered some minor issues :
1) In partials, page site/header.htm does not hide hidden menus from StaticPage menu.
{% for item in staticMenu.menuItems if not staticMenu.menuItems.viewBag.isHidden %}
should be :
{% for item in staticMenu.menuItems if not item.viewBag.isHidden %}
2) on OctoberCMS Market theme page, in Documentation tab, at the end :
run npm build:css
should be
npm run build:css
;-)
Best regards and thanks a lot again.
- jan
b.bayuaji18130
Thanks for pointing out the problems. Much appreciated. Will update it soon
Best regards and thank you very much.
Bayuaji
1-2 of 2