Navigation Improvements #29
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The changes refine theme navigation behavior and introduce a new header pattern that includes a telephone number, improving usability and offering an additional layout option for site headers. Core navigation styling was adjusted in
assets/styles/core-navigation.cssto align menu interactions with the updated header pattern, reducing friction in common navigation scenarios. A new pattern file,patterns/header-standard-with-tel-number.php, adds a reusable header layout while keeping pattern structure consistent with theme conventions. Release documentation was updated inCHANGELOG.md,readme.txt, andstyle.cssto record the navigation improvements and new pattern. Overall, this update focuses on clearer header navigation and accurate documentation of the change set.Theme Patterns and Layouts:
patterns/header-standard-with-tel-number.phpto provide a header layout that includes a telephone number, expanding available pattern options and supporting contact-forward sites.Navigation Styling:
assets/styles/core-navigation.cssto refine core navigation styles, addressing interaction and visual consistency with the updated header pattern.Documentation and Versioning:
CHANGELOG.md,readme.txt, andstyle.cssto document the navigation improvements and new header pattern, ensuring release notes and theme metadata reflect the changes.Files Changed:
CHANGELOG.md(Modified)assets/styles/core-navigation.css(Modified)readme.txt(Modified)style.css(Modified)patterns/header-standard-with-tel-number.php(Added)