我是 skel.js 框架的新手,遇到了一些问题。
我从 HTML5UP.net(Zerofour 主题)下载了一个模板,并为我的网站修改了所有模板,但是 CSS 没有正确显示在我的无侧边栏和左侧边栏页面上。
我有一个包含以下链接(与他们的模板相同):
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800" rel="stylesheet" type="text/css" />
<script src="http://www.**********.com/js/jquery.min.js"></script>
<script src="http://www.**********.com/js/jquery.dropotron.js"></script>
<script src="http://www.**********.com/js/config.js"></script>
<script src="http://www.**********.com/js/skel.min.js"></script>
<script src="http://www.**********.com/js/skel-panels.min.js"></script>
<noscript>
<link rel="stylesheet" href="http://www.*********.com/css/skel-noscript.css" />
<link rel="stylesheet" href="http://www.*********.com/css/style.css" />
<link rel="stylesheet" href="http://www.*********.com/css/style-desktop.css" />
</noscript>
如果我绕过 noscript,网页会按原样显示,但会失去所有移动和可流动的能力。
任何想法将不胜感激!
插件:如果我将我的页面移动到根目录并更新链接,那么 CSS 可以工作,但在它们的子目录中,只有基本布局可以工作。
<?php
define(currentDIR,'../');
include (currentDIR.'includes/_functions.php');
?>
<html>
<head>
<?php include(currentDIR.'includes/_metalinks.php'); ?> //This is where the code above is stored
</head>