Needs work
Project:
Showcase Lite
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2022 at 10:20 UTC
Updated:
22 Apr 2024 at 06:42 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #3
lokeshsahu commentedI have created a patch to address the above issue. I am attaching a screenshot for reference, showing the state before and after applying the patch.
Comment #4
lokeshsahu commentedComment #5
tanuja bohra commented@lokeshsahu , I verified the #3 patch and the patch is working but the only issue I can see when we are closing the menu it's showing an old menu style.
Added screenshot for reference.
Comment #6
sourojeetpaul commentedHello there,
First of all the issue summary is not very much clear, I guess we are talking about the main menu only in this regard. If so, I think this is a duplicate issue, Issue #3314868 already exist for the same.
https://www.drupal.org/project/showcase_lite/issues/3314868
The patch provided on this ticket seems to be targeting menu class generally which will affect all the menu including but not limited to only main-navigation menu. Also I've checked that the issue still persist on the latest version of the theme which is compatible with D10. So I've addressed the issue on that ticket and raised an MR by incorporating the concepts of Drupal Behaviour and Once function. Please have a look:
https://git.drupalcode.org/project/showcase_lite/-/merge_requests/10
The issue is resolved now and incorporated a hamburger menu with a panel slider for the main menu on tablet and mobile devices.


This is how it looks now on responsive screens
Comment #7
bindu r commentedHi , reviewed the MR 10, Applied cleanly and also the menu looks fine. Might look better if the top white space is reduced.
Comment #8
sourojeetpaul commentedHello, @bindu r,
The hamburger menu will open up as a panel and the actual menu items are vertically center aligned with respect to the panel, so if we reduce the space from the top, it'll look asymmetrical.
Comment #9
nupur badola commentedStill getting the same issue.