|
My test (downloaded from here) on localhost it’s working perfectly even in locally installed apache. The same test copyed on our webhosting server in some browsers (Flock on windows, or Firefox on linux) we have a strange behaviour – the submenus doesn’t expand. About 2 days testing and i am exhausted |
|
All the menu calls are rendered via ajax with a POST method; probably your servere doesn’t allow POST requests and that could be the problem; to solve this issue or you ask your administrator to allow post request on your webserver, or you change all the ajax request in mbExtruder js from POST to GET. |


