• Resolved vinaythoke

    (@vinaythoke)


    Hello WP Community,

    I have seen many complaining about VC (Visual Composer) crashing their WordPress dashboard (Dashboard without usual formatting and difficult to access) and not being compatible with the latest WordPress version anymore. “Upgrading Visual Composer” to the latest version seemed to have solved it for many.

    But for large amount of users (Like me), for whom, one of the following case is true:
    > Upgrading both VC and WP did not work.
    > Visual Composer is compatible with only certain version of WP.
    > Visual Composer doesn’t work with certain theme being activated.
    > VC worked fine on localhost, but crashes dashboard on live server.

    For all those, and the ones who couldn’t fix it by any other method, and have landed up on this post through google, here’s the solution:

    Open your wp-config.php file and add the following line at the very top after the php opening tag:

    define('CONCATENATE_SCRIPTS', false);

    Save your ‘wp-config’ file.
    That is it.

    I hope this helps! Comment down below if it does. It has helped me several times with several themes/plugins combinations with many different versions of WP and VC.

    Thank you!

  • The topic ‘Solution to : Visual Composer Crashes WordPress Dashboard’ is closed to new replies.