Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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.

    #497940

    Hey hansvanasch!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #498046

    Hi 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!

    #498070

    Hey!

    Can you please update Enfold to the latest version 3.3.2 firstly – kriesi.at/documentation/enfold/updating-your-theme-files/?

    Best regards,
    Yigit

    #498185

    Hi Yigit,

    I ‘ve updated the theme now.

    • This reply was modified 9 years, 2 months ago by hansvanasch.
    #498380

    Hi!

    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!
    Yigit

    #498941

    Hi 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.
    #499602

    Problem 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;
    }

    #499727

    Hey,

    Great! Glad you got it fixed and thanks for sharing your solution :-)

    Thanks,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘WP Backgrounds Lite’ is closed to new replies.