Shape 5

Wordpress Club Themes => CleanOut - Club => : sarahglen April 25, 2016, 10:07:27 AM



: Desktop Version link doesn't work on mobile version
: sarahglen April 25, 2016, 10:07:27 AM
So if you access plaid.is on a mobile phone, and then click on the 'Desktop Version' link at the very bottom of the page, you end up on a blank page.

Any ideas/solutions?


: Re: Desktop Version link doesn't work on mobile version
: Tristan Rineer April 26, 2016, 07:11:02 AM
Adding the following code to the bottom of the theme's style.css file will hide the Desktop Version button:

:
#s5_responsive_switch_mobile {
    display: none;
}


On responsive sites, the mobile version and the desktop version are the same thing; the site just re-sizes and re-flows the content to fit the smaller screen.  You can see this in action on your desktop by resizing the browser window to be smaller.