Muffin Options didnt save my settings, reverted to older config (v15.5)
Hello,
I started to make some changes to a fresh install of betheme v15.5 (i'm using a child theme) and I had added a few CSS rules under the Custom CSS tab, adjusted the new logo under the Global tab, etc. I made sure to hit "save changes" at every step, but after I refreshed the site it all reverted to the old config! I lost the custom CSS rules, the logo adjustments, everything! WTH??
Comments
there is 3 possible reasons why Muffin Options might be empty on load (blank):
- PHP version - Wordpress, since version 4.5, requires minimum PHP 5.6. So if your version is older than 5.6, you need to contact with your admin/hosting provider because it need to be updated.
- Memory Limit - the more plugins you have enabled, the more resources your WordPress instance will consume. So if this is happening, you need to contact with your admin/hosting provider to increase this limit.
- Suhosin extension - if it’s installed on your server, it could bring the issues as well because the limits for Suhosin are usually different from the general one.
If you don’t know what your limit/PHP version is, you can check both under Appearance > System Status section.
Thanks!