chevron-up bell reply instagram twitter2 feed3 finder search-25px-p0
       欢迎访问免费空间

WordPress后台“添加媒体”和“插入和编辑链接”按钮点击没反应

2016-10-16

在博客目录下找到wp-config.php这个文件,在文件最后加上

 

试了一下方法可行,后来在官网找到了说明:

Disable Javascript Concatenation

To result in a faster administration area, all Javascript files are concatenated into one URL. If Javascript is failing to work in your administration area, you can try disabling this feature:
define('CONCATENATE_SCRIPTS', false);

其实wordpress为了提高效率要求你所有的js要集中到一起,我检查了下主题,果然有js分开放的,于是更改路径集中存放,问题迎刃而解!

找了半天原来是这个原因,大家试试。

Fresher

发表评论

You must be logged in to post a comment.