Hey @Meleah,
Sorry to hear about this!
1. You mention that “sometimes” you get the white screen—what specific URLs on your site are where the white screen shows up? Is it the main /events/ URL, for example?
Next, can you see if errors pop up on your site if you head to your site’s wp-config.php file and change this line of code:
define('WP_DEBUG', false);
to this:
define('WP_DEBUG', true);
That will display PHP errors if any exist, which might be quite useful here.
2. Once you make this change, go to those same URLs where you get the white screen—do any error messages show up on these blank white screens? If so, paste the whole error messages here in your replies.
3. Finally, how are you hosting your website? Are you hosting it with GoDaddy, for example? Or BlueHost, or HostGator? Or self-hosting it on your own physical server somewhere…? Just curious how, specifically, you are hosting your website.
Let us know your response to each of the three questions listed above—that will help us get started on investigating these issues and, hopefully, recommending a solution! 😀
George