Previously the footer menu used to show all the submenus, not just the top level. Now I have done something and the submenus no longer show in the footer menu. What have I done wrong please?
Thanks,
Ed
]]>In the desktop footer, I get an option to include the Footer Menu widget somewhere. However, in the mobile footer, the option to insert the Footer Menu is not available… I only get Footer Widget Areas 1-4. Is this intentional? Why is the Footer Menu only available in desktop?
Thanks in advance…
]]>I have black text colour of the footer menu with white background. I’m using Astra theme. I want the background to be black and text to be white. However, I’m unable to make font colour white.
Kindly help.
Mohsina
]]>So I made a CSS workaround which overrides the dropdown. It’s crude, as it relies on !important to override the dropdown, but it works. With it it will display like a regular list with subitems (though no bullets)
Maybe you can add this (or a more elegant version) as a block style for Navigation blocks with your plugin.
Code:
.is-style-footer-menu .wp-block-navigation__submenu-container {
color:inherit !important;
border: none !important;
background-color: initial !important;
}
.is-style-footer-menu ul.wp-block-navigation__submenu-container {
visibility: visible !important;
opacity: initial !important;
position: static !important;
width: auto !important;
height: auto !important;
min-width: 200px !important;
}
.is-style-footer-menu li.wp-block-navigation-item.has-child.wp-block-navigation-submenu{
display: block !important;
}
]]>Screenshots:
1. Settings button which I click to edit number of sections.
https://prnt.sc/4USNPaYJIBzT
2. How it shows on my PC.
https://prnt.sc/lQb484P8_DVY
3. How it must be displayed.
https://prnt.sc/5Zma3pheifH3
I need help with my menus disappearing in main header and in the footer (different menu, but still). I figured this happened after last update of 2.15 Sydney update. Also, menus are invisible both when they are located in theme header/footer, as well as when using Elementor to create page navigation elements.
Does anyone have an idea how can I fix this? Any advice will be much appretiated.
Thanks!
Kate
There is no ‘dropdown’ effect / option if we use the footer menu option. Options to enable both are found in:
Appearance > Menus
We are using the latest version of DIVI theme, Polylang and WordPress.
Any help would be very much appreciated.
Thanks!
]]>