Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #950706

    Hello,

    I tried to set the fallback image to a correct size. I used the codes from this threads:

    But it isn’t possible to display the image correct on a iPad.

    How is it possible to display it correct so that the image is 100% in the background (image attached)?

    Thank you for your help!

    Best regards

    #951844

    Hey christianichristiani,

    Please replace ” max-width: 480px ” to max-width: 880px

    and let us know if that fixes your issue properly.

    Best regards,
    Basilis

    #952683

    Hello Basilis,

    unfortunately it doesn’t work. Do you have another idea?

    Thank you!

    #952702

    And the other problem is: The buttons are not visible on the mobile (iPad) version (image attached).
    How can I fix this and fix the Slider issue?

    Thank you for your help!

    #953867

    Hi christianichristiani,

    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) {
      #av_section_1 {
            background-attachment: scroll !important;
            background-size: cover !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #956869

    Hello,

    this also doesn’t work.

    Thanks for help!

    #958005

    Hi,

    You can use another background image on iPad or tablet view. Set a unique Section ID to the color section with the background image. Use “custom-section” for example and then add the following css codes on the Quick CSS field to apply a different background image. An image that is actually resized for mobile view.

    @media only screen and (max-width: 1024px)
    #custom-section {
       background-image: url(BACKGROUND IMAGE URL HERE);
    }
    }
    @media only screen and (max-width: 1024px) and (min-width: 767px) {
    #custom-section {
        background-size: 768px 386px !important;
        background-repeat: no-repeat !important;
        background-position: top center !important;
    }
    }

    Best regards,
    Ismael

    #958248

    Hello Ismael,

    is there a solution for the Fullscreen-Slider because there is no way to add a section-id.

    Thanks!

    #958987

    Hi,

    You can turn on the Show element options for developers option under Enfold->Layout Builder. The CSS Ismael posted should work the same with class so just replace the ID in his code with your class or ID.

    Best regards,
    Rikard

    #960345

    Hello, thank you!

    And what can I do about the missing buttons on iPad?

    Thank you!

    #960987

    Hi christianichristiani,

    Could you please clear the cache, check again and on another device and get back to us.

    Best regards,
    Victoria

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