Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1408294

    We purchased this theme specifically for the mobile static image effect. Really love it! But it’s not working as expected on mobile devices (iPad and iPhone). The images are not “fixed” when viewing on mobile. Most of them are not loading at all actually…but 1 is. I saw another thread about it not being supported on iOS, but it doesn’t explain why the one image is showing up and the others are not when they are all set to Fixed. Setting the other images to scroll, does allow them to show up. but their positioning is horrible. How can I fix this so it looks appropriate on mobile? Even the main banner image is not showing :(

    #1408752

    Hi fates_grasp,

    Unfortunately the problem is more of a browser issue, you can check this post: https://developer.apple.com/forums/thread/99883
    The only workaround for those images to work is adding this CSS code in Enfold > General Styling > Quick CSS:

    @media all and (min-width: 768px) and (max-width: 1180px) {
      .av-layout-grid-container .av-gridrow-cell.av_two_fifth {
        background-attachment: scroll !important;
        background-size: cover !important;
      }
    }

    I hope it helps.

    Best regards,
    Nikko

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