• Resolved mlecule

    (@mlecule)


    Page scroll works fine. However, I was wondering if there is an option to scroll to the id from the bottom up rather than just starting from the top after each time you select a new link. Thanks.

    • This topic was modified 8 years, 3 months ago by mlecule.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author malihu

    (@malihu)

    The plugin works from any direction (top, bottom etc.)

    The issue with your page is that you’ve added the www sub-domain in your links URL. Since your server is configured to not use www, it redirects all www URLs to the root.
    In short, you see the scrolling start from the top because the page reloads (for the server http://www.homelessforanight.net is a different URL than http://homelessforanight.net).

    Simply remove the www part from your links URL.
    For example, change your “About” link URL from:

    http://www.homelessforanight.net/#panel1

    to:

    http://homelessforanight.net/#panel1

    and it’ll work 😉

    Thread Starter mlecule

    (@mlecule)

    That fixed it. Thanks for the prompt response.

    • This reply was modified 8 years, 3 months ago by mlecule.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Scrolling from the bottom’ is closed to new replies.