Home › Forums › WoodMart support forum › Menu aside doesn’t work properly › Reply To: Menu aside doesn’t work properly
September 22, 2023 at 3:49 pm
#498385

Aizaz Imtiaz Awan
Keymaster
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.