Hello. I tried to use MC but I am not satisfied. I found some bugs. I have problem with creating menuItem and edit it. I found exactly this:
menu-creator.php
function createNewMenuItem($menuid, $data)
line 125 $menuid is empty.
line 126 $wpdb->query($SQL); incorrect syntax ... $SQL ends like ... '0,0,)' )
there is more problmes with this.
function editMenu()
line 67 ... createNewMenuItem($_GET["id"], $_POST);
... $_GET["id"] is empty
I don't see menuItems when editing menuItem.
WP has problem with this plugin when triing display menu... my WP pages do not display. ETC, ETC, ETC