This topic has 5 replies, 2 voices, and was last updated 2 years, 12 months ago ago by Olga Barlow
Hi, I got some issues when setting for the All Departments menu just using product Categories.
1. Please see the “Groceries” menu, I select Mega menu option and select 5 for the Column option, but it always display the submenus in one column. I just want the submenus showing like in the Secondary menu.
2. See the Beverages menu, I selected the dropdown option but it displays the submenus beyond the expected area. And when using the dropdown option, Changed the column option value has no effects.
Hello,
Watch this video tutorial on how to create a mega menu using Static Blocks but instead of the WPBakery page builder use Elementor https://youtu.be/f07MBdnFPfk
Use this way to create multi columns mega menu for All departments.
Regards
Hi,
I had watched that video already. Using static block has some disadvantages like need extra designing, especially the hardcode link setting. That is why I don’t want to use it. In general, the settings for the Secondary and All Departments meus are the same, why the Secondary works with mega and column options settings but not for All Departments menu? I really need the solution without using static block.
I saw that the display for the Beverages submenus is correct. please tell me what you have done.
Thanks
Just now the dropdown submenus options works for the All Departments menu. It seems that it was because of my css setting: .nav-submenus-dropdown .container{padding-left: 200px;}. This setting made the wrong display for the submenu list. But the mega option does not work.
Hello,
Add the below code to Theme Options > Custom CSS to show links in columns for the All Departments menu
.et_b_header-menu .secondary-menu-wrapper .item-design-mega-menu .nav-sublist-dropdown>.container>ul {
flex-direction: row;
}
Regards
Tagged: all departments, issues, menu setting, static blocks, templates, woocommerce, wordpress
The issue related to '‘All Departments menu setting issues without using static blocks’' has been successfully resolved, and the topic is now closed for further responses