Responsiveness Tablet Display Issue

Beautiful and responsive WordPress theme with amazing parallax effect.
GK User
Fri Nov 02, 2012 3:15 am
Hi

I am having issues with the Creative theme displaying on iPads. I have a Galaxy Tab myself and have been checking it on this and it looks fine, it even uses the parallax still in landscape mode but I would prefer it it didn't as it looks clunky when scrolling.

When my site is viewed on an iPad in Portrait or Landscape orientation it appears to be using the Mobile style sheet instead of the Tablet style sheet. The demo theme on your site also does the same thing.

Is there a way to address the parameters for when it diverts to the Tablet or Mobile style sheet so it displays correctly.

My site is http://www.thegumball.com.au but you can see the same issues with the demo of the Creative theme

Thanks

Luke
User avatar
Fresh Boarder

GK User
Fri Nov 02, 2012 11:22 am
Hi,

First of all please apply the following fix:

https://github.com/GavickPro/Meet-Gaver ... c48b38b923

(it is a MeetGavernWP repository but it is the same fix for all templates)

because probably you're using the older version of the template, what cause that this fix isn't applied on your code.

It should fix the problem with the mobile view on iPad.
User avatar
Administrator

GK User
Fri Nov 02, 2012 11:24 am
So after the change your both links should be like this:

Code: Select all
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/tablet.css" media="(max-width: <?php echo get_option($tpl->name . '_tablet_width', '800'); ?>px)" />

<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/mobile.css" media="(max-width: <?php echo get_option($tpl->name . '_mobile_width', '800'); ?>px)" />
User avatar
Administrator


cron