very buggy
-
Hello! The plugin is useful, but unfortunately very buggy. If you press Enter in any input on the plugin settings page in the admin panel instead of saving via the button, demo data will be automatically loaded, which cancels any user settings and forces you to import a backup (if it was made by the user)
rude quick fix (broke demo import):
./includes/class-wp-mobile-menu-core.php:983
-if ( isset( $_REQUEST[‘demo’] ) && $security == 1 ) {
+if ( isset( $_REQUEST[‘notexistparameter’] ) && $security == 1 ) {
- You must be logged in to reply to this review.