Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #172106

    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

    #172107

    Here’s the URI http://217.199.187.60/visitbute.com/homepage/

    • This reply was modified 10 years, 7 months ago by andybute.
    #172771

    Hello!

    Try increasing your PHP Memory Limit, add this line to the wp-config.php file:

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

    Regards,
    Josue

    #172880

    Thanks Josue.
    That didn’t work unfortunately.

    Andy

    #173003

    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

    #173091

    Thanks Ismael,

    I amended the php.ini file and it seems to be working OK now.

    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mega Menu Limits?’ is closed to new replies.