Made a quick workaround for now, but I’d be glad to hear an official solution.
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('.ast-button-wrap button').on('click', function(){
setTimeout(function(){
jQuery('.current_page_ancestor ul.sub-menu').slideDown();}, 200);
});
});
</script>
-
This reply was modified 5 years, 2 months ago by Bence Bokor.