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
The sidebar menu items on the mobile view do not match the order of the navbar items when the viewport size changes. Specifically, the order of menu items displayed in the sidebar (accessible via the hamburger menu) is different from the order of items in the navbar on desktop view.
The config.yaml file is configured with a weight attribute for menu items to define their order. However, this order is not reflected in the mobile sidebar.
I no longer use Hextra for unrelated reasons, but the issue still persists. It's a minor detail given how good the theme is overall. However, please note that I'm unable to reproduce the issue on my personal website anymore.
Description
The sidebar menu items on the mobile view do not match the order of the navbar items when the viewport size changes. Specifically, the order of menu items displayed in the sidebar (accessible via the hamburger menu) is different from the order of items in the navbar on desktop view.
Steps To Reproduce
Expected Behavior
The order of the menu items in the sidebar (when accessed on mobile) should be consistent with the order of items in the desktop navbar.
Actual Behavior
The sidebar menu items displayed on mobile devices appear in a different sequence compared to the items in the desktop navbar.
Screenshots
Desktop:
Mobile/Restricted:
As you can see the order "byWeight" is not consistent with the first one.
Environment
Additional Context
config.yaml
file is configured with aweight
attribute for menu items to define their order. However, this order is not reflected in the mobile sidebar.Here is the relevant section of the
config.yaml
file:Requested Assistance
Thank you for your assistance with this matter.
Best regards,
Alessandro Chitarrini
The text was updated successfully, but these errors were encountered: