Hi there,
Thanks for writing in! A white screen usually means there is a fatal PHP error. Can you please enable WP_DEBUG mode? You can do this by opening wp-config.php and adding the following code just above /* That’s all, stop editing! Happy blogging. */
define('WP_DEBUG', true);
/* That's all, stop editing! Happy blogging. */
When you revisit the page with the white screen, you should have some error output describing the issue in more detail.
If it still shows blank, kindly provide us with the Wordpress admin and the FTP details of your site so that we can check it for you. Please use Secure Note in adding the logins so that it will only be visible to us staff.
Let us know how it goes.
Thanks!