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
I think this is due to the JavaScript that determines if the nav links in the header “will fit” or not and then hides the ones it “thinks” won’t.
You’ll see this on the demo site. On load a few links overflow/bump it the site title and the properly disappear once the script executes.
In your case the text is short enough it doesn’t appear to overflow, but it is a few pixels over where it hits your site title. By the time you scroll down it’s hidden the overflowing link and put it behind the hamburger menu toggle.
I updated to the latest version of GreedyNav.js, doesn't seem as pronounced on the demo site.
As you are using remote_theme you can just rebuild your site and it'll pull the latest version. Other than that don't think there is much more I can do.
There will be a few seconds where the nav elements will appear/disappear due to how JavaScript loads.
Environment
Expected behavior
Categories section in header must not be hidden after scrolling
Steps to reproduce the behavior
I installed the theme, then just change the title MM to Hax4Us
Here is first load of website
Then after scrolling up & down 3-4 times
Other
The text was updated successfully, but these errors were encountered: