Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #61761

    Web BZ
    Participant

    Hi, I’m working on a new website and developping it on a Imac on Mac OS 10.9.3 and Chrome Version 35.0.1916.114.
    Double check on Safari 7 and Firefox 11.
    Everything works fine. Here’s my version

    WORDPRESS 3.9.1
    THEME X 2.0.1
    CHILD ETHOS
    X-SHORTCODE 2.3.1
    VISUAL COMPOSER 4.1.3
    REVSLIDER 4.3.8

    The parallax display problem occurs on :

    Windows 8.1
    Chrome : 35.0.1916.153m
    IE version 11.0.96

    and on a server using this :

    Microsoft Server 2008 v. 10.3.5500.0
    Windows 7
    Chrome : 35.0.1916.153m
    IE 11.0.9600.17041

    The background lags (or seems to jump). Really hard on the eyes…
    Could you tell me why ??

    Thanks!

    #61762

    Web BZ
    Participant
    This reply has been marked as private.
    #62078

    Mrinal
    Member

    Hi David,

    They’re showing fine here. Did you checked it with any other PC or Mac? Let me ask my co-workers about the issue.

    #62206

    Web BZ
    Participant

    Yeah, I check with many computers.
    It seems to be Windows 8.1 mixed with IE 11.0.96 that cause the problem.
    It looks better with Windows 7…

    I’ll wait for your answer after you discuss with your co-workers.

    Thanks!

    #62256

    Stefan T
    Participant

    Hi, David C!

    I´m having the same problem. My content-band image always shifts a little bit when the website has fully loaded. See here: http://www.dolcevita-online.com/icephonenew/heim/

    Here’s my code:
    [content_band inner_container=”true” no_margin=”true” border=”none” padding_top=”40px” padding_bottom=”40px” bg_image=”../wp-content/uploads/2014/06/Fix-iPhone1.jpg” parallax=”true” ]

    etc

    Have you found a solution yet?

    #62544

    Christian
    Moderator

    Hey Guys,

    We’re investigating the issue and might include a fix in the next release. Please stay tuned for the update.

    Thanks for reporting to us and we’re sorry for the inconvenience.

    #64601

    Web BZ
    Participant

    @ Stefan => No I haven’t found a solution yet. Also, your url is inactive.

    @ Support => Thanks, I’ll wait for your update.

    #65051

    Rad
    Moderator

    Sure David, will let you know.

    #70185

    andre o
    Participant

    I´m having the same problem.

    #70187

    andre o
    Participant

    My content-band image always shifts a little bit when the website has fully loaded.
    Ill wait for your update to… but cant you let me know?

    #70367

    Rad
    Moderator

    Sure Andre! We will let you know.

    #100640

    Web BZ
    Participant

    Hi, I just want to know if you investigate this issue ?

    #100684

    Alexander
    Keymaster

    Hi David,

    We made some minor changes, to make general improvements, but couldn’t reproduce this specific bug in order to fully understand it. I can’t say whether or not the specific issue was addressed. Could you share a URL where you’re still experiencing this? And are you using the latest version of X?

    #102717

    Web BZ
    Participant

    Hi, yes I’m using the latest version of X and as I said last month, the problem occurs on Explorer 11 and Chrome (latest) under Windows 8. As the website on which I work will be online next tuesday (less than 5 days), I would have been glad that you take a look at this.

    Thanks in advance !

    The site here

    #102738

    Zeshan
    Member

    Hi David,

    Thank you for writing in!

    This is a default behaviour of Chrome and IE, when you scroll the page using scrollbar, you will see the parallax effect just fine but when you use keyboard keys or mouse scroller, it’ll get jumpy.

    However, you can try using the following CSS code under Custom > CSS in the Customizer and see if it helps:

    .x-content-band.bg-image.parallax, .x-content-band.bg-pattern.parallax {
       -webkit-transition: .15s ease-in-out;
       -moz-transition: .15s ease-in-out;
       -o-transition: .15s ease-in-out;
       -webkit-transition-property: background-position;
       -moz-transition-property: background-position;
       -o-transition-property: background-position;
    }
    

    Hope this helps. 🙂

    Thank you.