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

Menu Items description is not visible on the front end #86

Open
stefan-cotitosu opened this issue Sep 26, 2023 · 2 comments
Open

Menu Items description is not visible on the front end #86

stefan-cotitosu opened this issue Sep 26, 2023 · 2 comments
Labels
customer report Indicates the request came from a customer. doc-needed This issue requires documentation updates or additions once it has been completed. new feature Request for a new feature or functionality to be added to the project.

Comments

@stefan-cotitosu
Copy link

What problem does this address?

If a menu item has description defined, the description doesn't appear on the front end.

fse-menu-description

I've solved it with the following code snippet.

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    display: flex;
    flex-direction: column;
}
.wp-block-navigation .wp-block-navigation-item__description {
    display: block;
}

What is your proposed solution?

Add an option, maybe a toggle, to make the description of the menu item visible.

Requested here: https://wordpress.org/support/topic/neve-fse-and-menu-description/#post-17080104

Will this feature require documentation? (Optional)

Yes, it requires documentation.

@stefan-cotitosu stefan-cotitosu added the new feature Request for a new feature or functionality to be added to the project. label Sep 26, 2023
@pirate-bot pirate-bot added customer report Indicates the request came from a customer. doc-needed This issue requires documentation updates or additions once it has been completed. labels Sep 26, 2023
@JohnPixle JohnPixle added this to the 1.1.0 milestone Sep 29, 2023
@HardeepAsrani
Copy link
Member

@JohnPixle For this, we can make it visible but looking at the repository, not even core themes display the menu description. Have you seen any theme that does this? Or do you have any UI in mind?

@JohnPixle
Copy link
Contributor

@HardeepAsrani Thanks for looking into this. I will remove this from the milestone.
It can stay in the backlog until we have something more solid on this.

@JohnPixle JohnPixle removed this from the 1.0.6 milestone Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer report Indicates the request came from a customer. doc-needed This issue requires documentation updates or additions once it has been completed. new feature Request for a new feature or functionality to be added to the project.
Projects
None yet
Development

No branches or pull requests

4 participants