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

    (@malihu)

    I checked your page and although the plugin is loaded and called correctly (on the correct links with existing targets), the links don’t get any js events (as they should).

    This usually means that the theme (or maybe another plugin) is modifying the links after the page is loaded. I checked each link with dev tools and I saw that their parent (li) has few js events (mouse-over/out), which suggests that some other script(s) might have modified the links, causing a conflict with ‘Page scroll to id’.

    The actual ‘Page scroll to id’ plugin (the non-wordpress version) offers tools to “update” the links even after they’ve modified, by using $.mPageScroll2id(); inside other scripts. The thing is that such code can only be inserted manually in your theme which might be tricky or not allowed at all…

    Although I don’t know the Hathor theme, I can’t really see another reason beside other script(s) modifying the links. Sorry for not providing an actual/quick solution.

Viewing 1 replies (of 1 total)

The topic ‘Animation not working just jumping’ is closed to new replies.