OliveStudio / olivemenus

A powerful menus plugin for Craft CMS built for the need of simplicity and flexibility
MIT License
40 stars 22 forks source link

'sub-menu-ul-class' throwing exception on 1.0.6+ #28

Closed jhealey5 closed 5 years ago

jhealey5 commented 5 years ago

I can't update past 1.0.5 without an exception being thrown regarding submenu classes:

image

I can resolve it by adding a random class to the template function config:

{{ craft.olivemenus.getMenuHTML('mainNav', { 'sub-menu-ul-class' : 'sub-menu' }) }}

alinistrate commented 5 years ago

Hi @jhealey5 Thanks for noticing this issue. We fixed it and pushed a new version.

Thanks, Alin