-
AuthorPosts
-
June 16, 2020 at 1:27 pm #1223015
I am having problems on IPad with images not appearing correctly as background in row grids, here is the page:
https://www.garfagnanadream.it/item/farina-di-neccio/Try to load it on an IPad Pro, with the default desktop mode of safari on the last IPad OS, then request the mobile version of the site.
When it is set in mobile, it loads correctly. In desktop mode (default) it does not work.- This topic was modified 4 years, 5 months ago by Leofiori.
June 18, 2020 at 2:23 pm #1223713I need assistance ASAP
I tested disabling every plugin, and removing all the quick css code… this clearly looks like an enfold bug with safari on IPad OS!
- This reply was modified 4 years, 5 months ago by Leofiori.
June 18, 2020 at 4:23 pm #1223780Hi Leofiori,
Please have a look at the following thread:
If you need further assistance please let us know.
Best regards,
VictoriaJune 18, 2020 at 9:54 pm #1223887Unfortunately I don’t think that is related in any way to the problem I am experiencing. Look at the following screenshots, the sharper ones are taken with “request mobile version” enabled… if I disable the option I get that blurry mess.
June 20, 2020 at 2:49 am #1224205Can someone take a look at the screenshots?
June 21, 2020 at 3:24 pm #1224409Bump
June 23, 2020 at 4:05 pm #1224905Please, do something. The website is broken on ipad.
June 24, 2020 at 1:40 am #1224973Can’t find any similar issue on the forums
June 25, 2020 at 10:44 am #1225440Hi,
What do you mean by “request mobile version”? Do you mean Chrome’s device toolbar?
This is how we see the site on Chrome’s iPad Pro emulation.
Screenshot: https://imgur.com/fu5C532
Best regards,
IsmaelJune 25, 2020 at 11:16 am #1225449Take a look here, a video will probably explain better the problem. Chrome’s IPad view emulator does not have this bug. Only real IPads do have.
June 26, 2020 at 12:16 pm #1225784Hi,
Thank you for that info.
Fixed background images are not fully supported on iOS devices and they usually cause issues when the background size property is set to “cover”. To fix the issue on iPad Pro device, we have to disable the fixed effect and set it to default or “scroll”.
@media only screen and (max-width: 1366px) { .flex_cell { background-attachment: scroll !important; } }
Please disable or toggle the Performance > File Compression settings after adding the code.
Firefox does not appear to support the local value when applied on a textarea element.
Chrome has an issue that occurs when using the will-change property on a selector which also has background-attachment: fixed defined. It causes the image to get cut off and gain whitespace around it.
iOS has an issue preventing background-attachment: fixed from being used with background-size: cover – see details// https://caniuse.com/#feat=background-attachment
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.