Hello There,
Thanks for updating in! There is an on going error in your WP installation. Please check out my screenshot: http://prntscr.com/fyrg62
Can you please enable the debug mode? The ftp access given is not working for us. We wanted to turn on the debug mode but we can’t do it. You can do this by opening wp-config.php and adding
define( 'WP_DEBUG' , true );
just above /* That's all, stop editing! Happy blogging. */
For example:
define('WP_DEBUG', true);
/* That's all, stop editing! Happy blogging. */
When you revisit the page, you should have some error output describing the issue in more detail.