Submenus of main menu don't show up (drupal) - drupal

I just started to work with drupal, I'm trying to create a drop down submenu from the main menu, however it doesn't show up. Not because I misconfigured something (I think).
Can anybody tell me why this is the case?
I'm using the Bootstrap theme, i also tried others.
I have checked "Show as expanded" for parent menu item in main menu also.
Thanks,

Hi This can be done using nice menu irrespective of the theme used.
The nice menu module by default creates some blocks in Drupal. You just have to edit the block called nice menu 1 & configure it & display in a specific region of the theme.

I didn't use Bootstrap, and is very hard give you an answer without see what you have in your site, but maybe Nice Menus can be your solution.

Related

Create Multiple/multilevel navigation menu on WordPress website

I am trying to implement a navigation menu same as https://www.santaferelo.com/
On top bar, it has two links as Personal and business which each opens to the pages with the different main menus.
So far I created similar layout using elementor with two buttons as personal and business but can't figure out how do I show which one is active and how do I change the Main menu accordingly.
Kindly provide me with a direction or any help is appreciated.
Thank you in advance.
Turns out it is a lot simpler than I thought.
You can just use a specific plugin to add a conditional menu to the WordPress website and add conditions to display menus.
Eg. Plugin - Conditional Menu
Still, more suggestions are welcome on how can I do it without using a plugin.
Thank you

Print Drupal 8 Menu

Does anyone have any idea how to print a menu in Drupal 8?
I've been trying to get it with something like {{ menu_primary }} but that doesn't work. I have several custom menus that I basically can't get on a page.
If I am understanding this correctly, the best way to do this would be to print a region in your theme and then place the menu via the block interface into that region. This would reduce any custom coding dependency to your menu and allow your theme to focus on the region layout it provides to your content (including menus).
Here is a link to the docs explaining how to properly setup regions in a D8 theme:
https://www.drupal.org/node/2469113
I hope that helps!
Have fun,
Nick
if you have using bootstrap css and want print sub menu this done easily.hope this useful for you.
https://knackforge.com/blog/pathirakaliappan/create-multi-level-bootstrap-menu-in-Drupal-8

Sub menu bar not visible

The sub menu bar of this site is not visible i am using constellation theme of wordpress
i have tried using changing margins but not able to figure it out it is responsive
no i am talking about child of the menu bar actually if u can see the code about page has 2 child submenu which should be visible as a dropdown but it is not visible
It is hard to tell looking at what you have provided so far. But If I see your page I see this script as 404, LINK
Is this js showing.hiding your menu. Also I see one section of navigation as commented out. But if you could fix those 2 404's , it would give a better Idea as to what is happening. I guess nav show/hide is being driven by the script that is actually not there.
Hope this helps.

how to customize a navigation menu in wordpress

I am new to wordpress. I want to know how can I customize a navigation menu in wordpress. I want to be able to change the look and contents of the navigation menu according to my need.I searched for plugins but none matches with the requirement. How should I proceed?
The menu is built up by the pages that you create. All the other stuff that you see are made up from widgets which you can drag and drop in the widgets menu.
So what are your plans exactly and what is the url so we can help a little bit better?

dropdown menu in drupal?

how can i style primary menu as a dropdown menu is drupal?
It would take forever to "Style" it, however there are tons of modules that allow it: Nice menus for one...
Here's a useful link on the subject without using a module like Nice menus:
http://drupal.org/node/190263
Also, make sure under site building > menus > primary links (or whatever menu you're using) you have the "expanded" option checked under the items you want to drop down.

Resources