Navigation Menu
-
Hey Folx,
I’m building a website for a local organization. I’ve run into two issues – I just finished up the navigation menu, but it seems as though items that have a subitem are unclickable. I’m also getting the following upon inspection:
A page or script is accessing at least one of
navigator.userAgent
,navigator.appVersion
, andnavigator.platform
. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.To fix this issue, replace the usage of
navigator.userAgent
,navigator.appVersion
, andnavigator.platform
with feature detection, progressive enhancement, or migrate tonavigator.userAgentData
.Note that for performance reasons, only the first access to one of the properties is shown.
The other issue I’m running into is – I’ve edited the header template. My changes are reflected on the actual website, but when I go back to the editor, it is showing the default header for the theme I’ve selected. I’m concerned that if I edit anything and save again, it will revert.
Any help with this would be greatly appreciated! I currently have the website set to under construction. I can make it live if necessary.
The page I need help with: [log in to see the link]
- The topic ‘Navigation Menu’ is closed to new replies.