Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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.
    #1223713

    I 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.
    #1223780

    Hi Leofiori,

    Please have a look at the following thread:

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1223887

    Unfortunately 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.

    View post on imgur.com

    #1224205

    Can someone take a look at the screenshots?

    #1224409

    Bump

    #1224905

    Please, do something. The website is broken on ipad.

    #1224973

    Can’t find any similar issue on the forums

    #1225440

    Hi,

    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,
    Ismael

    #1225449

    Take 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.

    #1225784

    Hi,

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.