Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #302492

    Hallo nach Österreich , hi to Austria,

    i love your theme and your Visual Editor. But as i tested and (also read in this forum)
    the parallax scrolling and also fixed image Option is not working with the actual Theme Release
    on the iPad.

    In time of “mobile First” Website-Generation this is a absolutly need for a graphic-orientated Designwork.

    That it will work in your theme, i can see it on websites like :
    http://www.westcobbdiner.com/

    And as i read, Kriesi had deactivetad this features, because of some issues.
    https://kriesi.at/support/topic/parallax-was-working-on-ipad-2air-but-not-after-latest-enfold-theme-update/

    But please, please , please, let this deactivation as an option for us devoloper, so i can deactive this
    by my self, so i can choose the need against bug problem by myself. Actually i have two customers, where
    i cannot use your theme because the parallax scrolling effect is a company-info-transporting function.

    Is there any workaround , hack , quick-css possibility to re-avtivate the features ?

    Best regards
    Jochen

    PS: working for the ios update cannot be a solution.

    #302957

    Hey ibrainventures!

    You can set a background to fixed which is almost identical to the parallax effect. Otherwise re-enabling it means those sections would be unusable for content as Kriesi mentioned.

    Best regards,
    Devin

    #303034

    Hi Devin,

    the “fixed” Background is also still not working on iPad.

    Checked on :
    Theme: Enfold
    Version: 2.9.1
    Installed: enfold
    AviaFramework Version: 1.9.1
    AviaBuilder Version: 0.7
    ML:128-PU:45-PLA:4

    You can also check it on your demo-site :

    e.g. http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/ (in the middle are some static backgrounds)
    they are not working on iPad Air (all Firmwares are up to date).

    Any clue ?

    #303418

    I’m interested if we can set a background fixed on ipad. Thanks!

    #303511

    Hi!

    Thank you for the update.

    Fixed background not working on iOS device is a common issue. Try to edit the color section then add an ID to it. Let’s use “fixed-bg” for example. Add this on Quick CSS or custom.css to set the background fixed on iPad:

    #fixed-bg {
        height: 100%;
        width: 100%;
        position: fixed !important;
        z-index: -1;
        top: 0;
    }
    

    Remove browser cache then test the page again.

    Regards,
    Ismael

    #303705

    Hi Ismael,

    thanks for the fast respond:

    I tried the ID / fixed-bg css addon and it doesnt work:

    Effect 1: on the normal Firefox browser there is no BG-Image visible
    Effect 2: on the iOS Device (iPad) there is a fixed image, but the layout is completly changed and many more

    Changed the z-index: to 1 : it is visible on the firefox browser and ios Browser but the layout is also destroyed.
    (no breadcrumbs visible etc., position of the fixed image is not right etc.)

    I think this workaround is to sensible because of the z-index rendering of a relative complex layout. So .. :-(

    Is there any timeline when the fixed “fixed (and parallax) BG Images” is coming back in Enfold ?

    Best regards
    Jochen

    #303742

    it does not work for me too!

    #304512

    What device and browser on that device specifically is it not working? I’m not getting any issue on my dev site, the demo site or messing around on codepen with the fixed background images set.

    #304529

    Hi Devin,

    i am using a normal (out of the box) Apple iPad Air with the normal Safari Browser.

    Devin, are you really getting a fixed backgorund image with your ipad on your site:

    http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/

    ?

    If yes i send you a bottle of champagne ..

    #304576

    The images are visible on my ipad yes. This is exactly what is supposed to be happening.

    iOS does not support background-attachment: fixed on background images. That isn’t a theme thing, its an iOS issue and when Kriesi was using javascript to fake it resulting performance and user issues reported were enough to have it hotfix removed.

    #304585

    I hope it will work on a next update because it was super fantastic on ipad air. Fixed background image ! Great!!!

    #304637

    Devin, the following wordpress theme has a working fixed / static background on Ios devices (ipad, iphone):

    http://confitdemo.wordpress.com

    Is this also a css / javascript – trick based ?

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Parallax Scrolling and Fixed Images iPad’ is closed to new replies.