Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Mobile Menu hamburger is not visible for logged-out users [ED-13530] #388

Merged
merged 5 commits into from
Apr 30, 2024

Conversation

rami-elementor
Copy link
Member

No description provided.

@rami-elementor rami-elementor changed the title Mobile-menu-hamburger [ED-13530] Fix: Mobile Menu hamburger is not visible for logged-out users [ED-13530] Apr 26, 2024
@@ -56,7 +56,7 @@
</nav>
<div class="site-navigation-toggle-holder <?php echo esc_attr( hello_show_or_hide( 'hello_header_menu_display' ) ); ?>">
<div class="site-navigation-toggle" role="button" tabindex="0">
<i class="eicon-menu-bar" aria-hidden="true"></i>
<span class="site-navigation-toggle-icon"></span>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rami-elementor

Why not keep the same i instead of span so we don't risk breaking a layout?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This release already makes several markup changes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But if we can reduce the changes it is better, especially in a sensitive area like the menu

@rami-elementor rami-elementor merged commit ea3ac92 into release/3.0.2 Apr 30, 2024
8 checks passed
@rami-elementor rami-elementor deleted the mobile-menu-hamburger branch April 30, 2024 09:54
@rami-elementor rami-elementor linked an issue May 26, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants