Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1369449

    We have detected several errors. Some images are not displayed on mobile devices, on phones, tablets or ipad. Some images are cut off on iPad. On Android phones or iPhone there are some images that are not displayed. I leave examples and screenshots in a private link. I leave an example of the “home” page, although this happens on all pages. although this happens on all pages depending on the type of design chosen.

    #1369523

    Hi keep12!

    Thank you for the inquiry.

    Did you set the Background Attachment to Fixed or Parallax? You may need to switch the attachment back to scroll in the element settings, or try this css code to directly adjust the style of elements with fixed backgrounds.

    .avia_mobile .avia-full-stretch {
        background-attachment: scroll !important;
    }
    
    .avia_mobile  .avia-bg-style-fixed {
        background-attachment: scroll !important;
    }
    

    Cheers!
    Ismael

    #1369757

    Hello

    Background is set Fixed, now I changed t scroll but same problem on mobile phones.

    I also introduce de CSS in Cell / Developer settings but nothing happens.

    Please can you access to WP to our site and see what its happening ?

    Thanks a lot

    • This reply was modified 2 years, 1 month ago by keep12.
    • This reply was modified 2 years, 1 month ago by keep12.
    • This reply was modified 2 years, 1 month ago by keep12.
    • This reply was modified 2 years, 1 month ago by keep12.
    #1369942

    Hello

    Any idea about this problem ?

    Please Help

    #1370127

    Hi,

    Thank you for the update.

    The images are displaying correctly on mobile view when we checked. Did you purge the cache or temporarily disable the Enfold > Performance > File Compression settings after reverting the attachment back to scroll? Make sure to hard refresh the page as well to display the updated version of the page.

    Best regards,
    Ismael

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