Viewing 1 replies (of 1 total)
  • Plugin Author malihu

    (@malihu)

    Hi,

    I checked your link and it seems that the problem is within your theme’s CSS (not with the plugin).

    Inspecting your page with browser’s developer tools, reveals that all your target sections are at the same position (below the large top image). That’s why the page is always scrolled there.

    You can confirm this by creating and testing a plain link in your content (a link which is not handled by the plugin) with a URL #servicesBebold. It won’t scroll the page to the “correct” position.
    You could also deactivate ‘Page scroll to id’ and test your menu links again (they’ll keep scrolling the page to the same place).

    Seems that in your HTML you have multiple nested floated divs that are not cleared anywhere. This makes their containers have zero height, thus not appearing on the “correct” vertical position in your page.

    You should first make your targets work correctly either by fixing your CSS or moving them inside other block level elements. If you do this, your links will work correctly with or without ‘Page scroll to id’.

    Hope this helps

Viewing 1 replies (of 1 total)
  • The topic ‘Scroll working wierdly’ is closed to new replies.