Hi.
How can disable mobile view on my website? I want to always show default desktop mode no matter what kind of device my visitor use. Where I find this feature?
Regards
Sebastijan
// set media query for the tablet.css
$this->API->addCSS($this->API->URLtemplate() . '/css/tablet.css','text/css','(max-width: '.$tablet_width.'px)');
// set media query for the mobile.css
$this->API->addCSS($this->API->URLtemplate() . '/css/mobile.css','text/css','(max-width: '.$mobile_width.'px)');
// CSS to avoid problems with the K2/com_content columns on the smaller screens
// set media query for the tablet.css
//$this->API->addCSS($this->API->URLtemplate() . '/css/tablet.css','text/css','(max-width: '.$tablet_width.'px)');
// set media query for the mobile.css
//$this->API->addCSS($this->API->URLtemplate() . '/css/mobile.css','text/css','(max-width: '.$mobile_width.'px)');
// CSS to avoid problems with the K2/com_content columns on the smaller screens