How to retrive description of page of menu in wordpress? - wordpress

In the top menu i want to add description of parent ul in menu. How to retrive parent page description in wordpress

I can't understand your question properly but if you have submenu and you want to show description of the parent menu item of sub-menu and your menu item has a page(not custom menu item) just add description in content area that's all.
When you click parent ul menu item, it will show by theme page.php page.
If my answer is not what you want, please explain

Related

Second menu block not showing children

I have installed a theme that has this block region:
In primary menu there was already a menu that works and can show children.
But i wanted to add another menu so i created a menu and placed the block in primary menu region bellow the main navigation menu that was set with the theme.
The first menu has that plus button to show shildren. But the second one doesn't show the plus and test2 is a child of test.
This is my configuration :
Is it a class problem ? Is there a way to edit the second menu html and give it same class as first menu.

Joomla 3.9: Menu item set to Separator is not clickable to reveal sub-menu items

I am building a website in Joomla, and I'm trying to make a menu in which some menu items should not have any article associated with it; clicking on them should only reveal the sub-menu items, but the rest of the page should stay static. So, I set that parent menu item to Separator, and added some sub-menu items to it. However, for some reason, the parent menu item is not clickable, meaning that I cannot reveal the sub-menu items.
Here is my website: http://vaterlinija.lt/
The parent menu item that has sub-menu items is the second one from the bottom (as you can see, it is non-clickable).
How do I fix this? I tried using Menu Header and URL (set to #) instead, but the result is the same. The only way to make these sub-menu items to show is to set that parent menu item to something like Single Article or similar, which is precisely what I want to avoid. I am using my own template, made from scratch. Do I need to add something to CSS, maybe?

Widget and Main menu - selected state - wordpress

Here's the deal:
Wordpress website:
http://www.spectrum-aerospace.com/services/engineering/
On the mentioned link the Engineering tab has the selected state (mouse hover the tab Services please). As you can see I have another menu on the right.
What I want is that the selected state of "Engineering" on the Main menu also affects the widget menu so I have the "selected" style information on both menus.
The bottom end is that they are different menus so I'm kinda stuck in here.
ok, here`s the solution:
li.current-menu-item a {
}

Displaying a menu child in drupal 7

How to make a child menu visible in Drupal 7 ?
The child menu appears just when I inter to the page of the parent menu. I want to make it visible whenever i put the mouse on the parent menu.
I hope it's clear!
thank you
This is the answer :
Go to your parent menu item, edit it and click on the 'Show as expanded' checkbox. Now all the children menu items should be visible from the top level.

Wordpress menus with submenu in other place

I would love to use wordpress built in menu system and I need sub-menus. Is it possible to on hover show that menu items sub-menu in other place. See image.
Thank you. Any suggestions how to achieve this.
You can create the Sub-menu via the CMS in the menu panel dinamically under the parent label. Then you can just hide it onload and show it on the parent's hover. However the sub-menu must have position: absolute and, given your example the liwould have to de displayed inline.
A sample code would be useful to sort out details but this should work.

Resources