Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • in reply to: Post Not Saving Meta Options #169716
    shism2
    Member
    Post count: 5

    This is all I put:

    jQuery(‘#publish’).click(function(){
    jQuery(‘#spb_content’).html(“”);
    });

    inside /public/wp-content/themes/cardinal/js/sf-admin.js in the jQuery(function(jQuery) {

    in reply to: Post Not Saving Meta Options #169680
    shism2
    Member
    Post count: 5

    Yes, I solved the issue. What I noticed is when page builder is used on a post and then updated… it treat every single page builder block as being apart of FORM. That can increase the size of the payload by more than 5 times. The problem that occurs then is that it will go past normal max_input_vars limits. So, the solution I did was to include some javascript to wipe out the data inside the page builder when our editors select the save or update button. This works very well and causes absolutely no issues. The post also saves much faster because it isn’t having to save/upload so much unnecessary data.

    in reply to: Post Not Saving Meta Options #166952
    shism2
    Member
    Post count: 5

    Hey,

    Is there any other related reason? Our serve def. has enough space.

    in reply to: Post Not Saving Meta Options #166941
    shism2
    Member
    Post count: 5

    I am having an issue updating the posts as well. If I put too much content into a post using page builder it stops updating the content.

Viewing 4 posts - 1 through 4 (of 4 total)