dklemmt / contao_dk_mmenu

Implementation of mmenu as extension for Contao Open Source CMS
15 stars 16 forks source link

On-Canvas Option for Contao #31

Closed greenskyes closed 5 years ago

greenskyes commented 5 years ago

I'm trying to get on work On-Canvas Option for Contao 4.4 mmenu-Plugin. Unfortunately it not works with

<script type="text/javascript">
  $(document).ready(function() {
      $("#mmenu").mmenu({
          offCanvas: true;
      });
  });
</script>

Do have any idea how to solve this?

fritzmg commented 5 years ago

Version ^3.0@RC of this extension now uses mmenu 8.1.1+. Can you please re-describe what you are trying to do and post a link to the documentation of mmenu?

fritzmg commented 5 years ago

@greenskyes ist this still relevant?

fritzmg commented 5 years ago

Closing due to inactivity.