• nzcid

    (@nzcid)


    Old Thread

    I been trying to add an extended menu or mega menu to my site. Issue I come across is at a certain number of links WP refuses to add them and in fact deletes them.

    I have tried both of the fixes mentioned in the old thread and nothing works, so I was hoping someone else may be able to assist.

    Many thanks
    Ian

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    WordPress does not impose any limit on menu items. This is a server issue.

    I have tried both of the fixes mentioned in the old thread and nothing works

    What specifically have you tried?

    Have you tried increasing memory available for php.

    Thread Starter nzcid

    (@nzcid)

    Hello Tara

    Tried this in my .htaccess
    <IfModule mod_php.c>
    php_value suhosin.simulation 1
    </IfModule>

    and this
    php_value suhosin.post.max_vars 2048
    php_value suhosin.request.max_vars 2048

    Neither of them worked.

    No I have not tried increasing the memory. Hostgator appears not to let users do this so I would have to contact their support. However, reading the old threads I have come across with this issue it appears memory limit is not the issue.

    Many thanks

    WPyogi

    (@wpyogi)

    You’ll probably need to ask HostGator about the other changes you’ve tried if they have not worked.

    Thread Starter nzcid

    (@nzcid)

    Hey WPYogi

    Many thanks for the reply..

    Ian

    Moderator t-p

    (@t-p)

    – Also try adding this line in “.htaccess” on the server where your site is on:

    php_value max_input_vars 5000

    – Alternately, you can also amend the theme to includ multiple custom menu locations if necessary.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP Menu link limitiations’ is closed to new replies.