danielfinn 1 Report post Posted October 4, 2012 I am wanting to change my Wordpress theme from Pagelines to Wordpress Twentytwelve as I would like to experiment with some of the features in that template. It has come to my attention that any theme that isn't Pagelines results in a blank white screen when visiting the URL of my site. I tried uploading a fresh version of Twentytwelve via FTP - but the fresh copy did exactly the same thing. I am activate and deactivate different themes, but Pagelines is the only one that works. Can somebody help me figure out why this is? Share this post Link to post Share on other sites
Simon 248 Report post Posted October 4, 2012 Well a blank white screen is a PHP error, wordpress simply suppresses them. Open wp-config.php and uncomment the WP_DEBUG line, and set to true. That will show you the error, probably a plugin. Share this post Link to post Share on other sites
danielfinn 1 Report post Posted October 4, 2012 What does the term uncomment mean? Do I just search for a phrase in the configuration.php file containing wp_debug and remove it or add /* */ tags either side? Sorry, I am new to web development. I will look into this further. Share this post Link to post Share on other sites
James B 436 Report post Posted October 4, 2012 Hi there, this should help further http://codex.wordpress.org/Debugging_in_WordPress Kindly search the forum and read the documentation before posting. It will help you resolve many issues. For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting. James B Share this post Link to post Share on other sites