ipads

Support Area Forums Umami ipads

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://
  • Author
    Posts
  • #27202
    Javier Cucurella
    Participant

    Hi, I am testing the work I am doing with umami and I can’t see the menu sidebar on my ipad. Do you knwow why?

    #27203
    Bill Robbins
    Moderator

    Javier,

    I’d be glad to take a look for you. What’s the URL to the spot where you’re working with the theme?

    Thanks,
    Bill

    #27207
    Javier Cucurella
    Participant

    Hi, Bill

    I am working on local, but on my ipad i have visited your demo page and the menu sidebar don’t appear, I have also visited the sites uses Umami and the same. Perhaps its due to the animation…Have you tested it on iOS system?

    Thanks

    #27209
    Bill Robbins
    Moderator

    Javier,

    Curious. I just gave the demo a test look on the two iPads I have here and my iPhone and the sidebar did slide in on all of them. I’ve attached a screenshot of one of them for you. Those are all running iOS 8. Which model iPad and iOS version are you using?

    Thanks,
    Bill

    #27214
    Bill Robbins
    Moderator

    Thankfully iOS has a really high adoption rate for new version. Combined iOS 7 and 8 cover 94% of all devices.

    If you want to remove the animations you can. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .fadeIn {
        -webkit-animation-name: none;
        animation-name: none;
      }
      
      .slideInLeft {
        -webkit-animation-name: none;
        animation-name: none;
      }
      
    3. Update your settings.

    If you run into trouble, let me know.

    Take care,
    Bill

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘ipads’ is closed to new replies.