Reply To: is there a "section" or "column" limit per page in the page builder??

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support › Forums › Support (Legacy) › is there a "section" or "column" limit per page in the page builder?? › Reply To: is there a "section" or "column" limit per page in the page builder??

#726
Noa
Keymaster

In general there is a limit in adding widgets at once on PHP level. In most cases there’s enough space to add a lot of widgets, but at some point there is a specific problem of sending data.

By the way, this is a common issue in WP, and it exists also in the Menus area.

To solve this issue there are 2 options:

1. If you have access to the php.ini file on your server – you can insert the following code: max_input_vars = 5000

2. Request from the web host to increase the value of data saving in PHP to what I wrote in the previous solution.

You can always try to minimize the use of widgets and rows in the Page Builder to its minimum and it will work ok.