@tcadmin86 I suspect the issue you’re having is due to max_input_vars value from php.ini. The one you have is just 1000 (default one). You definitely need to update it to a much larger number (e.g. 5000) as you have lots of plugins installed and if the form that you submit when you edit the page has over 1000 fields, you will have problems with it as not all the information will be sent for processing. It happened to me and many people I know quite often. In fact, in future versions of the plugin, an alert will show up if the number is so low.
Here’s an article I found explaining how to update it: https://themes.artbees.net/docs/increase-max-input-vars/ – it’s written by the guys from Jupiter X theme, but the principle applies to any WordPress website, disregarding the plugin or theme you’re using. It’s all about allowing more fields to be submitted on a form.
Please check if that’s the problem! If not, let me know and I will dig further into it. In most cases so far, that was the issue.
@tcadmin86 as this issue is posted for the Pro version (the max_input_vars should be updated for the Lite version too) and there’s an already open ticket about it (via email), I’ll mark this as “resolved”. You can reply to the ticket if you need further assistance!