Welcome, Guest
Username Password: Remember me

Separate template for iPads
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Separate template for iPads

Separate template for iPads 12 years, 6 months ago #5734

  • goldlilys
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
I know there's already a ipod/iphone template settings, but I would like to use the standard version of the theme for Ipads since it has a bigger screen so there's no point of using the mobile version of it. 

Can you guys add an ipad version and disable the mobile theme. Thanks.
Last Edit: 12 years, 6 months ago by goldlilys.

Separate template for iPads 12 years, 6 months ago #5737

  • steinarasb
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
Have you tried chekcing "no" in the radiobutton for "iPad support"?

Separate template for iPads 12 years, 6 months ago #5741

  • goldlilys
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Thanks for fast reply. And yes im a newbie to mobile joomla and didn't see that option yet. Will check it out. 

Separate template for iPads 12 years, 1 month ago #7516

  • mClever71
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
where did ipad setting go in latest stable version

Separate template for iPads 12 years, 1 month ago #7522

  • zigsdesign
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
I am also looking for an answer to this question. I have the latest version 1.0 installed but would like to turn off the mobile version for iPad because the regular site template looks and works great on iPad's larger screen.

Separate template for iPads 12 years, 1 month ago #7528

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
zigsdesign wrote:
I am also looking for an answer to this question. I have the latest version 1.0 installed but would like to turn off the mobile version for iPad because the regular site template looks and works great on iPad's larger screen.

MJ1.0 should display desktop version on iPads (and other tablets). Try to clear cookies in your browser, and if issue exists after that, post here UserAgent string of your browser (e.g. from mobilejoomla.com/uatest.php).

Separate template for iPads 12 years, 1 month ago #7533

  • zigsdesign
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Thanks for your input! You are correct, it did fix the issue. I had not cleared my browser cache after updating to the latest version.

Re: Separate template for iPads 12 years ago #8434

  • pethr
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Karma: 0
It would still be great to have a tablet template option. Please... Desktop version isn't meant for tablets.

Re: Separate template for iPads 11 years, 10 months ago #9779

In plugins\mobile\terawurfl.php

change

 
if($wurflObj->getDeviceCapability('is_tablet'))
{
$MobileJoomla_Device['markup'] = '';
}
 


to

 
if($wurflObj->getDeviceCapability('is_tablet'))
{
$MobileJoomla_Device['markup'] = 'iphone';
}
 


That should forward ipad's to de iphone website

Re: Separate template for iPads 11 years, 10 months ago #9780

  • pethr
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Karma: 0
What I meant is a separate template for iPads/tablets. You certainly don't want iPad users to see site optimized for small screen of an iPhone but you don't necessarily want them to see full desktop version either...
Last Edit: 11 years, 10 months ago by pethr.
  • Page:
  • 1
  • 2
Time to create page: 0.16 seconds

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.