Closed jhealey5 closed 5 years ago
I can't update past 1.0.5 without an exception being thrown regarding submenu classes:
I can resolve it by adding a random class to the template function config:
{{ craft.olivemenus.getMenuHTML('mainNav', { 'sub-menu-ul-class' : 'sub-menu' }) }}
Hi @jhealey5 Thanks for noticing this issue. We fixed it and pushed a new version.
Thanks, Alin
I can't update past 1.0.5 without an exception being thrown regarding submenu classes:
I can resolve it by adding a random class to the template function config:
{{ craft.olivemenus.getMenuHTML('mainNav', { 'sub-menu-ul-class' : 'sub-menu' }) }}