-
AuthorPosts
-
September 3, 2015 at 7:26 pm #497935
Hello Enfold,
When i’m using the backgrounds lite plugin there is a issue on ipad and iphone when i’m scrolling down the content. The background is not immediately vertically filling the display. A little space at the bottom is occuring.
Do i need the paid version?
Thank you.
September 3, 2015 at 7:35 pm #497940September 3, 2015 at 11:05 pm #498046Hi Yigit,
You can take a look at:
http://www.shipsatsea.nl/aeris
Then look at the iphone and scroll down the content…there is something weird at the bottom….when scrolling..
Thanks!
Kind regards!
September 3, 2015 at 11:59 pm #498070Hey!
Can you please update Enfold to the latest version 3.3.2 firstly – kriesi.at/documentation/enfold/updating-your-theme-files/?
Best regards,
YigitSeptember 4, 2015 at 10:00 am #498185Hi Yigit,
I ‘ve updated the theme now.
- This reply was modified 9 years, 2 months ago by hansvanasch.
September 4, 2015 at 2:02 pm #498380Hi!
Have you tried adding your content into a color section element with a custom background image with 100% of screen height and use a transparent header – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/?
Cheers!
YigitSeptember 6, 2015 at 9:35 pm #498941Hi Yigit,
Works! Nice solution. The only problem now is that the header on the iphone is white and not transparant. Can’t figure it out..?..I’ll send you the link.
Any suggestions? (i tested it with stretch-layout and filling the edges)
Thanks!
Hans
- This reply was modified 9 years, 2 months ago by hansvanasch.
September 8, 2015 at 12:23 am #499602Problem solved!
Using the Full Background Image Manager WordPress Plugin and adapting the css code with ‘background-size’. Fullscreen background and nicely vertically scrolling on a smartphone.
body.custom-background {
background-image: url(“/yourbackground image”);
background-repeat: no-repeat;
background-position: center top;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}September 8, 2015 at 9:13 am #499727 -
AuthorPosts
- The topic ‘WP Backgrounds Lite’ is closed to new replies.