Hi there,
I have a problem in the theme I have created main menu and I am trying to add more pages but it doesn’t take more pages after some pages. I have added 17 pages all with mega menu.
Hey daronet-aus!
Try increasing the memory limit, add this line to your /wp-config.php file:
define('WP_MEMORY_LIMIT', '96M');
Regards,
Josue
Tried that and server memory limit is 128M.
Still not working.
Hey!
It may be a limit on your max input vars. Talk to your host about either modifying your php.ini file to increase max_input_vars or if they would need to do it for you server side.
Regards,
Devin
max_input_var is 1000, is that enough ?
What should be minimum value ?
and thanks for the quick reply :)
Hey!
You can try max_input_vars 5000. That should be enough. :)
Best regards,
Ismael
Hi guys,
We increased max_input_vars 5000 and we are still not able to add the pages to the menu.
Need your help please.
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue
Hey!
You forgot to add a link to the website.
Regards,
Josue
Hi there team,
Problem has been solved
We increased these
suhosin.post.max_vars = 5000
suhosin.request.max_vars = 5000
Thanks a lot for your help.
Glad you got it fixed :)
Regards,
Josue