We are having an issue where the "Show as expanded" checkbox is false whenever a new link is generated regardless of menu link weight.

The menu is also hidden in secret.

I want the accordion menu to be turned on automatically. Help please.

Thanks;

Comments

Enes created an issue.

Enes’s picture

Help mee,

Enes’s picture

My solution; CSS

.sf-hidden {
height: auto !important;
overflow: inherit !important;
width: 100% !important;
display: block !important;
}
ul.sf-menu.sf-accordion {
display: block !important;
position: relative !important;
width: 70% !important;
}