I am trying to build a mega menu and i am getting this error:
Menu Item Limit Warning
** You are approaching the post variable limit imposed by your server configuration. Exceeding this limit may automatically delete menu items when you save. Please increase your max_input_vars directive in php.ini. More information**
max_input_vars 1000
Last saved Item Variable Count 1032
Percent of Item Limit 103.2%
Estimated remaining menu items 0
Loaded configuration file on your server: /opt/alt/php54/etc/php.ini
I got my hosting provider to increase the max_input_vars from 1000 to 3000 but i am still receiving this error message.
Please assist on this issue