Elayne Version 2.2.0 #42
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.
This release introduces version 2.2.0 with significant enhancements to the theme's navigation system and widget areas. The update adds a new mega menu template part for complex navigation structures, introduces a Download CTA pattern for conversion-focused content, and refines the navigation block's chevron positioning for improved mobile UX. Additionally, the theme now includes properly registered widget areas for sidebar and footer content, expanding layout flexibility for users.
Navigation and Menu System:
parts/mega-menu-template.html) to support multi-column navigation layouts with featured contentcore-navigation.cssto improve alignment and visual consistency across mobile and desktop breakpointsTheme Areas and Widgets:
functions.phpfor sidebar and footer sections, enabling dynamic content placementPatterns and Content:
patterns/download-cta.php) for lead generation and resource downloadsCLAUDE.mdfor updating post content programmatically, particularly useful for deploying pattern content to productionVersion and Documentation:
style.css,readme.txt, andCHANGELOG.mdtheme.jsonconfiguration to support new navigation and widget area featuresFiles Changed:
CHANGELOG.md(Modified)CLAUDE.md(Modified)assets/styles/core-navigation.css(Modified)functions.php(Modified)readme.txt(Modified)style.css(Modified)theme.json(Modified)parts/mega-menu-template.html(Added)patterns/download-cta.php(Added)