Home Forums WoodMart support forum Menu aside doesn’t work properly Reply To: Menu aside doesn’t work properly

#498385

Hello,

Edit the .htaccess file in the home directory of your WordPress installation.
Add the following line:

php_value max_input_vars 5000

Editing the Php.ini file is the same thing as with the .htaccess. You need to locate your PHP.ini file on your server via FTP and add the following lines of code:

suhosin.post.max_vars = 5000
suhosin.request.max_vars = 5000

or this:
max_input_vars = 5000

Best Regards.