WordPress一直在Internet Explorer上显示移动版本

时间:2015-10-27 作者:Jake

我在内部网上安装了wordpress 4.3.1,其标准主题为Twenty14。当我使用Firefox和Chrome查看网站时,一切都像它应该的那样工作。

然而,在IE9和IE11上,无论客户端宽度如何,网站都只显示在移动版本中,主navi下拉菜单不起作用,布局也有点不协调。总的来说,似乎加载不正确。

当我检查F12开发人员工具时,它会给出一些插件的Javascript错误。好吧,我把它们都停用了,但还有砖石。min.js和jquery。砌体。最小js。

现在,禁用所有插件并不是一个解决方案。我怎样才能保留我的插件并使IE继续工作?

1 个回复
SO网友:Burgi

当我遇到这个问题时,是因为我在<head>.

下面是basic template 在bootstrap网站上。

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
    <title>Bootstrap 101 Template</title>

    <!-- Bootstrap -->
    <link href="css/bootstrap.min.css" rel="stylesheet">

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn\'t work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
  </head>

相关推荐

用于初始化WordPress的JQuery Masonry的脚本

这两者有什么不同(http://pastebin.com/PX0YB0hy)及(http://pastebin.com/VBqiMHVQ)用于JQuery砌体。为什么第一个有效而第二个无效。在这两种情况下,我都使用wp\\u enqueue\\u脚本添加脚本。谢谢