Our network: Joomla Templates // Magento Themes // WordPress Themes
Error
  • Kunena Internal Error: Please contact the site administrator to fix this issue!
  • Kunena Internal Error: Please contact the site administrator to fix this issue!
  • Kunena Internal Error: Please contact the site administrator to fix this issue!
  • Kunena Internal Error: Please contact the site administrator to fix this issue!
  • Kunena Internal Error: Please contact the site administrator to fix this issue!
Welcome, Guest

Disable Mobile Layout ect.
(0 viewing) 
Userguide, Report bugs, New Ideas...
  • Page:
  • 1

TOPIC: Disable Mobile Layout ect.

Disable Mobile Layout ect. 9 months, 3 weeks ago #4347

Hi,

I want to disable the mobile, iphone ect. layout so when you look the website on a mobile phone or else it looks the same as you open it on a computer. I set all the layouts the same, so the window layout has the same as the iphone layout but I doesn't get the same layout on a mobile phone.

How do I disable the layouts so the website looks the same on all platforms?

Thanks!

Re: Disable Mobile Layout ect. 9 months, 3 weeks ago #4356

  • SA Loi
  • NOW ONLINE
  • Administrator
  • Posts: 2277
  • Points: 7605
  • Karma: 40
  • Honor Medal 2009
Hi Michael Halvemaan,

Please open the yt_template.class.php in "your_site/templates/sj_news25/includes", finding:

if($this->mobile_device_detect()){
			$this->is_mobile = true;
			if($this->get_cookie($this->template.'_switch_modes')!=''){
				if($this->getParam('switch_modes')=='1'){
					$this->is_mobile = true;
				}else{
					$this->is_mobile = false;
				}
			}
		}else{
			$this->is_mobile = false;
			if($this->getParam('switch_modes')=='1'){
				$this->is_mobile = true;
			}
		}


change to:

               $this->is_mobile = false;
		if($this->getParam('switch_modes')=='1'){
			$this->is_mobile = true;
		}


Thanks
Ticket System | Join our Clubs to download our extensions and templates
The following user(s) said Thank You: Michael Halvemaan

Re: Disable Mobile Layout ect. 9 months, 3 weeks ago #4362

Thanks, this is great!
  • Page:
  • 1
Time to create page: 0.21 seconds