Muffin Builder & Betheme Options have disappeared.
Hi I have noticed that:
-Muffin Builder on every page has gone ('Page Options' is just blank and nothing happens when I click that little drop down arrow).
-Betheme Options (under Appearance) shows me a white blank page.
I have:
-Manually upgraded Wordpress on FTP (have done it before, confident doing it)
-Cleared caches using W3
-Cleared website caches, tried several browser/private mode
I am using Business theme 13.3.1 on Wordpress 4.5.2. URL: http://www.cosaustralia.com.au/
Please help!
Comments
Ok i have found a solution finally. You guys mentioned it before that it has to do with memory size.
For anyone that is interested.:
Well i didn't have a php.ini so i just created it in the wp-admin folder and added the code:
<? phpinfo(); ?>
memory_limit = 256M
and in the wp-config.php added:
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Everything back to normal!