duangou2046 2019-04-12 11:29
浏览 35
已采纳

在wordpress管理样式中单击添加新页面时会中断

In my WordPress admin while clicking add new page the style breaks on loading and then it appears.

Herewith attached link for screenshot https://prnt.sc/nazit8

Also I have tried these below 2 steps

Open up your WP-config.php file and insert the code

define( ‘CONCATENATE_SCRIPTS’, false );
define( ‘SCRIPT_DEBUG’, true );

and in wp-admin/load-styles.php

error_reporting( E_ALL | E_STRICT );
  • 写回答

1条回答 默认 最新

  • duan33360 2019-04-17 10:26
    关注

    It is due to plugin conflict. When I deactivated the plugins it works well.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?