In some cases you may encounter limitation regarding the count of menu items that you can have on your WordPress installation. This happens due to a limitation in PHP settings for some servers that can be fixed by increasing those values.
Menu Items Limit
In case of limitation in adding new menu items you will get below warning:
To do that you need to access your php.ini of the server if you have dedicated one, or ask your hosting provider if you use a shared hosting. You just need to set options below to proper values:
max_input_vars = 1000;
You can also set this value in .htaccess file by adding the line below:
php_value max_input_vars 1000
1000 is the recommended value for Artbees themes on this case.
Please consider one of main symptoms of this problem as NOT saving menu items after their addition. This can be fixed as mentioned above.
Why you can add more Items in some other themes than in Artbees themes
Both Jupiter and The Ken WordPress themes has “5” (Mega Menu, Menu Icon, Background Image, Background CSS Values, Widgetized area) more input variable for each menu items you add into your menus. Therefore you will reach to the limit much faster than let’s say a WordPress default theme.
Troubleshooting Guides:
Troubleshooting guides are targeted for specific problems and introduce popular workarounds for them. That does not necessarily mean that we cover ALL possible solutions. You may experience a similar problem and perform those workarounds without success.
In such cases, please kindly open up a new support ticket where our support staff will be happy to check your case by clicking here. Needless to say only those customers with valid Purchase Code will be considered.
We are happy to have your feedback about the workarounds we introduced in this article, so please kindly use the Feedback tool for this article to express your suggestions and ideas.