• Resolved mrchoclo

    (@mrchoclo)


    Hi,

    I just need to disable the “special” version for phones and tablets, so no matter the device I’m browsing in, the website looks the same. How should I proceed?

    Thanks a lot in advance.

    • This topic was modified 4 years, 3 months ago by Jan Dembowski.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,
    You probably have the mobile mode from Jetpack enabled https://jetpack.com/support/mobile-theme/, which you can disable.

    Thread Starter mrchoclo

    (@mrchoclo)

    @rodicaelena

    I have never installed that…

    Hi,

    Then you can share your site URL so I can see what you mean exactly.

    Thread Starter mrchoclo

    (@mrchoclo)

    @rodicaelena

    Hi, it’s in the link field now.

    It’s not difficult though. I just want to disable the mobile theme when I browse the website from a phone.

    • This reply was modified 4 years, 3 months ago by Jan Dembowski. Reason: Moved link to link field

    Hi @mrchoclo,

    Thank you for the clarification. I get your point that you don’t need the responsive version of your website, however, we strongly advise against that. Having a responsive version of the website is crucial these days when the majority of visitors are using mobile devices to browse the network.

    Even your SEO results are impacted by whether your website has a responsive version of the website or not.

    Even if you have some big reasons to have only the desktop version we don’t have an easy way to stop using mobile versions as breakpoints are defined in the theme CSS file so you would need to dequeue the whole stylesheet of the theme.

    Thread Starter mrchoclo

    (@mrchoclo)

    @bvytis

    It’s ok. Which line should I remove?

    Hi @mrchoclo,

    There is no one line that could be removed.

    You can check the style.css file and search for @media (min-width: lines. You’ll see breakpoints where styles change so you can change those mind-width values to something really small that will be never reached.

    We do not have a clean way to achieve this uncommon request so this is my recommendation that should work in your case ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How do I disable mobile version?’ is closed to new replies.