June 24, 2014 at 13:57
#20677
Keymaster
Hi, yes we used some customizations to the default menu settings for the Mega menu option. If you want to disable add this code in your child theme functions.php
COPY CODE
add_action('after_setup_theme', 'kleo_remove_mega_menu', 11);
function kleo_remove_mega_menu() {
remove_theme_support( 'kleo-mega-menu' );
}
Also until 1.5.1 version replace these two file contents with the ones attached:
– wp-content/themes/kleo/functions.php
– wp-content/themes/kleo/lib/theme-functions.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.