• I really like the Twenty Twenty theme. I suits my needs just perfect. But I have this strange issue with the modal menu (the dots).

    On my computer the modal menu works just fine. But on mobile and tablet the modal menu does not always, but somtimes, show when i press the three dots. Especially with Chrome but also Safari.

    I have cleared cashes on my site and terminals. Removed the cashing plugin. Reinstalled the theme. Nothing works. It′s just that sometimes the menu shows up when pressing the three dots and sometimes not. And it′s annoying.

    I tested one of the pre-release versions of the Twenty Twenty theme a few weeks ago. And that version worked just fine.

    Anyone else seen this problem?

    BR
    /LaRs

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Also having this problem.

    Dev Console:

    Uncaught TypeError: Cannot read property 'classList' of null
        at index.js?ver=1.0:83
        at index.js?ver=1.0:85

    Which is this:

    if ( ( 'ontouchstart' in window ) || ( window.DocumentTouch && document instanceof window.DocumentTouch ) || matchMedia() ) {
      document.body.classList.add( 'touch-enabled' );
    }

    The toggle button works when you have a version of the page cached but if you hard reload it, first load won’t work.

    Thread Starter lekajak

    (@lekajak)

    Aha.

    To me it seems different terminals and browsers are more or less sensitive to the issue.

    Safari on Mac: The toggle button (three dots) always works.
    Safari on iPhone: The toggle button works quite often.
    Chrome on iPhone: The toggle button is broken quite often.

    If I go into my site and the toggle doesn′t work: If I click a link on the page and go to that page. When the new page is loaded the button will work.

    Hi there! Fortunately, somebody else has already run into this issue as well. There are currently 2 trac (where development/fixes happen for the theme) tickets that have been submitted:

    https://core.trac.www.ads-software.com/ticket/48601
    https://core.trac.www.ads-software.com/ticket/48643

    While there isn’t a solution currently for fixing the issue, hopefully somebody will come up with a fix soon to get this working.

    Thread Starter lekajak

    (@lekajak)

    Thanx for the info!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Modal menu issue’ is closed to new replies.