How do you enable multiple Nav types on the same page?

If you wish to display a bottom bar along with a page built using Inline Nav, here are the steps:
Embed the preferred Nav as bottombar on the page
AND add this script to the head: window.makerAllowMultipleEmbeds = true;
This above flag tells Nav that it is OK for bottombar to render on a page even if page has inline.
Last updated
Was this helpful?