• I’m trying to get the desktop version of a site to load on an iPad (one running iOS 12 and one iOS 13 public beta), but it will only load the mobile/tablet version. All other websites I go to are loading the desktop version on iOS 13. Is there a way to make the site permit desktop specific version requesting?

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • hannah

    (@hannahritner)

    Hey,
    Do you just mean that you want the dekstop menu to show on tablets? Are there other things you’re referencing?

    Hannah

    Thread Starter escient

    (@escient)

    It’s mostly the menu, but I want to make sure I’m seeing the actual desktop version of the site on my tablet.

    hannah

    (@hannahritner)

    Try adding this to your custom css box in Theme Options > Custom CSS:

    @media (min-width: 767px) and (max-width: 992px) {
    .col-md-10.col-sm-4.col-ss-3.kad-header-right {
        width: 75%;
    }
    .col-md-2.col-sm-8.col-ss-9.clearfix.kad-header-left {
        width: 25%;
    }
    .sf-menu * {
        font-size: 16px;
    }
    .nav-trigger-case .kad-navbtn {
        display: none;
    }
    #nav-main ul.sf-menu, .nav-main ul.sf-menu {
        display: inline-block;
    }
    }

    Hope it helps!

    Hannah

    Thread Starter escient

    (@escient)

    Thank you for trying to help. That still only loads the mobile version of the site with the mobile version of the menu.

    hannah

    (@hannahritner)

    Have you cleared your cache?

    Hannah

    Thread Starter escient

    (@escient)

    Yes. Multiple times. Also tried on 2 different iPads. One on iOS12 and one on iOS 13 public beta with Request Desktop Website feature permanently turned on.

    Hey,
    There isn’t a desktop and mobile version. That isn’t how responsive websites are designed created. You can’t load a different version because there isn’t a different version. The css is designed to be responsive and change format to fit the screen. You can’t turn that off. You can change the screen size for when the touch menu appears. That is what hannahs css is doing for you.

    So I’m not sure what you are referring to. Before I try to go further can you send me a screenshot of what you are seeing so that I know we are on the same page?

    Ben

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Allow force desktop specific version’ is closed to new replies.