New Landing How can we help? Themeforest Theme Support Uplift Swift slide text shifting first time home page loads

  • This topic has 14 replies, 4 voices, and was last updated 6 years by Dev23847.
Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Uplift
  • #329614
    Dev23847
    Member
    Post count: 124

    Hi,

    After homepage finishes loading, the text “Israel’s best snack, delivered to your door” shifts slightly to the left. If you skip to next slide before first slide finishes loading, the same thing happens with “Raising the bar on healthy eating”.

    Thank you

    #329634
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Instead the <br> can you try the <p> ?

    -Rui

    #329645
    Dev23847
    Member
    Post count: 124
    This reply has been marked as private.
    #329722
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Will have to forward this one to Ed so he can help us out.

    -Rui

    #329978
    Dev23847
    Member
    Post count: 124
    This reply has been marked as private.
    #330008
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Thanks for the info.

    -Rui

    #330069
    Dev23847
    Member
    Post count: 124
    This reply has been marked as private.
    #330265
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Not sure why, but the topic wasn’t correctly assigned to Ed.
    It’s assigned now.

    -Rui

    #330450
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @Dev23847

    Seems to be to do with the animated headline within, when the JS loads. Can you please try adding this CSS which should sort the movement:

    .swift-slider .caption-content .sf-headline .sf-words-wrapper {
    display: inline;
    }

    Let us know.

    – Ed

    #330461
    Dev23847
    Member
    Post count: 124
    This reply has been marked as private.
    #330578
    Dev23847
    Member
    Post count: 124
    This reply has been marked as private.
    #330697
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    I do not see the Nav shifting on the homepage when the popup is triggered/closed. Is this for a specific OS/browser/browser size?

    Thanks.

    #330927
    Dev23847
    Member
    Post count: 124
    This reply has been marked as private.
    #331128
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Adam,

    Ok, so this seems to be occurring because when the page loads, there is no scrollbar to the right of the page as the slider hasn’t yet loaded, then when it does load the scrollbar is needed, hence the shift in the content. What I suggest we try is adding this CSS, which will set the minimum height for the page, and should mean the scrollbar is there from the initial load. Please try adding this, and letting us know.

    .home #container {
    min-height: 100vh;
    }

    Thanks,

    – Ed

    #331562
    Dev23847
    Member
    Post count: 124
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in to reply to this topic.