If you are using a sticky, fixed menu in your WP theme, this plugin is the best to deal with it overlapping anchored content.
If you are using a sticky, fixed menu in your WordPress theme, this plugin is the best to deal with the menu overlapping your anchored content. Insert exact menu height to jump before your anchor target. With the PRO version you can also adjust the value for a mobile breakpoint by width.
Mobile First Feature and Premium Support
The Plugins First team provides active one to one email support for everybody who bought the PRO-version. The PRO version comes with premium support and the mobile first feature.General Support and Bug Reports
General support is provided within the Support area of WordPress.org, where you can also report bugs.
/wp-content/plugins/
directoryWith and without the plugin - On the right side you see how it looks without this plugin: your anchor-target is overlapped by the sticky menu. In comparison to that, on the left side, you see how it looks with this plugin: you will jump a little bit before the anchor-target so it will not be overlapped.
Administration user interface which contains two settings: set standard distance and a CSS class for DOM elements to ignore click events.
Additional feature: Mobile first. It allows to set a maximum width and according distance, which will be used instead of the standard distance. (only PRO-version)
Because the algorithm looks for the # sign in the URL. Unfortunately accordions and other menu-like structures using # to reference a target. That is getting in the way of the plugin. But in version 2 we introduced a new feature, which allows you to set a CSS class and the plugin will ignore all links using that CSS class.
Yes, you set a CSS class which indicates, that the plugin is prohibit from being activated by a click event.
Yes, with version 2 (only PRO-version), we introduced a feature, that lets you set a certain screen width and a value for the distance, which only applies until that width is reached. After the width is higher, the default value will be used.
We got feedback from users that they experienced weird behavior when clicking an anchor. In almost all cases another plugin or a custom Java Script of the theme is interfering with the Fixed Menu Anchor plugin. The reason is, that it kinda capturing the click event to apply a certain behavior for anchor-links. If you have the same problem, please deactivate other plugins first and see if the problem goes away. If it persists, create a post in the support forum, together with a detailed description of your setup (e.g. installed plugins, active theme). We will look into it and getting back to you.
id
attribute to be used to determine a target to jump toname
attribute.