I have converted my CMS into responsive-layout. Everything works very well (without Bootstrap, without other extentions....)
But in th moment I can not use "SligNav" in my CMS. It would be advantageous to use a div-container with id=menu . For many reasons I can not change unordered list "ul" a supplement id = "menu".
And I don't use an additional trigger! Can you expand the code for this situation:
@kukki15344, you can use any selector you want with SlickNav. In your example you can use $('#menu > ul').slicknav(); and it should pick up your menu's parent ul.
I have converted my CMS into responsive-layout. Everything works very well (without Bootstrap, without other extentions....) But in th moment I can not use "SligNav" in my CMS. It would be advantageous to use a div-container with id=menu . For many reasons I can not change unordered list "ul" a supplement id = "menu". And I don't use an additional trigger! Can you expand the code for this situation: