Hey again Innergi!
This issue is caused by the max_input_vars value set in the php.ini of your server.
If it’s lifted to something like 2000+, everything works perfect.
Add or alter this line in your php.ini then you should be all set to go ??
ini_set(‘max_input_vars’, 9999);
If you’re not sure where to find then line then contact your host or system admin, they will know.
Have a great rest of your day!
All the best,
Tyler