我的网站上有一个大问题。
当我对CSS文件进行更改时,网站上没有任何变化
看起来我的网站正在使用其他CSS文件,你可以在这里看到它:
我的网站正在使用该CSS文件,而这个CSS文件是正确的:
http://quasarwheels.com/wp-content/themes/gilbertson/style.css
我确实在我的标题中包含了这个以获取CSS文件
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width">
<title><?php bloginfo(‘name’); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<link rel="shortcut icon" href="<?php bloginfo( 'url' ); ?>/favicon.png">
<link rel="apple-touch-icon" href="<?php bloginfo( 'url' ); ?>/favicon.png">
<link rel="stylesheet" href="<?php echo THEME_URL;?>/bootstrap/css/bootstrap.min.css">
<?php if(is_singular('frame')) {?>
<link type="text/css" rel="stylesheet" href="<?php echo THEME_URL?>/css/font-awesome.min.css" />
<link type="text/css" rel="stylesheet" href="<?php echo THEME_URL?>/css/bike-builder.css" />
<?php }?>
<link type="text/css" rel="stylesheet" href="http://quasarwheels.com/wp-content/themes/gilbertson/style.css" />
<!--[if IE]>
<style type="text/css"> #mtb, #rac, #rat, #track, #rct, #rcc{ margin-top: -55%!important;}</style>
<![endif]-->
<?php wp_enqueue_script("jquery"); ?>
<?php wp_head(); ?>
</head>
谢谢你的时间!
答案 0 :(得分:1)
如果您在浏览器(而不是header.php
文件)中检查您的网页,则会看到您的链接被修改:
<link rel="stylesheet" href="http://quasarwheels.com/wp-content/themes/gilbertson/A.bootstrap,,_css,,_bootstrap.min.css+style.css,Mcc.KscEqGi0LS.css.pagespeed.cf.vgQu4bgNvt.css">
您还可以看到其他几个样式表来自一个名为 BWP Minify的插件。看起来这个插件正在自动缩小样式表,因此您需要检查插件设置并查看如果它需要刷新或停用。
WordPress 没有开箱即用的CSS缩小,所以它来自插件或你的主题:在这个例子中它看起来像BWP插件。
答案 1 :(得分:0)
如果您确定已上传了正确的CSS文件,请刷新您的wordpress主题缓存/网站缓存,以强制解析和缩小新文件。
答案 2 :(得分:0)
移动
Public class Result
{
public string TableName { get; set; }
public bool Status { get; set; }
public string ErrorMessage { get; set; }
}
链接到css链接的顶部,以便首先渲染。