Sub-menu links should be visible on hover or click

Created on 5 June 2024, 26 days ago

Problem/Motivation

I have added some submenu links but they are not visible even after clicking on the dropdown icon.

Steps to reproduce

  • Install the theme

  • Create a menu block and place some sub-menu links.

  • Place the block in the navbar region.

Proposed resolution

There is a css property of display none applied on one of the wrappers of the submenu links, we need to remove that and make it visible on hover on the parent menu title

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

3.0

Component

Code

Created by

🇮🇳India Hritick

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Hritick
  • 🇬🇪Georgia iamdroid

    Hi.

    According to what I see in the video, MDC elements are not initialized and therefore are not working.

    It may happen for multiple reasons. The most common reasons are:

    • JS errors caused by custom JS code
    • not attached JS libraries
    • misconfiguration of YOURTHEME/scss/mdc/components.scss file
    • issues during theme building

    The best way to avoid most of these errors is to generate your theme with a subtheme generation script, according to this doc, have you done it?

Production build 0.69.0 2024