Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #880991

    Hello Enfold Team! Thanks again for this awesome theme and the new Visual Artist Demo. Howver the background images do not show on mobile. Please see link in private box below on an iphone.
    DO you have some quick CSS code or a fix I can add quickly to remedy? Please? I hope so :)

    #881018

    Hey wormwoody,

    Please, I checked your site on my mobile device – can you send a screenshot of this issue?

    Best regards,
    John Torvik

    #881064

    It only occurs on iphone. Android is ok I think. Im seeing mentions of it being a problem for iphones that needs a workaround of some kind.

    #881263

    Hi wormwoody,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      #av_section_1, #av_section_2, 
      #av_section_3, #av_section_4 {
        background-attachment:scroll;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #881275

    Thank you Vic. Unfortunately it hasn’t changed anything. Perhaps the custom code is missing something? Maybe an !important to something? I tried Quick CSS and Custom CSS

    #881304
    This reply has been marked as private.
    #881419
    This reply has been marked as private.
    #881661

    hi
    I have the same problem

    #881815

    there is nowhere to give a custom class to a color section as mentioned int he workaround.
    I feel like your team needs to address this not send me to work on it. You would think a theme demo release would work as intended on the biggest selling phone in the world before you get people all excited to use it to be let down.
    I would like the Enfold team to assist with this please.

    #881970

    Hi wormwoody,

    The code I gave you was for mobile, not the iPad.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 768px) and (max-width: 1024px){
      .avia_mobile #top .av-parallax {
        background-attachment:scroll !important;
        background-size: 70% !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #882059

    It does not work in either place.

    #882093

    nevermind. I just chopped out those boxes as they dont even work for mobile and I have run out of time.

    #882365

    hi victoria

    thanks for you post

    this solutions is not the best at the moment. this template version is cool becouse of the background “appear/desappear”

    unfortunately in the 2018 where the 80% of people surf the web with mobile and IOS is the most used, is not a good workaround

    i’m sure developer will find the bug, hope quickly

    #882389

    Hi,

    Thank you for your patience.
    You are right, the solution is more of a hack. Our developers already checking on how to fix things.

    Best regards,
    Basilis

    #920928

    Any update on this issue?

    #921185

    Hi,

    Not yet – our development team still works on it.

    Thank you very much

    Best regards,
    Basilis

    #1294581
    #1295996

    Hi,


    @tobiastoifl
    Replied to your thread – https://kriesi.at/support/topic/color-section-background-image-not-showing-up-on-iphone/. Let us continue there :)

    Best regards,
    Yigit

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Critical Background Images in Visual Artist Demo Not Visible on iphone’ is closed to new replies.