When using the snippet to have a transparent header menu. my anchors end up leaving that 100px gap above still. (it needs to scroll down 110px more to be at the right spot)
I know that we can manually create anchors at the right spots using HTML blocks but I’m hoping to not have to do so. Is there a better method that you guys can recommend?
Not really sure if you’re referring to the Smooth Scrolling feature? If so, we’re currently having a problem with that but we can give you the workaround. Do you mind sending the URL of the site in question so we can take a look?
The latest version we just released includes an option to change that offset. Simply add this snippet under Theme Customizer > Code > JS Code and play around with the value to suit your needs! jQuery( function(){ FLBuilderLayoutConfig.anchorLinkAnimations.offset = 100; } );
Now it scrolls to the right spot no matter what value I place into the numeric field. However, I’ve lost the smooth scroll to anchor animation, it just snaps to the location. It also breaks the builder completely.
I just realized you still have 1.6.3.2. The latest version is 1.6.3.3 where that function has just been added. Just update your plugin to the latest version, place the code there, clear the BB cache and that should fix you right up!