• Resolved garradam

    (@garradam)


    Over the past few days I have been putting together and editing a theme (BeTheme using Muffin Builder), making many edits as I tweak small parts of the theme. Today, I noticed a portion of my page (a contact form within a div) had erased some style changes I had made. I’ve attempted MANY times to re-enter my edits but they are not being saved. I am able to create a new page with changes being saved, but editing my current front page or cloning yields the same issues.

    I’ve searched the forums and found this issue to be resolved by disabling all plugins and re-enabling them. This didn’t work for me. Some have also fixed it by logging into cPanel’s phpMyAdmin and repairing the WordPress database tables. I have done this twice. Doesn’t work.

    I am at a complete loss of what to do without having to completely rebuild my page. Any help?!?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi GarradAM,

    Are you checked once to disable the all active plugins one by one, maybe it’s happen due to any plugin or it happens after upgrade any plugin?

    Let me know if it will work.

    Thread Starter garradam

    (@garradam)

    Hi Nisha,

    I have disabled all my plugins and am still unable to save any changes to my pages.

    I don’t know if this has any bearing on the issue, but for some reason my page says it was published on March 20,2015, even though the page was created a few days ago.

    Thread Starter garradam

    (@garradam)

    UPDATE:
    I decided to start a new page from scratch and completely recreate the one having issues. The problem was corrected but after a few more edits and additions, the bottom portions of the page started disappearing. Thus, I’m assuming the issue has to do with the BeTheme and Muffin Builder and NOT WordPress.

    Yes !

    If you are using free version of this theme then you may expereince this issue

    Thanks
    .

    Thread Starter garradam

    (@garradam)

    As far as I am aware, this wasn’t a free version of the theme. The client I am working for is who supplied it. But if this is what happens with a free version, then I guess that must be the culprit.

    Thread Starter garradam

    (@garradam)

    SOLUTION!!!

    The problem is a max_input_vars variable on the server side. Most servers have this variable set to 1000 but this is not enough for larger pages – thus, it starts cutting off all edits made to a single page because it considers the page to be too long.

    The fix was simple:
    Create a file named .user.ini with content max_input_vars = 10000;
    Upload the file to the public_html/ folder via FTP.

    Thanks for your input Nisha and wptit. Hope this solution helps others having the same issue with BeTheme.

    Cheer Up @garradam! 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Pages Not Saving Edits’ is closed to new replies.