• I understand if a mobile user switches to desktop mode, a “Switch back to mobile” button should appear. This is not showing anywhere on my phone, so I am stuck in desktop mode. Where is the button supposed to appear and what could be hiding it? I am using a Twenty Ten child theme.
    Thanks

    https://wordpress.org/plugins/wptouch/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter webrightnow

    (@webrightnow)

    Never mind, I found it at the very bottom of the page. It was very small and easy to miss – if I did, I think other users will too. I have now styled it to make it stand out a bit more.

    Hi,
    Could you share the code you used to make it stand out a bit more please?
    I changed to desktop mode and couldn’t see the switch back to mobile option either.
    Thanks,
    Patrick.

    Thread Starter webrightnow

    (@webrightnow)

    I added the following classes to my theme’s stylesheet:

    .wptouch-desktop-switch {
    font-size: 24px !important;
    background-color: #16283a;
    color: #C0C0C0;
    }
    .wptouch-desktop-switch a {
    background-color: #16283a;
    color: #FFFFFF;
    }

    Obviously change the colours to suit your theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Switch back to mobile version not showing’ is closed to new replies.