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!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok