• Hi everyone,

    When I try to change the header the customize page doesn’t load. There’s just a blank grey page on the right with a circle spinning. It worked a few days ago and all I did since then was mess with some CSS. I uninstalled all plugins, logged out, then logged in. Nothing. This is happening to every theme (twenty sixteen, twenty fifteen, etc.)

    Anyone have advice? I need to change the header. The theme I’m currently using is Twenty Twelve.

    site: https://www.rachelsilberman.com/jennifersweete

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter Rachel

    (@xxrayray)

    Figured it out. For anyone who is having this problem and checked all your plugins and are pulling out your hair:

    Put this code on the bottom of wp-config.php:

    define('CONCATENATE_SCRIPTS', false);

    and put this on the bottom of your functions.php:

    remove_action('shutdown', 'wp_ob_end_flush_all', 1);

    I got those codes from this website that will help you: https://www.mhthemes.com/support/theme-customizer-not-working/

    Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘Customize Page Isn't Loading.’ is closed to new replies.