You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will want a new function inside the thunderbringer javascript file to traverse and find navigation items. If it's a 'ul > li > a' kind of structure, we may just want to do a direct copy into the nav template if we aren't doing a direct copy already if we have already identified the nav element as a bootstrap navigation.
The text was updated successfully, but these errors were encountered:
Direct copying of ul > li > a is done, we need to also set up a function that will do a loop on a certain set of elements (possibly look for elements with nav, menu, or item classes- this might be complicated and just have a user specify this in the config.js.
We will want a new function inside the thunderbringer javascript file to traverse and find navigation items. If it's a 'ul > li > a' kind of structure, we may just want to do a direct copy into the nav template if we aren't doing a direct copy already if we have already identified the nav element as a bootstrap navigation.
The text was updated successfully, but these errors were encountered: