BeTheme options not appearing
Hello.
My BeTheme options section in the Appearance section has just stopped working - all I see is a white space where the options should be and no buttons in the sidebar respond how they should.
Please advise.
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.
Thanks!
Thanks!
If you did not change anything in the theme files directly then nothing will be lost in the update since all of the information is stored in the database. We always recommend to make a backup.
The issue is caused by the limits on your server, please:
1. Disable the suhosin script on your server
2. Increase max_input_vars
3. Increase memory_limit
To do this you may need to contact your hosting provider.
thanks