Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #191346

    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.

    • This topic was modified 10 years, 5 months ago by Ash.
    #191935

    Hey daronet-aus!

    Try increasing the memory limit, add this line to your /wp-config.php file:

    define('WP_MEMORY_LIMIT', '96M');
    

    Regards,
    Josue

    #192684

    Tried that and server memory limit is 128M.
    Still not working.

    #192698

    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

    #192709

    max_input_var is 1000, is that enough ?
    What should be minimum value ?
    and thanks for the quick reply :)

    #192741

    Hey!

    You can try max_input_vars 5000. That should be enough. :)

    Best regards,
    Ismael

    #193214

    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.

    #193218

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #193229
    This reply has been marked as private.
    #193230

    Hey!

    You forgot to add a link to the website.

    Regards,
    Josue

    #193238
    This reply has been marked as private.
    #193281

    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.

    #193283

    Glad you got it fixed :)

    Regards,
    
Josue

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Can't add more pages in the main menu’ is closed to new replies.