-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theme shows a white screen on a fresh WP install #34
Comments
Hello! Could you provide us with the version you're currently using on your site? The way WordPress template system works, WordPress is going to attempt the following:
I took the following steps in attempting to reproduce the problem locally. If you did something other than these steps, please let us know so we can try again to reproduce it:
In addition to replying with your setup steps (if any are different) and the version of the theme you're running, if you could message us via slack with some details on your hosting, I think it may be related to the issue. Thank you! |
I'm working with our college's IT department to get WordPress set up on their Windows IIS servers. It's their first WordPress site, so we've been working on multiple issues. You're probably correct in that it's likely a configuration issue. I was able to set up a fresh install on my local machine (running linux, nginx, mysql, php7) without any issues after following the normal setup steps. The college IT servers are running Windows IIS with PHP 7. I only have experience with Linux servers, so I'm helping them mainly by finding articles about hosting WordPress on IIS and giving directions based on that. Do you know of any IIS specific configuration that needs to happen for this theme to work correctly? |
@jmbarne3 Is there a way to debug the issue we're seeing? This is the first WordPress site that our IT department has set up, so I'm trying to help them in any way I can. |
@schrauger Sorry, @jmbarne3 has been out for a few days. I'm not sure that we can help much with Windows-specific debugging, but have you tried enabling WordPress's built-in debug mode ( |
The theme crashes if you install this on a fresh WP instance. There is one extra setting that must take place for the theme to work.
WP Admins need to first change an option in
Settings->Reading
. TheYour homepage displays
option must be set toA static page
with the homepage defined. If it's set toYour latest posts
, the theme will crash.You can modify this setting in PHP, so it might be prudent to add code to do this when activating this theme, since this theme doesn't work when the setting isn't set properly.
See also:
https://kuttler.eu/en/code/set-static-front-page-and-blog-page-programmatically-in-wordpress/
The text was updated successfully, but these errors were encountered: