When I try to open the font manager i just get stuck on the spinning wheel.
Please advise.
Hello There,
Thanks for posting in! In most cases, a loading screen would probably because you have exhausted your PHP memory limit. By default, WordPress will attempt to increase memory allocated to PHP to 40MB (code is at the beginning of /wp-includes/default-constants.php) for single site and 64MB for multisite, so the setting in wp-config.php should reflect something higher than 40MB or 64MB depending on your setup.
We recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
You can add it before the line
/*That's all, stop editing! Happy Blogging. */
We would loved to know if this has work for you. And if this does not change anything, please provide us access to your site so that we can do further investigation of what really has caused the issue.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.