Validation not working on New X Theme Installation

Hello,

I have just installed X to a new site and the validation won’t work.

I have checked and updated the php version to 7.1.14 as seen here http://workdogmedia.com/phpinfo.php

Everything else seems to be working except the validation of the theme.

Every time I try to validate I just get a white screen.

Hi @Trailguidepictures,

An white screen could that there is a fatal error on the page. ​We recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

If still that does not work, please check out other solutions to the validation connection issues from here: https://theme.co/apex/forum/t/troubleshooting-validation-connection-issues/201/1

Regards.

1 Like

Many thanks for this post. Saved us many hours of thinking!

You’re most welcome.
It’s good to know that this is really helping to you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.