I’ve created a mega menu with a lot of options and I appear to have hit a ceiling. If I add more options and move them to the middle of the menu the same number drop off the end when saving (plus the menu location is unchecked when saving) I’ve deactivated all the plugins and it still behaves this way. Is there a limit on the menu size?
Andy
Here’s the URI http://217.199.187.60/visitbute.com/homepage/
Hello!
Try increasing your PHP Memory Limit, add this line to the wp-config.php file:
define('WP_MEMORY_LIMIT', '64M');
Regards,
Josue
Thanks Josue.
That didn’t work unfortunately.
Andy
Hey!
Please try to add this on your .htaccess:
php_value max_input_vars 5000
You can also ask your host to edit php.ini and increase the max_input_vars to 5000.
Best regards,
Ismael
Thanks Ismael,
I amended the php.ini file and it seems to be working OK now.
Andy