Blank registration page, profile page in classic themes with theme.json file
-
Plugin is great, our theme supports it. But 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 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Blank registration page, profile page in classic themes with theme.json file’ is closed to new replies.