1. mjrehder
  2. Commercial Templates
  3. Tuesday, 17 April 2012
  4.  Subscribe via email
I purchased the Juniper template about a year ago. Recently I have discovered, that the template is not behaving correctly on an iPad. I can confirm the behaviour on the demo server. When "removing the frame", then the left side of the template will not scroll together with the rest.

Is there an update / patch on the horizon or did other people find a workaround?
Accepted Answer Pending Moderation
0
Votes
Undo
Hi mjrehder

A lot of mobile browsers deliberately do not fully support position:fixed; on the grounds that fixed elements could get in the way on a small screen. Although by no means a small screen this rule also applies to the iPad.

To disable all fixed backgrounds on the iPad for this template try adding the following to the end of your templates template.css (../templates/j51_juniper/css/template.css)

[code type=css]@media only screen and (device-width: 768px) {
#leftcol {position:static;}
}
[/code]

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
That did the trick.
I wonder why it works on the iPad 3 using 768px as condition for screen width...

Anyway, thanks for the help and the fast respone
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!