Blank registration page, profile page in classic themes with theme.json file
-
There is a bug with blank page for the registration page, user profile edit page etc. etc. if theme contains ‘theme.json’ file but no ‘templates/index.html’ file (not block theme)
It can be fixed by adding this code into your ‘functions.php’ file or in the ‘after_theme_setup’ hook:
remove_theme_support( 'block-templates' );
We have spend almost two days to manage this problem.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.