Before you ask please READ THIS

Fame Theme Navigation Item Limit?

edited July 2014 in Fame Posts: 2
Hi -- we have a website using the Fame theme. We are working on the navigation menu and have maybe 100 or so pages. We can import them all and arrange the parent-child relationships, but then when we save the menu, it only keeps 70 or so pages. We can't get it to save any more than that, even if we can get them in the GUI to arrange them. Help! A good portion of our site is missing from the navigation! Has anyone come across this?

Comments

  • AirAir
    Posts: 10,970
    Hello

    Yes, this is not theme limit, or Wordpress limit, but server. Since few months there is limit how much data can be send from page to page(they say they did it for security) but it mess up pages unfortunately. When you submit such long menu you send over 1000 fields, and 1000 is limit:-)

    You can read more here: http://stackoverflow.com/questions/8710185/new-limit-within-php-1000-fields-per-post-does-someone-know-if-the-number-can/8904670#8904670

    If you have access to file .htaccess on your server, then you can add there such code(in first line) : php_value max_input_vars 5000.

    It worked for our server but I heard that in some cases it doesn't help, but I can't tell is it cause of server limits or cause someone did it wrong:-)

    If you are not sure what to do then send this topic to your server admin and he should help you with this.

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion