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

    (@malihu)

    The offset doesn’t work because your links are not handled by “Page scroll to id”. You’ve set the rel attribute to: relm_PageScroll2id which is wrong. It should normally be m_PageScroll2id.

    As it is now, your links are handled by your theme which probably does not support scrolling offsets etc.

    Thread Starter brentbarbano

    (@brentbarbano)

    Thanks. So I tried what you suggested and it didn’t work. I put in “m_PageScroll2id” for all links under the field Link Relationship (XFN). Any other suggestions?

    Plugin Author malihu

    (@malihu)

    You have another script in your page which animates the page: smoothscroll, which is loaded after “Page scroll to id”. This means that it handles your links click event.

    Is this another wp plugin or is it added by your theme? Can you disable it?

    Thread Starter brentbarbano

    (@brentbarbano)

    I can’t seem to find it anywhere. It isn’t a plugin and there is no setting for it. Any other ideas?

    Plugin Author malihu

    (@malihu)

    If it isn’t a standalone plugin then it’s part of your theme. You should contact the theme developer and ask them if/how to disable it.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Offset scrolling doesn't work’ is closed to new replies.