Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

Remove Mobile View
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Remove Mobile View

Remove Mobile View 11 years, 5 months ago #5770

Hi, how to remove mobile view from my site? i mean if some user open the site from any mobile they only get windows view, Thanks Before

Re: Remove Mobile View 11 years, 5 months ago #5783

  • loitt
  • OFFLINE
  • Platinum Boarder
  • Posts: 2222
  • Karma: 48
Dear Hery Abudi,

Please go to "templates\sj_worldnews\includes\yt_template.class.php", finding:

if($browser->isMobile() && $browser->getBrowser()!= YTBrowser::PLATFORM_IPAD ){
	$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: naresazaya
  • Page:
  • 1
Time to create page: 0.22 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes