How to disable mobile and tablet version

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Feb 10, 2014 9:18 pm
Reply with quote
Report this post
Hi,

I want to disable the mobile and tablet version of this template so on all devices the layout is the same.
I've searched but i can't find out how. I already disables the mobile menu.

Can someone please help?

Regards,

Sander
User avatar
Fresh Boarder

GK User
Mon Feb 10, 2014 9:26 pm
Reply with quote
Report this post
Hi,
1) You have disable Responsive Layout [Off] in template configuration - this may help.
2) But to disable whole RWD you have to customize template , cut off all mobile CSS (css\mobile.css, css\tablet.css etc.)
User avatar
Platinum Boarder

GK User
Mon Feb 10, 2014 9:27 pm
Reply with quote
Report this post
What do you mean with RWD?
User avatar
Fresh Boarder

GK User
Mon Feb 10, 2014 9:31 pm
Reply with quote
Report this post
So easy....... thank you very much!!!
User avatar
Fresh Boarder

GK User
Mon Feb 10, 2014 9:33 pm
Reply with quote
Report this post
Read also (2) from my post if you want to have better desktop view on any device.
I mean:
Code: Select all
<link rel="stylesheet" href="...........templates/gk_msocial/css/small.desktop.css" media="(max-width: 1120px)" />
<link rel="stylesheet" href="............templates/gk_msocial/css/tablet.css" media="(max-width: 1030px)" />
<link rel="stylesheet" href="............templates/gk_msocial/css/small.tablet.css" media="(max-width: 820px)" />
<link rel="stylesheet" href=".............templates/gk_msocial/css/mobile.css" media="(max-width: 580px)" />


from: templates/gk_msocial\lib\framework/helper.layout.php
User avatar
Platinum Boarder


cron