Open web20donkey opened 9 years ago
Can you provide information on your block names structure. Also var_dump value directly saved to db. I probably had this problem in the past and the issue was that both shared incorrect name values ( one block overwritten the second ).
I found the problem, it was becaue max_input_vars was only set to 1000, I changed that in my php.ini to 2000. Now it works like a charm.
I have about 13 columns on a template. If I add one more, the page builder won't save the template with the last block added, instead it remove the column from the builder area.
Any ideas? Thx!