Home page scroll

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #6317
    shaynes
    Member

    How can you get the same scroll effect by having the homepage anchors as a subnav?

    When set up you just jump to the spot – there is no page scroll…

    #6342
    Ernesto
    Member

    Hi, could you send us a screen of what you wish to accomplish?

    #6354
    shaynes
    Member
    This reply has been marked as private.
    #6375
    Ernesto
    Member

    Hi, you’ll need to disable all of your plugins to check which one of them is causing the issue.

    #6456
    shaynes
    Member

    Still no joy… Scroll is fine from the top nav, its just from the drop down.

    #6483
    Ernesto
    Member

    Hi, for the dropdown many items to scroll down, they need to be set up into the sigle-page homepage. If they’re linking to a sepparate webpage, it is not possible to generate a scroll.

    #6494
    shaynes
    Member

    Hi there,

    All items are set up as links in the menu as #features, #intro etc… but still just jump to a place rather than scroll. We’ve changed the menu so we have these #links across the top of the nav and it works fine but would be good to have dropdown scroll too

    #6516
    Ernesto
    Member

    Hi, I tried your webpage and the only items that seem to be not scrolling down are Support, Updates and Log In, which are not a part of the single page. The rest of them scroll down to the spot where they’re located.
    Is this happening with any particular browser?

    #6521
    shaynes
    Member

    Hi there, I’ve just added a dropdown scroll under pricing for you to see – it just jumps to point.

    Thanks

    #6571
    Raghavendra
    Moderator

    Pls try to replace the current code –

                    $('.single-page-template #primary-menu > ul > li > a[href*=#]').smoothScroll(
    

    at line number 140 of file js/main.js file to –

                    $('.single-page-template #primary-menu ul li a[href*=#]').smoothScroll(
    

    and see if that helps.

    #6572
    shaynes
    Member

    Sweet! Works…

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Home page scroll’ is closed to new replies.