简体   繁体   English

自定义 Wordpress 主题、Bootstrap IE 8 无法正常工作

[英]Custom Wordpress Theme, Bootstrap IE 8 not working properly

Hi everyone Im new to stackoverflow and this is my very first thread.大家好我是 stackoverflow 的新手,这是我的第一个线程。 I've been stuck on this issue for a very long time and I would like to get some help from people out there who smarter than me.我已经被这个问题困住了很长时间,我想从比我更聪明的人那里得到一些帮助。

I began building a custom wordpress theme with the frameworks of bootstrap 3.0.我开始使用 bootstrap 3.0 的框架构建自定义 wordpress 主题。 I uploaded the site onto a web server and the website isn't working on IE 8 properly.我将该网站上传到网络服务器上,但该网站无法在 IE 8 上正常运行。 The layout is all jumbled up (here is the website http://www.plummedia.com.au/ ).布局全乱了(这里是网站http://www.plummedia.com.au/ )。

If you look at my code I have Html5shiv.js , respond.js and css3mediaquieries.js in my header.如果您查看我的代码,我的标题中有 Html5shiv.js、respond.js 和 css3mediaquieries.js。

I tried going through these steps but it has been unsuccessful.我尝试执行这些步骤,但没有成功。 http://davekiss.com/ie8-respond-js-and-wordpress/ http://davekiss.com/ie8-respond-js-and-wordpress/

Validate your Document.验证您的文档。 You don't has closed all Tags.您还没有关闭所有标签。

<div class="row-container"> for example has no </div> end. <div class="row-container">例如没有</div>结束。 An invalid HTML - Thats your problem and the problem of the browser - the browser cant fix that, goes to an compatiblity mode and faled by render the site.无效的 HTML - 那是你的问题和浏览器的问题 - 浏览器无法解决这个问题,进入兼容模式并因呈现网站而失败。

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.plummedia.com.au%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 http://validator.w3.org/check?uri=http%3A%2F%2Fwww.plummedia.com.au%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM