From the update of Astra Addon 2.6.0, we’re deprecating the No Toggle menu style.
For existing users –
Those who have already set No Toggle menu style –
- The style will be active, and won’t have any effect.
- But as soon as, user change menu style to anything else ( Fullscreen / Flyout / Dropdown ) the No Toggle menu style will be removed from their end.
For new users –
By default this style won’t be visible for selection.
And if in case, you want to get back the No toggle menu style, here is a filter for this –
add_filter( 'astra_no_toggle_menu_style_deprecate', '__return_true' );