-
AuthorPosts
-
May 3, 2018 at 12:14 pm #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
May 4, 2018 at 8:52 pm #951844Hey christianichristiani,
Please replace ” max-width: 480px ” to max-width: 880px
and let us know if that fixes your issue properly.
Best regards,
BasilisMay 7, 2018 at 2:39 pm #952683Hello Basilis,
unfortunately it doesn’t work. Do you have another idea?
Thank you!
May 7, 2018 at 3:10 pm #952702And 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!
May 9, 2018 at 12:33 pm #953867Hi 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,
VictoriaMay 15, 2018 at 9:56 am #956869Hello,
this also doesn’t work.
Thanks for help!
May 17, 2018 at 8:45 am #958005Hi,
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,
IsmaelMay 17, 2018 at 4:39 pm #958248Hello Ismael,
is there a solution for the Fullscreen-Slider because there is no way to add a section-id.
Thanks!
May 19, 2018 at 9:44 am #958987Hi,
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,
RikardMay 22, 2018 at 1:53 pm #960345Hello, thank you!
And what can I do about the missing buttons on iPad?
Thank you!
- This reply was modified 6 years, 6 months ago by christianichristiani.
May 23, 2018 at 5:17 pm #960987Hi christianichristiani,
Could you please clear the cache, check again and on another device and get back to us.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.