syamilmj / aqua-page-builder

Aqua Page Builder WordPress Plugin
238 stars 114 forks source link

Adding multiple blocks! #183

Open web20donkey opened 9 years ago

web20donkey commented 9 years ago

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!

partnuz commented 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 ).

web20donkey commented 9 years ago

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.