Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1144569

    My client is having problems with the Home page full screen slider on their iPhone 8s Safari. The image is very large – not responsive. I’ve had them clear their cache but it didn’t change. I have a file that shows screenshots of her phone if there’s a way to upload it.

    Can you help?

    Thanks!
    Melodee

    #1146278

    Hey HPCCo,

    can you upload the file using something like https://imgbb.com/
    and give us afterwards a link here so we can check this out.

    Best regards,
    Basilis

    #1146283

    Here you go: https://ibb.co/6mxH2Fy

    Thanks!

    #1146285

    Here’s a couple more she sent me:
    https://ibb.co/rpwvgZj
    https://ibb.co/n3hfrLp

    #1146288

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    @media only screen and (max-width: 768px) { 
    .avia-mobile.avia-safari .avia-fullscreen-slider .avia-slideshow>ul>li {
    background-size: initial;
    }}
    
    

    Best regards,
    Yigit

    #1146299

    I added the code, my client cleared her cache, but she says it looks the same.

    Any other ideas?

    #1146765

    Hi,

    Thank you for the update.

    It probably looks like that because iOS has issues with fixed backgrounds. Please add this code inside the css media query above.

    .avia-fullscreen-slider .avia-slideshow[data-image_attachment="fixed"] > ul > li {
    	background-attachment: scroll !important;
    }

    Don’t forget to toggle the Enfold > Performance > File Compression settings after adding the code.

    Best regards,
    Ismael

    #1146907

    That worked! Thank you! I love Enfold :)

    #1147064

    Hi,

    Awesome! Glad it worked. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Slider issue on iPhone 8 Safari’ is closed to new replies.