List menu's on nav page embed are hidden. Style="display:none;"

Posted in: Newspaper
Post count: 43

I’ve tested it on 2 different Newspaper sites and get the same issue. Worked before the update on both.

To recreate:
1) Create a page with the tag div composer and insert a List Menu element. (note the page ID)
2) Go to Menus and set a menu item to use that page ID for the submenu contents.

This should show whatever menu was assigned to the List Menu element, but the main UL tag is getting a display:none; style assigned to it for some reason and it will not show them.

<ul id=”menu-sidebar-plan” class=”menu” style=”display: none;”>

Post count: 27744

Hello,

Indeed this is a bug, and for a moment the only option to fix is to use a custom code CSS =>
.td_block_list_menu #menu-page-menu {
display:block!important;
}

Insert the code in Theme Panel -> Custom Code -> CSS.

Thank you!

Post count: 43

Any idea on when this bug will be fixed? It can be fixed with CSS temporarily, but a permanent fix would be good. Regular UL’s in mega menus also get a forced “display:none;” in them.

Post count: 27744

Hello,

I just checked our list of bugs and this one, is not fixed yet, I’m sorry! I hope it will be fixed soon.

Thank you for your understanding and sorry for the inconvenience!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.