Tagged: x
-
AuthorPosts
-
January 9, 2017 at 11:01 am #1322639
phettlerParticipantThe background image on this website: http://restorationfromzion.com/ is not showing properly on iOS devices. I have tried following help found elsewhere in your forums, but no such help. I have found in debugging that if I set the background-attachment setting to ‘scroll’ it shows properly. But the background-attachment property seems to be set via JS to fixed!important so I cannot override this.
I attach the iOS screenshot, and an Android one for comparison.
Kind regards,
PaulJanuary 9, 2017 at 2:49 pm #1322913
RahulModeratorHi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
β Link to your site
β WordPress Admin username / passwordDonβt forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
January 10, 2017 at 2:29 am #1323567
phettlerParticipantThis reply has been marked as private.January 10, 2017 at 5:35 am #1323701
ChristopherModeratorHi there,
On mobile, background image couldn’t be displayed exactly like how it’s being displayed on desktop.
Please try following code one by one and check which one works better :@media only screen and (max-width: 480px){ #home-top { background-size: contain ; } }@media only screen and (max-width: 480px){ #home-top { background-size: 100% 100% ; } }@media only screen and (max-width: 480px){ #home-top { background-size: cover ; } }Please consider that it’s the limitation of background-size property.
Thanks.
January 10, 2017 at 8:59 am #1323957
phettlerParticipantPlease can you tell me how to disable to code that sets the background-attachment to fixed!important
This occurs even when I have turned off parallax on the container, which seems like a bug to me. When set to ‘scroll’ the image appears correctly.
January 10, 2017 at 7:00 pm #1324829
FriechModeratorHi There,
It seems like the
background-attachment: fixed;has nothing to do with the background not showing up.It is more likely the background image is loaded on a non-secure protocol (http:), while your site is (https:) some of the browser does not honor this kind of request.
I’d advice you remove and re-set this background images from your sections. And see if that resolves the protocol issue. Make sure to clear your caching plugin and your browser’s cache before previewing the site.
Let us know how it goes.
Cheers!
January 11, 2017 at 7:29 am #1325501
phettlerParticipantThanks. One way or another this has now been fixed. π
January 11, 2017 at 8:18 am #1325557
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1322639 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

