• I really like this plugin, but I have a small problem that makes it unusable on my site. I am building a site using the onepress theme (free version for now) and the jump links that are generated afford no way that I can see, short of code modification or some extra javascript functionality (like maybe wp coder) to handle the offset of the menu ribbon at the top of the site/page. I know this is not only a onepress theme issue as I have other themes that present the same condition (landscaper is one of note).

    So the question is this: Is there some javascript or css code that I could use as a WP Coder item to pad spacing at at the top/bottom of the jump link – such as:

    #anchor-name{padding-top:150px;margin-top:-150px;}

    The above css would work (I used developer tools to manually test it) but since the plugin uses javascript to alter the dom after rendering, I can’t come up with a way to target the anchors with css to achieve the desired offset so that the anchor jumped to is visible below the ribbon menu.

    Thanks!

  • The topic ‘Nice Plugin… But…’ is closed to new replies.