Mega Menu Settings not showing
-
Hello:
We’re using version 1.6-beta and we noticed a problem when we go to Appearance -> Menus. The entire page is taken out of the WordPress template and all these checkboxes are being shown. With debugging, the line where it seems to be crashing on is this in /wp-admin/includes/template.php :
<?php call_user_func( $box[‘callback’], $object, $box ); ?>
When I echo out $box[‘callback’] it just says Array when it tries to build the Mega Menu Settings, instead of wp_nav_menu_item_post_type_meta_box under the Pages menu or wp_nav_menu_item_link_meta_bo under the Links menu. What can be done to fix this? Would upgrading to version 1.7 fix this?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Mega Menu Settings not showing’ is closed to new replies.