• 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)
  • Plugin Author Mathieu Viet

    (@imath)

    Hi @exstheme

    Thanks a lot for your review, this one was my mistake I believe it occurred only in BP 10.5.0 and has been fixed a couple of days after our support topic alerted me in BP 10.6.0. If it’s not the case for you don’t hesitate to ping me here or in our WordPress Slack’s channel.

    👋

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.