I bought the LifeStyle template and I am pretty happy with it - great work!
There is one issue, that drives me mad:
In mobile browsers the background image is not fixed. Firefox updated the mobile browser to support this feature but android internet and chrome do not show the background right.
My website URL: http://www.tgoh.de
If possible please provide a workarround. Thank you in advance!
- fabian@familiepampam.de
-
- Commercial Templates
- Friday, 30 October 2015
- Subscribe via email
Also insure you have the latest the download of the template installed which should also amend this issue (http://joomla51.com/tutorials/item/updating-your-template).
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hello
To amend try adding the following to the Cusotm CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Cusotm CSS field of your templates parameters...
.touch #body_bg {
background-size: auto 100% !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 4
Has there been any change on this topic during the last year?
You managed to solve my problem at your template "Willow".
How did you do that?
At my Template "LifeStyle" the mobile firefox is changing my 4 different background images right and keeps them fixed.
Mobile chrome is stretching my images and won't stop scrolling them.
You managed to solve my problem at your template "Willow".
How did you do that?
At my Template "LifeStyle" the mobile firefox is changing my 4 different background images right and keeps them fixed.
Mobile chrome is stretching my images and won't stop scrolling them.
- more than a month ago
- Commercial Templates
- # 5
Hello
Sorry to say there is no work around for fixing the background image on devices where the background-attachment property has been disabled. 'Fixed-backgrounds have huge repaint cost and decimate scrolling performance, which is, I believe, why some devices have it disabled'.
Ciarán
Sorry to say there is no work around for fixing the background image on devices where the background-attachment property has been disabled. 'Fixed-backgrounds have huge repaint cost and decimate scrolling performance, which is, I believe, why some devices have it disabled'.
Ciarán
- more than a month ago
- Commercial Templates
- # 6
If I change that, the background-image is fixed to the content. I try to scroll the content over the fixed background like in mobile firefox.
- more than a month ago
- Commercial Templates
- # 7
Hello
To amend could you try adding the following to the Custom CSS field of your templates parameters..
I believe the issue you are having is related to the background-size set to 'cover' which some browsers would have an issue with.
Ciarán
To amend could you try adding the following to the Custom CSS field of your templates parameters..
@media only screen and (max-width: 1080px) {
#body_bg {
background-size: auto auto !important;
}
}
I believe the issue you are having is related to the background-size set to 'cover' which some browsers would have an issue with.
Ciarán
- more than a month ago
- Commercial Templates
- # 8
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »