-
AuthorPosts
-
December 29, 2014 at 12:34 pm #372525
Hi,
I have a test setup where i was using a childtheme to make all the changes needed for our new website i also added the responisve main menu for showing different menu on mobiles – so far everyting worked but then the menu started to make some headache. when ever i enter the 73rd menu entry and save the menu cuts off everything after entry 72 and loose also mark as theme menu ? same issue in main menu and responsive main menu – no matter if mega menu is used or not.i had no plugins active and have not more then 3 levels in the menu but even if i build the menu flat with one entry in top level and 71 in first sub level same behavior?
any idee why this happens and how to solve?
December 29, 2014 at 12:43 pm #372530Hey Dersan!
There is usually a server limit on how many POST requests the server accepts when sending a form (which the menu manager basically is, a complex form) and this is causing your problem. Here is a detailed article about the problem, its not really a theme problem but rather a wordpress related one:
http://sevenspark.com/wordpress/menu-item-limit
Probably the easiest solution is to add this line of code to the .htaccess file of your installation:
#allow the wordpress menu to save many more items php_value max_input_vars 6000
A little down bellow in the article you can find a section with various other solutions:
http://sevenspark.com/wordpress/menu-item-limit#solutionRegards,
KriesiDecember 29, 2014 at 3:32 pm #372585Hi Kriesi,
thanks for the advice!
I assumed its not a bug in the Theme but i also assumed u guys know whats going on ;)
Thanks again – working fine now!December 29, 2014 at 3:33 pm #372586Hi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Menu wont save more then 72 entries’ is closed to new replies.