Profiles

  • Member Since: July 20th, 2015
  • Find me on:
  • Posted a reply to The navigation menu problem, on the site WordPress.org Forums:
    After some more testing finally I'm using this code: <script> function nomenu(){if(window.innerWidth > 992) document.getElementsByClassName('nav-panel-toogle')[0].click();};…

  • Posted a reply to The navigation menu problem, on the site WordPress.org Forums:
    Hi, I wanted the same so I finally used some javascript: <script> window.onload = function()…