Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1335886

    Hi, I updated Enfold from 4.8.3 to 4.8.8.1 and I have and error in pages that I have (Color Section) with (Background Video) and I have checked option “Hide video on Mobile Devices” and also I with a (Background Image) defined.

    With old version worked fine, when I open page from Desktop I see the video and when I check same page from mobile (iPhone with safary or chrome) I see background image, but since I update theme doesn’t work.

    Thanks

    #1335934

    Hey Gabri,

    It seems to be working as it should on my end, did you try loading the site in a private or incognito browser window? If you need further help, then please post admin WordPress login details in private so that we can check your settings.

    Best regards,
    Rikard

    #1336078

    Hi Rikard, I make some test now and I know what happens, if I switch (Styling / Background Image / Background Attachment) from (Fixed) to (Scroll) it works.

    #1336121

    Hi,

    Thank you for the update.

    Please note that fixed backgrounds are not supported on iOS devices by default. You may need to switch the background attachment back to “scroll”, or add this css code to adjust it on mobile view.

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

    Best regards,
    Ismael

    #1336160

    Thanks Ismael for this information

    Best regards,
    Gabri

    #1336169

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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