Muffin Builder Options (below the actual builder part) Aren't Working
Hi again
I'm having trouble adding a sidebar to my pages. I scroll down past the builder part to get to the section where you can hide wordpress content, add a sidebar, change seo, etc.
All of the Muffin "Builder" parts are working, where I'm able to add, edit, and move columns. It's only the options below that don't work.
For example, I'm trying to add a sidebar to various pages. I click "Right Sidebar", change the sidebar to the one I want, and then I click "Update". However, once the page refreshes, the page (admin part, not the visible page) has reverted back to "Full-Width Layout" and the default sidebar is selected.
Any advice?
I'm having trouble adding a sidebar to my pages. I scroll down past the builder part to get to the section where you can hide wordpress content, add a sidebar, change seo, etc.
All of the Muffin "Builder" parts are working, where I'm able to add, edit, and move columns. It's only the options below that don't work.
For example, I'm trying to add a sidebar to various pages. I click "Right Sidebar", change the sidebar to the one I want, and then I click "Update". However, once the page refreshes, the page (admin part, not the visible page) has reverted back to "Full-Width Layout" and the default sidebar is selected.
Any advice?
Comments
please take a look at http://forum.muffingroup.com/betheme/discussion/7689/muffin-builder-items-or-page-options-can-not-be-saved-max-input-vars where this problem was already described.
Thanks!
The first option actually crashed my website until I changed it back. The second option didn't show any visible changes. However, I put the code into a Google search and found out that sometimes including:
max_input_vars = 10000;
into php.ini or php5.ini works for some servers, as opposed to user.ini for other servers. I'm on GoDaddy, and pasting it into php.ini did the trick. I had to refresh the page twice before it worked, but on the third try I was able to add the sidebar. Hope that helps if anyone has this problem in the future.
Thanks MuffinSupport!