Menu doesn't work on ipad

Support Area Forums Umami Menu doesn't work on ipad

Viewing 7 posts - 1 through 7 (of 7 total)
URL to the page in question: http://
  • Author
    Posts
  • #33359
    Advanced
    Participant

    Hello Bill,

    For some reason the menu does not work on an Apple ipad or Mac Mini. You can see it there and scroll it up and down, but you can’t click on anything. Do you know how this can be fixed?

    Thanks,
    SJ

    #33360
    Bill Robbins
    Moderator

    Hi SJ,

    What’s the URL to the site you’re working on. Also what version of iOS is the iPad running and which browser and version are you using on the Mac Mini?

    Let me know and we’ll go from there.

    Thanks,
    Bill

    #33361
    Advanced
    Participant
    This reply has been marked as private.
    #33362
    Advanced
    Participant
    This reply has been marked as private.
    #33367
    Bill Robbins
    Moderator

    Hi Susan,

    In version 1.3, I made some changes to the sidebar so that it will work a bit more reliably than it did previously. As part of that, the semi-transparent background was actually taken from the sidebar and added to the body via a ::before in the CSS. But because of that, the changes you had made to remove the animation won’t affect it. I think that’s getting you here.

    Let’s do this first.

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      body::before {
      	-webkit-animation-duration: 0;
      	animation-duration: 0;
      	-webkit-animation-name: none;
      	animation-name: none;
      }
      
      #sidebar {
      	z-index: 1;
      	position: relative;
      }
      
    3. Update your settings.

    See how that goes now,
    Bill

    #33394
    Advanced
    Participant

    Thanks for the code.

    I looks like it did the trick. You rock! Thanks again – have a successful week!

    SJ

    #33398
    Bill Robbins
    Moderator

    Thanks Susan…you too 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Menu doesn't work on ipad’ is closed to new replies.