• Resolved yashitamittal11

    (@yashitamittal11)


    I am facing issue with loading the WordPress Customizer.
    When I click on Customize, it only shows “You are Customizing themename’. All other options for customizer are not available.
    Plugins installed:

    1. Show Current Template
    2. Debug bar
    3. Genesis Visual Hook Guide

    These plugins have earlier also worked with other themes and I didn’t have any problem.
    A day back I faced the same issue and tried the following :

    1. Deactivate plugins in addition to listed above: Nothing happened after this step
    2. Update WordPress and Cleared browser cache: Nothing happened after this step
    3. Restarted the machine: Issue was resolved

    Please suggest as this has become recurrent issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @yashitamittal11

    Try by adding the following code snippet in functions.php of your theme.

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

    Hope this will help.

    Thanks.

    Are you sure your theme has customizer options? Not all of them do.

    Thread Starter yashitamittal11

    (@yashitamittal11)

    Hi

    Thanks for the suggested answers but they didn’t work for me.
    I was using MAMP 2.1, so installed the latest MAMP. I read that old versions of PHP and Mysql might cause the problem. Now it is working correctly.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customiser not working’ is closed to new replies.