Hi,
I updated Enfold to 4.1 and now have a white screen on my admin page, so I cannot address the fixes you suggest for the mobile menu. The background color is off, so I need to change that. Anyway, the error I am receiving for the white screen is below. I tried the usual fixes of removing spaces at the top and bottom of the wp-config.php file and the function.php files, but they did not work. And the errors I am getting, I am not seeing the errors on the files themselves. So any assistance is very much appreciated, Thank you!
1. Notice: force_ssl_login is deprecated since version 4.4.0! Use force_ssl_admin() instead. in /home/jsnrbts123/public_html/washableproducebags.com/wp-includes/functions.php on line 3831
2. Notice: The called constructor method for WP_Widget in html_javascript_adder_widget is deprecated since version 4.3.0! Use __construct() instead. in /home/jsnrbts123/public_html/washableproducebags.com/wp-includes/functions.php on line 3894
Hey Jason,
Try to increase your PHP memory limit: https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/
Best regards,
John Torvik
Hi John, that did it, thanks very much! I am interested in learning how you could tell this was the problem however. Any insight would be appreciated.
-Jason
Hi Jason,
Great, glad you got it working. It’s not possible to know that was the problem unless you were getting an error message, but memory limit problems is often the cause of white screens since there is isn’t enough memory available to load the backend of WordPress.
Best regards,
Rikard